@charset "UTF-8";
@font-face{font-family:"Corradine";font-style:normal;src:url("../fonts/corradine.ttf") format("truetype"),local("Tahoma")}
/*Fonts*/
#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    text-align: center;
    padding-top: 200px;
    color: #666;
}
#cover img{
    width: 500px;
    margin-bottom: 15px;
}
.white{
    background-color: #fff;
}
.green{
    background-color: #9d874b;
}
.green h5{
    color: #fff;
    line-height: 2rem;
}
.green .quote-author{
    color: #fff;
}
a:hover{
    text-decoration: none;
}
footer a:hover{
    color: #000;
}
.form-outline .form-control:focus~.form-label{
    color: #717650;
}
body{
    /*    background-image: url('../images/main_bg.jpg');*/
    background-attachment: fixed;
    background-color: #efeeec;
}

p, ul{
    font-family: 'Montserrat', sans-serif;
    color: #3b3c34;

    line-height: 1.8rem;
}  
h1, h2,h3, h4, h5{
    font-family: 'Raleway', serif;
}
.divider{
    height: 2px; 
    width: 150px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.img-quote{
    text-align: right;
    margin-top: 20px;   
    font-style: italic;
}
.img-quote span{
    text-transform: uppercase;
}
.inner-quote{
    padding: 30px 40px;
    font-family: 'Raleway', serif!important;
    background-color: #ab7661; 
    color: #fff;
}
.inner-quote .quote-author{
    color: #fff;
    font-family: 'Corradine', cursive;
    font-weight: 400;
    margin-left: 0px;
}
.light-pink{
    background-color: #f0e0d8;
}
.bullet-wrap{
    padding-left: 2px;
    padding-right: 2px;
}
.bullet{
    background-color: #9d874b;
    padding: 30px;
    min-height: 300px;
    margin-bottom: 30px;

}
.bullet p{
    color: #fff;
}
.bullet h4{
    font-family: 'Corradine', cursive;
    font-weight: 400;
    color: #fff;
    font-size: 1.6rem;
}
.retreat-content span{
    font-family: 'Corradine', cursive;
    font-weight: 400;
    font-size: 1.8rem;
}
.retreat-content h4, .hand{
    font-family: 'Corradine', cursive;
    font-weight: 400;
    font-size: 2rem;
    color: #444;
}
.hand{
    line-height: 3rem;
}
/*font-family: 'Open Sans', sans-serif;
font-family: 'Sacramento', cursive;
font-family: 'Shadows Into Light Two', cursive;*/
/*HEADER*/
header{
    background-color: #fff;
    padding: 10px;
    border-bottom: solid 1px #e6e0d6;
}

#header-logo{
    width: 140px;
    text-align: center;
    transition: all ease-out .2s;
}
.tiny{
    width: 70px!important;
}

.menu-item a{
    color: #888;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Raleway', serif!important;
    font-weight: 200; 
    font-size: 1rem;
    transition: all ease-out 0.15s;
}
.menu-item a:hover{
    color: #3b3c34;
    text-decoration: none;

}
#intro-text{
    background-color: #fff;
}
/*END HEADER*/
.intro-video{
    margin-top: 100px;
    background-color: #fff;
    max-height: 75vh;
    overflow: hidden;
}
#video-overlay{
    position: absolute;
    width: 100%;
    top: 45vh;
    text-align: center;
}
#video-overlay h1{
    font-size: 4.6rem;
}
#video-overlay h2{
    font-family: 'Corradine', cursive;
    font-size: 3rem;
}
/*INTRO*/
#intro-wrapper{
    background-color: #fff;
}
#intro-wrapper h1{
    color: #717650;
    text-transform: uppercase;
}
#intro-wrapper h2{
    color: #717650;
    font-family: 'Corradine', cursive;
    font-weight: 700;
    font-size: 3rem;
}
#intro-wrapper p{

}
#header-vid{
    width: 100%;
    margin-bottom: -100px;
}
#main-header-img h3{
    font-size: 4.5rem;
    font-family: 'Corradine', cursive;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 5%;
    transform: rotate(-10deg);

    color: #b88264;
}
#intro-title p{
    text-align: center;
}

