@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Raleway:300,400,600,700');

/** ************************************* **

	TABLE OF CONTENTS
	---------------------------
		01. ESSENTIALS 
		02. DEFAULTS
		03. FRAMEWORK

        -- PAGE STYLES --
		04. HOME
		05. ABOUT
		06. COACHING
		07. BLOG
		08. 
		09. 
		10. 
		11. 
		12. FOOTER
				
	---------------------------

 ** ************************************* **/


/* -------------------------------- 

 01. ESSENTIALS

-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body{
    height: 100%;
    overflow-x: hidden;
}
body {
    font-size: 100%;
    color: #2a2a2a;
    background-color: #fff;
    font-family: 'Permanent Marker', cursive;
    font-family: 'Raleway', sans-serif;
}
.container{
    max-width: 1100px;
}
.no-padding{
    padding: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding-resp{
    padding: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media screen and (max-width: 992px){
    .padding-resp{
        padding: 0 15px !important;
    }
}

img{
    max-width: 100%;
    height: auto;
}
a{
    color: #212121;
}
a:hover{
    color: #212121;
}

input:focus{
    outline: none;
}


/* -------------------------------- 

 02. DEFAULTS

-------------------------------- */
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0 0 20px;
    font-size: 38px;
    font-weight: 700;
}
h3{
    margin: 30px 0 10px;
    padding: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}
h4{
    margin: 15px 0 5px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}
p{
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}
strong{
    font-weight: 700;
}
@media screen and (max-width: 992px){
    h2{
        padding: 0 0 15px;
        font-size: 28px;
    }
    h3{
        font-size: 16px;
    }
    h4{
        font-size: 16px;
    }
    p{
        font-size: 12px;
    }
}

.btn {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.btn-1{
    background: #f5d025;
    color: #55479d;
}
.btn-1:hover{
    opacity: 0.5;
    color: #55479d;
}
.btn-2{
    background: #1E824C;
    color: #fff;
}
.btn-2:hover{
    background: #eeba47;
    color: #fff;
}
.btn-3{
    background: #212121;
    color: #fff;
}
.btn-3:hover{
    background: #2a2a2a;
    color: #fff;
}
.btn-4{
    background: transparent;
    color: #2a2a2a;
    box-shadow: inset 0 0 0 2px #2a2a2a;
}
.btn-4:hover{
    opacity: 0.5;
    color: #2a2a2a;
}
.btn-5{
    background: #eeba47;
    color: #fff;
}
.btn-5:hover{
    background: #E3B142;
    color: #fff;
}

.same-height{
    margin-bottom: -99999px; 
    padding-bottom: 99999px;
}
iframe, object, embed {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 480px){
   iframe, object, embed {
        max-width: 100%;
        height: auto;
   }    
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.float-left{
    float: left;
    margin: 0 15px 10px 0;
}
.float-right{
    float: right;
    margin: 0 0 15px 10px;
}
@media only screen and (max-width: 992px){
    .float-left,
    .float-right{
        position: relative;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}


/* -------------------------------- 

 03. FRAMEWORK

-------------------------------- */



/* -------------------------------- 

 04. MAIN

-------------------------------- */
#main{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 50px 0 0;
    width: 100%;
    background-color: #fff;
}
#main .background-image{
    position: relative;
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#main h2{
    font-family: 'Permanent Marker', cursive;
    color: #55479d;
}
#main p{
    color: #6f6f6e;
}
#main p strong{
    color: #212121;
}
#main ul{
    list-style: disc outside none;
    padding: 10px 10px 10px 25px;
}
#main ul li{
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #6f6f6e;
}
#main ul li strong{
    color: #2a2a2a;
}
@media screen and (max-width: 992px) {
    #main{
        padding: 35px 0 0;
    }
    #main ul li{
        font-size: 12px;
    }
}

