html {
    font-size: 1.0rem;
    zoom: normal;
}
  
@media screen and (min-width: 768px) {
html {
    font-size: 1.2rem;
    zoom: 0.75;
}
}

@media screen and (min-width: 992px) {
html {
    font-size: 1.4rem;
    zoom: 0.75;
}
}

@media screen and (min-width: 1200px) {
html {
    font-size: 1.6rem;
    zoom: 0.75;
}
}

.container {
    max-width:1440px !important;
}

b {
    font-weight: 600 !important;
}

p {
    font-size: 1.6rem;
    font-weight: 200;
}

h1 {
    font-size: 3.2rem;
    font-weight: 200;
}

h2 {
    font-size: 2.4rem;
    font-weight: 300;
}

.list-group li {
    font-size: 1.6rem;
    font-weight: 200;
    padding: 1.0rem 0 !important;
}

.btn {
    font-weight: 200 !important;
}

.img-fluid {
    width: 100%;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar {
    background: linear-gradient(0deg, rgba(235,235,235,0), rgba(235,235,235,0.75), rgba(235,235,235,1), rgba(235,235,235,1), rgba(235,235,235,1)) center/cover no-repeat;
    height: 10.0rem;
}

.nav-link {
    font-size: 1.6rem !important;
    font-weight: 200 !important;
    background: transparent;
    text-align: right;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }

@media (max-width: 767px) {
    .nav-link {
        background: #fff;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .carousel-item {
        zoom: 133.33%;
    }
    .navbar-brand {
        zoom: 133.33%;
    }
}

.carousel-item {
    height: 100vh;
    background: no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.img-map {
    width: 50%;
    height: auto;
}

footer {
    background: #2e2e2e;
    color: #fff;
}

footer p {
    font-size: 1.0rem;
}

h3 {
    font-size: 4.8rem;
    font-weight: 800;
    /*color: #fff;
    text-shadow: 0.25rem 0.25rem 0.5rem #2e2e2e;*/
}

.fineprint {
    font-size: 0.8rem;
    font-weight: 200;
}

h4 {
    font-size: 1.6rem;
    font-weight: 400;
}

.input-number {
    text-align: center;
}

h5 {
    font-size: 3.0rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0.25rem 0.25rem 0.5rem #2e2e2e;
}

h6 {
    font-size: 6.0rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0.25rem 0.25rem 0.5rem #2e2e2e;
}

.banner-interior {
    height: 100vh;
    background: url('img/interior-banner.jpg') center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    color: #000 !important;
    background-color: #ffd900 !important;
    border-color: #ffd900 !important;
    outline: none;
    box-shadow: none;
}


.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #000 !important;
    background-color: #ffd900 !important;
    border-color: #ffd900 !important;
    outline: none;
    box-shadow: none;
}