@media (min-width: 2800px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 3000px;
    }

    #header {
        padding: 4rem 0 !important;
    }

    .header-base {
        margin-top: 1rem !important;
    }

    .nav-brand img {
        max-width: 360px !important;
    }

    .nav-menu>li {
        margin-right: 2rem !important;
    }

    .nav-menu>li>a {
        font-size: 36px !important;
        padding-left: 3rem !important;
    }

    .nav-menu>li:not(.nav-menu-btn):not(:first-child):before {
        display: inline-block;
        content: '';
        border-left: #003680aa 1px solid !important;
        position: absolute;
        top: 16px;
        height: 48px;
    }

    .nav-menu.nav-menu-social>li.join-btn a {
        height: 90px;
        padding: 36px 90px;
    }

    .nav-menu>li>a>[class*=ion-], .nav-menu>li>a>i {
        width: 72px;
        height: 36px;
    }

    footer {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    img.img-footer {
        max-width: 300px;
    }

    .footer-widget .widget-title {
        font-size: 2.5rem !important;
        line-height: 2 !important;
    }

    .footer-widget ul li a {
        font-size: 2rem !important;
        line-height: 2 !important;
    }

    .footer-widget address {
        font-size: 2rem !important;
    }

    .fs-6 {
        font-size: 2rem !important;
    }

    .modal-dialog {
        max-width: 25vw !important;
    }

    h3.modal-title {
        font-size: 2.5rem !important;
        line-height: 2 !important;
    }

    .modal-subtitle {
        font-size: 1.5rem !important;
    }

    .login-caps {
        margin-bottom: 2rem !important;
    }

    .form-group {
        margin-bottom: 2rem !important;
    }

    .form-group input {
        height: 75px !important;
        font-size: 1.5rem !important;
    }

    .form-group a {
        font-size: 1.5rem !important;
    }

    #home-banner {
        min-height: 60vh !important;
        background-position-y: 18vh !important;
    }

    #home-banner-text-div {
        height: 48vh;
    }

    .big-header-capt {
        font-size: 8rem !important;
    }

    .hero-caption p {
        font-size: 3rem !important;
    }

    .btn {
        height: 100px !important;
        padding: 10px 50px !important;
        font-size: 2rem !important;
    }

    section .mt-3 {
        margin-top: 3rem !important;
    }

    section .mb-3 {
        margin-bottom: 3rem !important;
    }

    section .mt-5 {
        margin-top: 5rem !important;
    }

    section .mb-5 {
        margin-bottom: 5rem !important;
    }

    h3 {
        font-size: 5rem !important;
        line-height: 2 !important;
    }

    h4 {
        font-size: 4rem !important;
        line-height: 2 !important;
    }

    h5 {
        font-size: 3rem !important;
        line-height: 2 !important;
    }

    h6 {
        font-size: 2rem !important;
        line-height: 1.5 !important;
    }

    p {
        font-size: 2rem !important;
    }

    .hr-caption {
        font-size: 3rem !important;
    }

    #get-in-touch-div {
        padding-top: 16rem !important;
    }

    #get-in-touch-div::before {
        top: -3vh;
        width: 67vw;
        height: 10vh;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
    }

    .form-control {
        height: 100px;
        font-size: 2rem !important;
        padding: 3rem !important;
    }

    textarea.form-control {
        height: 240px;
    }

    #get-in-touch-form-submit {
        padding: 10px 100px !important;
        border-radius: 1rem !important;
    }

    .mt-10 {
        margin-top: 10rem !important;
    }

    .how-it-works-section-box {
        border-radius: 3rem;
        border-width: 4px !important;
    }

    .program-navigation-section-box {
        border-radius: 1rem;
        padding-top: 5rem;
    }

    .program-navigation-section-video {
        height: 25vh !important;
    }

    .program-navigation-section-marker {
        top: -4rem;
    }

    .program-navigation-section-marker .bookmark-button {
        width: 8rem;
        height: 8rem;
        font-size: 3rem;
    }

    .category-module-theme-box {
        border-radius: 2rem;
    }
}