

body {
    overflow: hidden scroll;
    background-color: #F8F9FA;
}

.navbar .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar .nav-item.active {
    border-left: #444 3px solid;
}

.spacerBar30 {
    height: 30px;
}

.dark-overlay {
    text-align: center;
    position: fixed;
    height: 60px;
    bottom: 30px;
    color: white;
    width: 100%;
    font-size: 1.0em;
}

.consentLabel {
    font-size: 0.8em;
}

#main-footer {
    background: #000;
    color: #fff;
    height: 30px;
}

#page-header {
    height: 130px;
    background: url('../carbg/94434119.jpg') fixed 0 -900px;
    color: #fff;
    border-bottom: 1px #eee solid;
    background-size: 1600px;
}

.pageSection {
    margin-top: 140px;
}

.pageCaption {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.leadText {
    font-size: 1.25rem;
}

@media (min-width: 544px) {
    .pageCaption {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .pageCaption {
        font-size: 2.0rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .dark-overlay {
        bottom: 30px;
        font-size: 1.2em;
    }

    .consentLabel {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .pageCaption {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .dark-overlay {
        font-size: 1.4em;
    }

    .pageSection {
        margin-top: 180px;
    }

    #page-header {
        height: 180px;
    }

    #main-footer {
        height: 30px;
    }

    .leadText {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .pageCaption {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .dark-overlay {
        font-size: 1.6em;
    }
}

