/* Add here all your CSS customizations */
.header-body {
    background-color: white !important;
}

@media screen and (min-width: 1500px) {
    .front-text h1 {
        line-height: 4rem;
        left: -200px;
    }
}

@media (min-width: 992px) {

    #header .header-nav.header-nav-links.header-nav-light-text nav>ul>li>a,
    #header .header-nav.header-nav-line.header-nav-light-text nav>ul>li>a {
        color: gray;
    }
    #footer img {
        max-width: 100%;
        margin-top: 31%!important;
    }
}

.featured-boxes-modern-style-primary .featured-box {
    background: unset!important;
}

.featured-boxes-modern-style-2 .featured-box .box-content h2 {
    color: white;
    font-weight: 700;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 11.2px;
    margin-bottom: 0.7rem;
    background: #000130;
    padding: 30px;
}

.featured-boxes-modern-style-2 .featured-box .box-content {
    padding: 0!important;
    padding-bottom: 10px;
}

.featured-box a {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    color: white!important;
    background-color: #000130!important;
    margin-bottom: 20px;
    border-radius: 20px;
}

.featured-box {
    border: none;
    box-shadow: none;
}

.featured-boxes-modern-style-2 .featured-box .box-content p {
    color: black;
    font-weight: 500!important;
}

#footer {
    background: transparent!important;
}

#footer img {
    max-width: 100%;
    margin-top: 8%;
}

body > div.body > div > div > div:nth-child(1) > div:nth-child(1) > section > div {
    height: 100%!important;
    transform: none!important;
}