/*--------------- GLOBAL --------------*/
/*type styling for image gallery headings*/ 
.imgHover .imgHover-overlay .imgHover-content .contentTitle, 
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: .08em;
    text-transform: uppercase;
}
/**********
BUTTONS
**********/
.ctaButton {
    padding: .75em 2em;
}
/*button hover*/
.button:hover {
    background: #55b8ce;
    -webkit-transition: background .27s ease-out;
    -moz-transition: background .27s ease-out;
    -o-transition: background .27s ease-out;
   transition: background .27s ease-out;
}
/*--------------- HOME --------------*/
@media only screen and (max-width: 767px) {
    .headerContent h1.logo {
        float: none;
        margin: 0 auto;
        max-width: 175px;
    }
}
@media only screen and (min-width: 767px) {
    .block_ab3f91644548467ab57e2ef5aab2b2b5 .imgHover .imgHover-overlay .imgHover-content .contentTitle, 
    .block_ab3f91644548467ab57e2ef5aab2b2b5 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
        font-size: 92px;
    }
}