.fh5co-nav #fh5co-logo img {
    width: 13rem;

}

.scrolled #fh5co-logo img {

    height: 8.5rem;
    opacity: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;

}


#fh5co-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    #fh5co-header, .fh5co-cover {
        padding: 0 0;
        height: 46rem;
    }

    .hero-text h1 {
        font-size: 4rem !important;
    }
}

#fh5co-footer {
    padding-top: 1rem;
}

.btn-primary.btn-outline {
    background: rgba(255, 69, 0, 0.51);
    font-weight: bold;
}
