/*SCROLLING NAV*/
.headerAndNavContainer{
    -webkit-transition: background .3s; 
    -moz-transition: background .3s; 
    -ms-transition: background .3s; 
    -o-transition: background .3s; 
    transition: background .3s;  
}

.headerContent h1.logo img {
    max-height: 170px;
    -webkit-transition: all .3s; 
    -moz-transition: all .3s; 
    -ms-transition: all .3s; 
    -o-transition: all .3s; 
    transition: all .3s;  
    width: auto;
}
.headerContent h1.logo .smLogo {
    max-height: 70px;
    width: auto;
    }
    
.headerScroll{
    background-color:rgba(72,160,176,1);
}
    
    
/*HOME PAGE GALLERY*/
.blockWrap_f620f7b9c4924311b097e03fabb7431d .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle{
    letter-spacing: .1em;
    line-height: 1.5;
}

    
    
@media only screen and (min-width: 768px){
    
        .headerContainer{
            width: 15%;
        }
        .navContainer{
            width: 85%;
        }
    .subNav{
        max-width: none !important;
}
/*CONTACT FORM*/
/*Text left of form on screens bigger than 768px*/
    .formDescription{
  	display: inline-block;
        width: 45%;
    }
    .formEmbed{
        display: inline-block;
        float: right;
        width: 45%;
    }
}

.block_Yah4HHGc7AlHBGWy .button,
.block_iockGZiiRWazqWnC .button,
.block_3G26FzydfjGFygJL .button{
    display: none;
}
@media only screen and (max-width: 767px){
.blockWrap_f620f7b9c4924311b097e03fabb7431d .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle{
    font-size: 30px;
}
}


/*EMAIL SIGN UP BUTTON*/
#mc_embed_signup .button{
    transition: border-color 200ms,color 200ms,background-color 200ms !important;
    display: inline-block !important;
    line-height: 1.5 !important;
    padding: .25em 1em !important;
    text-decoration: none !important;
    box-sizing: border-box !important; 
    color: #59c5d7 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    font-family: lfteticawebbold,Arial,Verdana,sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    border-radius: 20px !important;
    background: rgba(246,106,62,0) !important;
    font-size: 15px !important;
    border-color: #59c5d7 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

#mc_embed_signup .button:hover{
    color: #fff !important;
    background: #59c5d7 !important;
    border-color: #59c5d7 !important;
}