/*--------------- GLOBAL ---------------*/
/*temporary background fixes for layout*/
html {
    min-height: 100%;
}
/*make bold text same color as text*/
strong,
.blockInnerContent b, 
.blockInnerContent strong {
    color: inherit;
    letter-spacing: .15em;
}
/*image gallery caption font styles*/
.imgHover .imgHover--overlay .imgHover--content .contentTitle, 
.imgHover .imgHover-overlay .imgHover-content .contentTitle, 
.imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    text-transform: uppercase;
    letter-spacing: .15em;
}

.navContent li a:hover {
    color: #93a0a3;
  -webkit-transition: color .5s ease-in-out;
  -moz-transition: color .5s ease-in-out;
  -o-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}
.button:hover {
    background: #987935;
  -webkit-transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -o-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
}
/*--------------- FOOTER ---------------*/
/*adjust your sizing and spacing as you like*/
.footerLogos li {
    display: inline-block;
    margin: .5em;
}
.footerLogos img {
    max-width: 100px;
}
.footerContent .contentTitle {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .15em;
}
/*************
ANCHOR ARROW
*************/ 
.blockWrap_c4eeb3c23e13493595a2a5869170c248,
.blockWrap_f9ec18b963f844b191b6f3bc80603745 {
    position: relative;
}
.anchorArrow {
    position: absolute !important;
    bottom: 4%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    /*padding-left: 335px !important;*/
}
.anchorArrow img {
    width: 47px;
    cursor: pointer;
}
/*--------------- CONTACT ---------------*/
/*contact form margin*/
.blockWrap_b84b51d79daf4d159216200a1dda4cb1 .maxWidth--content {
    margin-left: 0;
}