body {
    background-color: #254f8f;
    color: white;
}

.logo {
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: italic;
}

.wave {
    position: relative;
    width: 100%;
    height: 68px;
}

.wave svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}


/* < XS */
@media (max-width: 575.98px) {
    .mountain {
        margin-top: -20px !important;
    }
}

/* < Medium */
@media (max-width: 991.98px) {
    .blog-image {
        max-height: 130px;
        object-fit: cover;
        width: 100%;
    }
}

/* > Medium */
@media (min-width: 991.98px) {
    .nav-link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #FFF2;
    }

    .nav-item:last-child .nav-link::after {
        width: 0px;
    }
}

.mountain {
    position: relative;
    margin-top: -20px;
    z-index: -1;
}

.mountain svg {
    display: block;
}

span.active {
    padding-bottom: 5px;
    border-bottom: white solid 2px;
    border-radius: 4px;
}

.navbar {
    --bs-navbar-nav-link-padding-x: 1.5rem;
}

.clearfix img {
    width: 30%;
}

.nav-link {
    position: relative;
}

.btn-primary {
    background: #254f8f;
    color: white;
}

.btn-primary:hover {
    background: #426191;
}

.btn-primary.hot {
    background: linear-gradient(0deg, #d9421c, #e65836);
    border: #d9421c;
    color: white;
}

.btn-primary.hot:hover {
    background: linear-gradient(0deg, #e5522dff, #e76d4eff);
}

.footer {
    background-color: #254f8f;
    color: white;
    padding: 20px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.icon,
.icon-text {
    vertical-align: middle;
    display: inline-block;
}