@media (min-width: 1200px) {
    #intro-text {
        font-size: 3.5rem;
    }
}

.mw-11rem {
    max-width: 11rem;
}

.mh-7rem {
    max-height: 7rem;
}

.mt-45 {
    margin-top: 4.5rem;
}

.fs-1-1rem {
    font-size: 1.1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white
}

.navbar-dark .navbar-nav .active > .nav-link {
    background: white;
    border-radius: 4px;
    color: black;
}

.btn-chunky {
    font-size: 2rem;
    font-weight: 300;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
}

.jumbotron {
    background-image: url('../images/dts-bg-3.jpg');
}

.jumbotron.container {
    position: relative;
    text-align: center;
    color: white;
}

.navimage {
    background-image: url('../images/dts-bg-3.jpg');
}

#dts-rounded-circle {
    width: 4rem;
    margin-bottom: 5.5rem;
}


#cookieConsent {
    background: #041e34;
    padding-bottom: 1.6rem;
    width: 100%;
    margin-bottom: 0
}

#cookieConsent .cookieButtons {
    text-align: right;
}

#cookieConsent p {
    background: #041e34;
    color: #fff;
}

#cookieConsent a {
    color: #00aae5;
}

.font_8pt {
    font-size: 8pt;
}

.font_10pt {
    font-size: 10pt;
}

.font_12pt {
    font-size: 12pt;
}

.font_14pt {
    font-size: 14pt;
}

.font_18pt {
    font-size: 18pt;
}

.font_24pt {
    font-size: 24pt;
}

.font_36pt {
    font-size: 36pt;
}