/* PAGE HEADER */
#page-header{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 550px;
    text-align: center;
    background-color: #303030;
    z-index: 0;
}
#page-header h2{
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 35px 0;
    width: 100%;
    color: #f5d025;
    background: rgba(0,0,0,0.50);
    font-size: 44px;
    font-weight: 700;
    font-family: 'Permanent Marker', cursive;
    text-transform: uppercase;
    z-index: 2;
}
#page-header .page-header-carousel{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
#page-header .page-header-carousel .owl-item{
    position: relative;
    display: block;
    height: 550px;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#page-header .owl-theme .owl-controls {
    position: relative;
    margin: -145px 0 0;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
#page-header .owl-theme .owl-controls .owl-nav [class * =owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #413688;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
#page-header .owl-theme .owl-controls .owl-nav [class * =owl-]:hover {
    background: #413688;
    color: #fff;
    text-decoration: none
}
#page-header .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
#page-header .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    * display: inline
}
#page-header .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: transparent;
    box-shadow: 0 0 0 1px #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
#page-header .owl-theme .owl-dots .owl-dot.active span, 
#page-header .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
@media screen and (max-width: 992px) {
    #page-header,
    #page-header .page-header-carousel .owl-item{
        height: 250px;
    }
    #page-header h2{
        padding: 20px 0;
        font-size: 21px;
    }
    #page-header .owl-theme .owl-controls{
        display: none;
    }
}

/* -------------------------------- 

 04. HOME PAGE

-------------------------------- */
/* WELCOME */
#welcome{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: transparent;
}
#welcome .background-placeholder{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/video-placeholder.png);
    background-image: url(../images/video-placeholder-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: -3;
}
#welcome .video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}
#welcome .welcome-logo{
    position: relative;
    display: block;
    margin: 90px auto 80px;
    padding: 0 25px 0 0;
    width: 100%;
    max-width: 700px;
    opacity: 0.5;
    z-index: 2;
}
@media screen and (max-width: 992px){
    #welcome .video-wrap{
        display: none;
    }
    #welcome .welcome-logo{
        margin: 60px auto;
        padding: 0 35px 0;
    }
}

/* NEWSLETTER SIGNUP */
#newsletter-signup{
    margin: 0;
    padding: 15px 0;
    background: #b0abd5;
}
#newsletter-signup .fa{
    float: left;
    margin: 0 12px 0 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 24px;
    text-align: center;
    background: #f5d025;
    color: #413688;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#newsletter-signup h2{
    margin: 3px 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #413688;
}
#newsletter-signup h2 span{
    display: block;
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #413688;
}
#newsletter-signup input{
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    border: none;
    outline: none;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#newsletter-signup .btn{
    margin: 0;
}
@media screen and (max-width: 992px){
    #newsletter-signup{
        padding: 15px 0;
    }
    #newsletter-signup .fa{
        float: left;
        margin: 0 10px 15px 0;
        height: 38px;
        width: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    #newsletter-signup h2{
        margin: 4px 0 15px 0;
        font-size: 16px;
    }
    #newsletter-signup h2 span{
        margin: 4px 0 0;
        font-size: 12px;
        line-height: 1.3;
    }
    #newsletter-signup input{
        margin: 0 0 8px;
        padding: 0 15px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    #newsletter-signup .btn{
        margin: 0;
        padding: 8px 0;
        width: 100%;
        font-size: 12px;
    }
    #newsletter-signup .btn:hover{
        text-indent: 0;
    }
}

/* QUICK OPTIONS */
#quick-options{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 65px 0 250px;
    height: auto;
    width: 100%;
    background-image: url(../images/home-background.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#quick-options .gradient-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    
    z-index: 0;
}
#quick-options .item{
    float: left;
    margin: 0 0 2%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.20);
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#quick-options .item:hover{
    opacity: 0.75;
}
#quick-options .item.school{
    width: 100%;
}
#quick-options .item.blog{
    margin-right: 2%;
    width: 49%;
}
#quick-options .item.about{
    width: 49%;
}
#quick-options .item h2{
    margin: 0;
    padding: 55px 0;
    text-align: center;
    color: #f5d025;
    background: rgba(0,0,0,0.25);
    text-shadow: 1px 0 2px rgba(0,0,0,0.45);
    font-size: 38px;
    font-family: 'Permanent Marker', cursive;
}
#quick-options .item.school h2{
    padding: 120px 0;
}
#quick-options .item h2 span{
    display: block;
    margin: 6px 0 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
}
@media screen and (max-width: 992px){
    #quick-options{
        padding: 15px 0 120px;
    }
    #quick-options .item{
        float: none;
        margin: 0 0 10px;
    }
    #quick-options .item.school{
        width: 100%;
    }
    #quick-options .item.blog{
        margin-right: 0;
        width: 100%;
    }
    #quick-options .item.about{
        width: 100%;
    }
    #quick-options .item h2{
        font-size: 34px;
    }
    #quick-options .item h2 span{
        font-size: 12px;
    }
}

