body {
    background-color: #efeeee;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.divider {
    min-width: 100%;
    background-color: #efeeee;
}

.main-title {
    font-size: 3rem;
    font-weight: 900;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-subtitle {
    font-size: 2.8rem;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

.emphasis {
    font-size: 2.5rem;
    font-weight: 700;
}

.emphasis-lower {
    font-size: 1.2rem;
    font-weight: 500;
}

.accent {
    font-size: 2.3rem;
    font-weight: 700;
    font-style: oblique;
}

.accent-lower {
    font-size: 1.8rem;
    font-weight: 500;
    font-style: oblique;
}

.full-border {
    border-color: #dbdbdb !important;
    border: 6px;
    border-style: solid;
}

a:link .emphasis, a:link .accent{
    color: #000000;
}

a:hover .emphasis, a:hover .accent {
    color: #ed1f37;
}

a:visited .emphasis, a:visited .accent{
    color: #000000;
}

.no-deco {
    text-decoration: none;
}

.full-size {
    width: 100% !important;
    background-color: #fff;
    overflow: hidden;
}

.note {
    font-style: italic;
    font-size: 0.8rem;
}

.showfloor {
    max-width: 100% !important;
}
.lightOn {
    background-color: #fff;
}

@media (orientation: landscape) {
    .shipping {
        max-height: 60vh !important;
    }
}

@media (orientation: portrait) {
    .shipping {
        max-width: 80vw !important;
    }
}

.locationTitle {
    font-size: 3.1vh;
    vertical-align: middle;
}

.locationFlag {
    height: 3vh;
    padding-right: 0.5vh;
}

.locationLinkText {
    font-size: 2.2vh;
}

.locationText {
    font-size: 2.2vh;
    vertical-align: middle;
}

.award {
    max-width: 100%;
}

.bi-whatsapp {
    color: #25d366;
}

.shipping {
    max-width: 50%;
    height: auto;
}

.banner {
    width: 75vw;
    height: auto;
    margin-top: 25px;
}

.financing {
    max-width: 80%;
}

.financing-alt {
    max-width: 100%;
}

.start-banner {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    background-image:
    linear-gradient(180deg, rgba(255,255,255,0) 0%,  rgba(255,255,255,.50) 60%, rgba(242,244,245,1) 100%),
    url('../src/img/main/body/background/san_antonio.jpg');
    background-size: cover;
}

.flag-banner {
    width: 100vw;
    overflow-x: hidden;
    background-image:
    linear-gradient(0deg, rgba(255,255,255,0) 0%,  rgba(255,255,255,.50) 60%, rgba(242,244,245,1) 100%),
    url('../src/img/main/body/background/texasFlag.jpg');
    background-size: cover;
}

.news {
    min-width: 100%;
    background-color: #000;
    color: #fff !important;
}