:root {
    --black: #141414;
    --black-darker: #000000;
    --black-text: rgba(20, 20, 20, 1);
    --black-light: rgba(20, 20, 20, .2);
    --gray: #F9F1EC;
    --gray-lighter: rgba(249, 241, 236, .5);
    --white: #FFFFFF;
    --main: #dfba9f;
    --main-darker: #c19c81;
    --main-lighter: rgba(223, 186, 159, .5);
    --red: #FF7366;
    /*--font-main: 'Ubuntu';
    --font-headers: 'Prata';
    --font-subheaders: 'Mrs Saint Delafield';*/

    --font-main: 'Titillium Web';
    --font-headers: 'Ubuntu';
    --font-subheaders: 'Titillium Web';
}

.heading .subheader {
    font-family: 'Mrs Saint Delafield', sans
}

.main-wrapper .maincontent table th {
    background-color: #f9f1ec!important;
}

.main-wrapper .maincontent table th {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.main-wrapper .maincontent table th:first-child {
    border-left: 1px solid #e5e5e5;
}

.main-wrapper .maincontent table th p {
    color: #000;
}

body h1 {
    text-transform: uppercase;
}

#nav-wrapper.navbar-layout-transparent nav.navbar {
    background-color: rgba(20, 20, 20, 0);
}

#nav-wrapper.navbar-layout-transparent nav.navbar.darkest {
    background-color: rgba(20, 20, 20, 0.95);
}

@media (max-width: 992px) {
    nav.navbar .navbar-toggle {
        display: block!important;
    }
}

.fotoColAlone {
    width: 33%;
    height: 647px;
    float: left;
    padding: 3%;
    margin: 0px auto;
    text-align: center;
}

@media (max-width: 1599px) {
    .fotoColAlone {
        height: 475px;
    }
}

@media (max-width: 1200px) {
    .fotoColAlone {
        height: 390px;
    }
}

@media (max-width: 1000px) {
    .fotoColAlone {
        height: 600px;
    }
}

@media (max-width: 992px) {
    .fotoColAlone {
        height: 460px;
    }
}

@media (max-width: 620px) {
    .fotoColAlone {
        height: 385px;
    }
}

@media (max-width: 530px) {
    .fotoColAlone {
        height: 320px;
    }
}

@media (max-width: 475px) {
    .fotoColAlone {
        height: 280px;
    }
}

@media (max-width: 410px) {
    .fotoColAlone {
        height: auto;
    }
}

.vc_section {
    margin: 0px;
}

.footer-widget-area img {
    max-height: 166px;
    max-width: 215px;
}


.fotoColAlone.toRight {
    float: right;
}

@media (min-width: 1000px) {
    .fotoColAlone.bigNoPad {
        padding: 0px;
    }

    .btnCenterCont.bigMiddle a.btn {
        display: block;
        width: fit-content;
        float: left;
    }

    .btnCenterCont.bigMiddle a.btn + a.btn {
        margin-top: 0px;
        margin-left: 40px;
    }
}


blockquote::before {
    content: "‘‘";
    display: block;
    text-align: center;
    color: var(--main);
    font-size: 120px;
    font-weight: 700;
    font-style: italic;
    height: 48px;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: -30px;
    overflow: hidden;
}

.fotos2cols, .fotos3cols {
    display: inline-block;
    width: 100%;
    min-height: 1px;
}

.fotos2cols .fotoCol {
    width: 50%;
    float: left;
    padding: 3%;
    margin: 0px auto;
    text-align: center;
}
.fotos3cols {
    /*clear: both;*/
}
.fotos3cols .fotoCol {
    float: left;
    width: 33%;
    padding: 3%;
    margin: 0px auto;
    text-align: center;
}

.fotoCol img, .fotoColAlone img {
    width: 100%!important;
    height: auto!important;
}

.btnCenterCont {
    width: 100%;
}

.btnCenterCont a.btn {
    display: block;
    width: fit-content;
}

.btnCenterCont a.btn + a.btn {
    margin: 0 auto;
    margin-top: 10px;
}

#viewImg {
    max-width: 90%;
    max-height: 100%;
}

#viewImg .modal-content{
    padding: 0px;
}

.img-wrapper::after {
    font-size: 12px;
    content: 'Click Image To View Full Size';
    display: block;
}

#imgViewer::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}
#imgViewer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.fotoColAlone.blackBorder img {
    border: 5px solid #000000;
    border-left: 0px;
    border-right: 0px;
}

.fotoColAlone.autoHeight {
    height: auto;
}

.fotoColAlone.noBottomPadding {
    pading-bottom: 0px;
}

blockquote {
    pointer-events: none;
}

@media (max-width: 1000px) {
    #hpbigimage {
        background-position-x: 40%;
    }

    .smallHide {
        display: none;
    }
    .fotos3cols .fotoCol {
        width: 50%;
    }

    .fotos2cols .fotoCol {
        width: 50%;
    }

    .fotos3cols {
        float: left;
    }

    .fotoColAlone {
        width: 50%;
    }
}

@media (max-width: 410px) {
    .fotos3cols .fotoCol {
        width: 100%;
    }

    .fotos2cols .fotoCol {
        width: 100%;
    }

    .fotos3cols {
        float: left;
        clear: none;
    }

    .fotoColAlone {
        width: 100%;
    }
}