/* TESTIMONIALS */
#testimonials{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
    text-align: center;
    color: #55479d;
}
#testimonials h2{
    margin: 0 0 25px;
    padding: 0;
    font-family: 'Permanent Marker', cursive;
    font-size: 38px;
}
#testimonials p{
    font-weight: 700;
}
#testimonials .owl-item{
    text-align: center;
    width: 100%;
}
#testimonials .owl-theme .owl-controls {
    position: relative;
    margin: 35px 0 0;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
#testimonials .owl-theme .owl-controls .owl-nav [class * =owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #413688;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
#testimonials .owl-theme .owl-controls .owl-nav [class * =owl-]:hover {
    background: #413688;
    color: #fff;
    text-decoration: none
}
#testimonials .owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
#testimonials .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    * display: inline
}
#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: transparent;
    box-shadow: 0 0 0 1px #413688;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
#testimonials .owl-theme .owl-dots .owl-dot.active span, 
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #413688
}
@media screen and (max-width: 992px){
    #testimonials{
        padding: 25px 0 0;
    }
    #testimonials h2{
        margin: 0 0 20px;
        font-size: 28px;
    }
}

/* STAFF */
#staff{}
#staff .item{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
#staff .item:last-child{
    margin-bottom: 0;
    border: none;
}
#staff .item h2{
    margin-top: 10px;
}
#staff .item h3{
    margin-top: 0;
}
#staff .read-more{
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}
#staff .agathe-hidden,
#staff .georgette-hidden,
#staff .boat-hidden,
#staff .boat-construction-hidden{
    display: none;
}
@media screen and (max-width: 992px){
    #staff .item{
        padding-bottom: 20px;
    }
    #staff .item h2{
        margin-top: 15px;
    }
}

/* NEWS */
#news{
    margin: 0;
    padding: 0;
}

/* ARTICLE LIST */
#news .article-list{
	display: inline-block;
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
    background: #fff;
}
#news .article-list h3.article-title{
    margin: 0;
    padding: 0 0 10px;
    background: #fff;
    color: #55479d;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Permanent Marker', cursive;
    border-bottom: 1px solid #ededed;
    text-transform: capitalize;
    line-height: 1;
}
#news .article-list ul{
    list-style: none; 
    margin: 0;
    padding: 0;
}
#news .article-list ul li{
    position: relative;
    margin: 0;
    padding: 10px 0;
    text-indent: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
	color: #212121;
    border-bottom: 1px solid #ededed;
    line-height: 1.2;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#news .article-list ul li a:hover{
    color: #212121;
    text-decoration: underline;
}
#news .article-list a{
    color: #2a2a2a;
    text-decoration: none;
    text-transform: none;
}
#news .article-list ul li .post-date{
    display: block;
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #6f6f6e;
}
@media screen and (max-width: 992px){
    #news .article-list h3.article-title{
        font-size: 18px;
    }
    #news .article-list ul li{
        font-size: 14px;
    }
}

/* CATEGORY LIST */
#news .category-list{
    margin: 0 0 25px;
    padding: 0;    
}
#news .category-list h3.category-title{
    margin: 0 0 4px;
    padding: 0 0 10px;
    background: #fff;
    color: #55479d;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Permanent Marker', cursive;
    border-bottom: 1px solid #ededed;
    text-transform: capitalize;
    line-height: 1;
}
#news .category-list ul{
    list-style: none; 
    margin: 0;
    padding: 0;
}
#news .category-list ul li{
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#news .category-list ul li:hover{
	text-decoration: underline;
}
#news .category-list ul li a{
    color: #212121;
    text-decoration: none;
}
#news .category-list ul li span{
    color: #a3a3a3;
}
@media screen and (max-width: 992px){
    #news .category-list h3.category-title{
        font-size: 18px;
    }
}