/*END INTRO*/
/*MISSION*/
#mission h4{
    color: #828178;
}
/*END MISSION*/
/*QUOTES*/
#quotes-wrapper{
    height: 25vw;
    max-height: 500px;
    min-height: 250px;
    background-image: url('../images/quotes-bg.jpg');
    background-size: cover;
}
#quotes-wrapper .row{
    height: 100%;
}
#quote-carousel, .carousel-inner{
    height: 100%;
}
.quote-inner{
    font-family: 'Raleway', serif;
    font-weight: 300;
    color: #222;
    margin: 0 auto;

}
.quote-inner h5{
    font-size: 1.6rem;
}
.quote-author{

    margin-left: 300px;
    font-family: "Raleway";
    font-style: italic;
    font-size: 1.2rem;
    color: #444;
}

/*END QUOTES*/
/*BULLETS*/
#bullets-wrapper{
    height: 25vw;
    max-height: 300px;
    min-height: 250px;
    background-image: url('../images/quotes-bg.jpg');
    background-size: cover;
    background-position: center center;
}
#bullets-wrapper .row{
    height: 100%;
}
#bullets-wrapper span{
    font-weight: 700;
    color: #333;
}
/*END BULLETS*/
/*HOMEPAGE BLOG*/
#homepage-blog{
    max-width: 1700px;
    margin: 50px auto;
}
/*END HOMEPAGE BLOG*/
/*CONTACT SECTION*/
#homepage-contactform{
}
#homepage-contactform h4{
    font-size: 3rem;
    margin-bottom: 30px;
}
#homepage-contactform h5{
    font-size: 1.8rem;
}
.CTA{
    border: none;
    background-color: #9d874b;
    color: #fff;
    padding: 15px 30px;
    transition: background ease-out .2s;
}
.CTA:hover{
    background-color: #916553;

}
.CTA-small{
    border: none;
    display: inline-block;
    background-color: #9d874b;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 30px;
    transition: background ease-out .2s;
}
.CTA-small:hover{
    background-color: #738064;

}
#contactform{
    background-color: #fff;
    padding: 40px;
}
.form-outline{
    border-bottom: solid 1px #999;
}
/*END CONTACT SECTION*/
/*RETREAT*/
#retreat-wrapper{
    padding-top: 91px;
    background-color: #fff;
}
.highlight-quote{
    background-color: #fff;
}
/*END RETREAT*/
/*SERVICES*/
.service h2{
    text-align: center;
    font-family: 'Corradine', cursive;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.service p{
    color:#738064;
    line-height: 1.4rem;
    font-size: 0.9rem;
}
.service h5{
    text-align: center;
    font-family: 'Raleway', cursive;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.service .CTA{
    text-align: center;
    font-family: 'Raleway', cursive;
}
#coaching-divider{
    background-image: url('../images/coaching-divider.jpg');
    background-size: cover;
    background-position: center center;
  
    height: 400px;
}
#coaching-divider .row{

  
    height: 100%;
}
/*END SERVICES*/
/*FOOTER*/
footer{
    background-color: #efeeec;
    border-top: solid 3px #988077;

}
footer a{
    color: #222;
    font-family: 'Raleway', serif;
    font-size: 0.8rem;
}
#footer-wrapper{
    min-height: 200px; 
}
.footer-section{


}
.footer-section:last-child{
    border-right: none;
}
footer h4{
    font-family: 'Corradine', cursive;
    font-weight: 700;
}
/*END FOOTER*/
/*ABOUT ME*/
#aboutMe{
    background-image: url('../images/AboutMe-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#aboutMeContent{
    background: rgba(255,255,255,.95);
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 25px;
}
#aboutMe .divider{
    margin: 15px auto;
}
/*END ABOUT ME*/

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 990px) {
    #header-logo-wrap{
        width: 80px;
    }
    .menu-item a{
        margin-left: 3px;
        margin-right: 3px;
    }
    
    .intro-video{
    margin-top: 80px;
    background-color: #fff;
    max-height: 75vh;
    overflow: hidden;
}
}
@media only screen and (max-width: 767.88px) {
 .menu-item{
        display: none;
    }
}
@media only screen and (max-width: 575.88px) {






}
@media screen and (orientation:portrait) {

}
@media (hover: none) {

}

@media (pointer: coarse) and (hover: none) {

}
