/*
@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}
*/

html {
    height: 100%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    text-rendering: optimizeLegibility;
    /*    font: 16px/1.875 "Gotham SSm A", "Gotham SSm B", sans-serif;*/
    margin: 0px;
    padding: 3% 8%;
    height: 100%;
}

.slimBanner,
.bottomBanner {
    overflow: hidden;
    clear: both;
}

.largeBanner {
    width: 100%;
    margin-bottom: 10px;
    background-position: 50% 50%;
    background-size: 100% 125%;
    -webkit-background-size: 100% 125%;
    -moz-background-size: 100% 125%;
    -o-background-size: 100% 125%;
    height: 60%;
}

.largeBanner .mainTitle {
    text-align: center;
    top: 75%;
    color: #fff;
    position: relative;
}

.largeBanner .mainTitle .lineOne {
    font-size: 55px;
    font-weight: bold;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}

.largeBanner .mainTitle .lineTwo {
    font-size: 22px;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}

.navBar {
    padding: 10px;
    height: 100px;
    position: relative;
}

.navBar .menuBtn {
    float: right;
    margin: 10px;
    display: none;
}

.navBar .expandMenu {
    cursor: pointer;
}

.navBar .menuIcon {
    font-size: 22px;
    color: #73728c;
}

.navBar .mainLogo {
    width: 25%;
    float: left;
    position: relative;
}

.navBar .heading {
    float: left;
    display: inline;
    padding: 10px;
    position: relative;
}

.navBar .heading.sublink:hover .hidden1 {
    display: block;
}

.navBar .heading.sublink:hover .hidden2 {
    display: block;
}

.navBar .heading.hidden1 {
    position: absolute;
    top: 66%;
    float: left;
    left: -50%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    display: none;
}

.navBar .heading.hidden2 {
    position: absolute;
    top: 66%;
    float: left;
    left: 7%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    display: none;
}

.navBar .heading.hidden1:hover,
.navBar .heading.hidden2:hover {
    display: block;
}

.mobNavBar .heading {
    padding: 20px;
    background-color: inherit;
}

.mobNavBar a:nth-child(odd) {
    background: #BDB76B;
    color: #fff;
}

.mobNavBar a:nth-child(even) {
    background: #fff;
    color: #BDB76B;
}

.navBar .heading:hover {
    text-decoration: underline;
}

.navBar .heading a,
.mobNavBar .heading a {
    color: #737277;
    text-decoration: none;
}

.mobView {
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobNavBar {
    display: none;
    margin-bottom: 30px;
    text-align: center;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: transform .5s;
    border: 2px solid #BDB76B;
}

.footerBar {
    height: 30px;
    width: 100%;
    background-color: darkkhaki;
    margin-top: 30px;
    color: white;
}

.footerBar .copyright-notice {
    float: left;
    display: inline-block;
    margin: 3px 10px;
}

.footerBar .website-builder {
    float: right;
    display: inline-block;
    margin: 3px 10px;
}

.footerBar .website-builder a {
    color: white;
    text-decoration: underline;
}

.footerBar .website-builder a:hover {
    color: blue;
}

.slimBanner .twoThirdsSegment {
    height: 300px;
    width: calc(68% - 5px);
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.slimBanner .twoThirdsSegment .floatingTextBox,
.slimBanner .fullSegment .floatingTextBox {
    color: white;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    /* top: 60px; */
    position: relative;
    /* padding: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.floatingTextBox:hover {
    background-color: rgba(98, 97, 102, 0.66);
}

.slimBanner .twoThirdsSegment .floatingTextBox .large {
    font-size: 40px;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
    color: darkkhaki;
}

.slimBanner .twoThirdsSegment .floatingTextBox .small {
    font-size: 20px;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
    color: darkkhaki;
}

a {
    text-decoration: none;
}

.slimBanner .oneThirdSegment {
    height: 300px;
    width: calc(32% - 5px);
    background-color: #BDB76B;
}

.slimBanner .oneThirdSegment .textBox {
    text-align: center;
    font-size: 25px;
    padding: 0px 5px;
    color: #FFF;
    margin: auto;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.slimBanner .oneThirdSegment .multiTextBox {
    text-align: center;
    font-size: 17px;
    padding: 0px 5px;
    color: #FFF;
    margin: auto;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.bottomBanner,
.galleryBanner {
    text-align: center;
    margin: 25px 0px 0px 0px;
}

.segmentGroup {
    height: 100%;
}

.bottomBanner .oneThirdSegment,
.galleryBanner .oneThirdSegment {
    height: 300px;
    width: calc(32% - 5px);
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bottomBanner .floatingTextBox {
    color: white;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    /* top: 95px; */
    height: 100%;
    position: relative;
}

.bottomBanner .floatingTextBox .large {
    font-size: 30px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
    color: darkkhaki;
}

.smallPhoto {
    width: 100%;
    position: absolute;
    left: 0;
}

.oneThirdSegment,
.twoThirdsSegment,
.fullSegment {
    margin-bottom: 10px;
}

@media (min-width: 950px) {
    .mobView {
        display: none;
    }
}

@media (max-width: 750px) {
    .largeBanner {
        height: 210px;
    }
    .largeBanner .mainTitle {
        top: 50%;
    }
    .largeBanner .mainTitle .lineOne {
        font-size: 25px;
    }
    .largeBanner .mainTitle .lineTwo {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .navBar .menuBtn {
        display: block;
    }
    .navBar .heading {
        display: none;
    }
    .navBar {
        height: 65px;
    }
    .navBar .mainLogo {
        width: 170px;
    }
    .mobView {
        display: block;
    }
    .mobNavBar {
        display: none;
    }
}

@media (max-width: 800px) {
    .slimBanner .twoThirdsSegment {
        width: 100%;
    }
    .slimBanner .oneThirdSegment {
        width: 100%;
    }
    .slimBanner .twoThirdsSegment.text {
        height: auto !important;
    }
    .fullSegment.text {
        height: auto;
    }
    .mobAuto {
        height: auto;
    }
    .largeBanner {
        height: 440px;   
    }
    .slimBanner .oneThirdSegment.mobAuto .multiTextBox {
        padding: 20px;   
    }
}

@media (max-width: 700px) {
    .bottomBanner .oneThirdSegment {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        background-position: 50% 25%;
    }
    .bottomBanner,
    .galleryBanner {
        margin: 0px;
    }
    .largeBanner {
        height: 40%;   
    }
}

@media (max-width: 500px) {
    .slimBanner .twoThirdsSegment .floatingTextBox .small {
        display: none;
    }
    .slimBanner .twoThirdsSegment .floatingTextBox .large {
        font-size: 30px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .slimBanner .oneThirdSegment,
    .bottomBanner .oneThirdSegment,
    .galleryBanner .oneThirdSegment,
    .slimBanner .twoThirdsSegment,
    .slimBanner .fullSegment .floatingTextBox {
        height: 200px;
    }
    .footerBar .copyright-notice,
    .footerBar .website-builder {
        font-size: 12px;
    }
    .footerBar .website-builder .built-by {
        display: none;
    }
    .slimBanner .twoThirdsSegment .floatingTextBox,
    .slimBanner .fullSegment .floatingTextBox {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .slimBanner .twoThirdsSegment .floatingTextBox .large {
        font-size: 35px;
    }
    .bottomBanner .floatingTextBox .large {
        font-size: 35px;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}