/* RECENT ITEM */
#news .recent-item{
	display: inline-block;
	margin: 0 0 35px;
	padding: 0;
	width: 100%;
	border-bottom: 4px solid #ededed;
}
#news .recent-item:last-child{ }
#news .recent-item .promo-image{
	position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    height: 385px;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#news .recent-item .promo-image:before{
    position: absolute;
    bottom: 20px;
    right: 35px;
    display: none;
    content: '';
    height: 100px;
    width: 100px;
    background-image: url(../images/eq-health-blog-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
#news .recent-item h3{
	margin: 0 0 6px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
    color: #212121;
}
#news .recent-item h3 span{
	color: #969696;
}
#news .recent-item h3 span:before{
	display: inline-block;
	content: "|";
	margin: 0 4px;
	color: #969696;
}
#news .recent-item h2{
	margin: 0 0 10px;
	padding: 0;
}
#news .recent-item h2 a{
	color: #55479d;
}
#news .recent-item h2 a:hover{
	color: #55479d;
}
#news .recent-item .read-more{
	margin: 40px 0 0;
	padding: 12px 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4d4d4d;
	border-top: 1px solid #ededed;
}
#news .recent-item .read-more a{
	color: #4d4d4d;
    text-decoration: none;
}
#news .recent-item .read-more .fa{
	margin: 0 0 0 6px;
	color: #55479d;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#news .recent-item a:hover .fa{
	margin: 0 0 0 4px;
}
@media screen and (max-width: 992px){
	#news .recent-item .promo-image{
		height: 225px;
	}
    #news .recent-item h2{
        font-size: 18px;
    }
    #news .recent-item .read-more{
        font-size: 12px;
    }
}

/* DETAIL ITEM */
#news .detail-item{
	display: inline-block;
	margin: 0 0 35px;
	padding: 0;
	width: 100%;
}
#news .detail-item .promo-image{
	position: relative;
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
    height: 385px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#news .detail-item h3.category{
	margin: 0 0 25px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
}
#news .detail-item h3.category span{
	color: #969696;
}
#news .detail-item h3.category span:before{
	display: inline-block;
	content: "|";
	margin: 0 4px;
	color: #969696;
}
@media screen and (max-width: 992px){
    #news .detail-item .promo-image{
        height: 225px;
    }
    #news .detail-item h3.category{
        margin: 0 0 20px;
        font-size: 12px;
    }
}

/* -------------------------------- 

 10. FOOTER

-------------------------------- */

/* FOOTER */
footer{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 45px 0;
    width: 100%;
    background: #413688;
    color: #fff;
}
footer a,
footer a:hover{
    color: #fff;
}
footer .contact-description{
    text-align: center;
}
footer .contact-description h2{
    margin: 50px 0 25px;
    padding: 0;
    font-family: 'Permanent Marker', cursive;
    font-size: 42px;
    color: #f5d025;
}
footer .contact-description p{
    margin: 0 auto 20px;
    padding: 0;
    max-width: 400px;
    font-weight: 700;
    line-height: 1.35;
}
footer .contact-description .copyright,
footer .contact-description .developed-by{
    display: inline-block;
    margin: 35px 0 0;
    padding: 0;
    width: 100%;
    max-width: 400px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.35;
}
footer .contact-description .developed-by{
    margin: 10px 0 20px;
}
footer .contact-description .developed-by a{
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width: 992px){
    footer{
        padding: 45px 0 85px;
    }
    footer .contact-description h2{
        margin: 0 0 25px;
        font-size: 32px;
    }
    footer .contact-description p{
        margin: 0 auto 15px;
        max-width: 300px;
    }
    footer .contact-description .copyright,
    footer .contact-description .developed-by{
        margin: 25px 0 0;
        font-size: 11px;
        font-weight: 600;
    }
    footer .contact-description .developed-by{
        margin: 10px 0 45px;
    }
}