.logo {
    max-width: 90px; /* Set a maximum width */
    max-height: 90px; /* Set a maximum height (optional) */
}

.sky-banner {

    background-size: cover;
    background-position: center;
}

/* Blocks */
.sky-site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

    .sky-site-blocks-cover.overlay {
        position: relative;
    }

        .sky-site-blocks-cover.overlay:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.4);
        }

    .sky-site-blocks-cover, .sky-site-blocks-cover .row {
        min-height: 150px;
        height: calc(15vh);
    }

        .sky-site-blocks-cover.inner-page, .sky-site-blocks-cover.inner-page .row {
            min-height: 150px;
            height: calc(12vh);
        }

        .sky-site-blocks-cover .sub-text {
            font-size: 1.1rem;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.7);
            letter-spacing: .2em;
        }

        .sky-site-blocks-cover h1 {
            font-weight: 900;
            color: #fff;
            font-size: 3rem;
        }

            .sky-site-blocks-cover h1 strong {
                font-weight: 900;
            }

@media (min-width: 768px) {
    .sky-site-blocks-cover h1 {
        font-size: 5rem;
    }
}

.sky-site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.sky-site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}