body {
    background-color: #f7f9f9;
}

.navbar-nav .nav-link {
    font-size: 0.75rem;
}

.page-header {
    position: relative;
    min-height: 460px;
    background: url('images/header-banner.jpg') no-repeat center;
    background-size: cover;
}

.page-header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-title {
    line-height: 1;
}

.split-layout-img-1,
.split-layout-img-2 {
    overflow: hidden;
    height: 80vw;
}

.split-layout-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 1px);
    height: 100%;
}

.split-layout-img-1 .split-layout-inner {
    background: url('images/split-layout-01.jpg') no-repeat center;
    background-size: cover;
}

.split-layout-img-2 .split-layout-inner {
    background: url('images/split-layout-02.jpg') no-repeat center;
    background-size: cover;
}

.section-subscribe {
    min-height: 400px;
    background: url('images/subscribe-section-bg.jpg') no-repeat center;
    background-size: cover;
}

.card-blog-entry .card-title a:hover,
.meta-entry a:hover,
.meta-item a:hover {
    color: inherit;
}

.card-blog-entry.bg-viridian-500 .card-title a:hover,
.meta-entry.meta-entry-light-1 a:hover {
    color: #fff;
}

.bottom-section {
    background: url('images/bottom-section-bg.jpg') no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .banner-title,
    .banner-title + .lead {
        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .page-header {
        min-height: 520px;
    }
    .page-header-inner .lead {
        letter-spacing: 0.1875rem;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: 60vw;
    }
}

@media (min-width: 992px) {
    .split-layout-img-1,
    .split-layout-img-2 {
        height: inherit;
    }
    .bottom-section .btn {
        margin-top: 0.1875rem;
    }
}

@media (min-width: 1200px) {
    .page-header {
        min-height: 700px;
    }
    .page-header-inner .lead {
        letter-spacing: 0.53125rem;
    }
    .split-layout-img-1,
    .split-layout-img-2 {
        height: 40vw;
    }
    .section-subscribe {
        min-height: 450px;
    }
}