.header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.header-logo-text {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.header-logo-text:hover {
    text-decoration: none;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.logo-img {
    width: 50px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .header-logo-text {
        font-size: 1.25rem;
    }
}

@media (max-width: 568px) {
    .header-logo-text {
        font-size: 0.8rem;
    }
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
    -webkit-filter: blur(5px);
    filter: blur(4px)
}

.carousel-caption {
    /* bottom: 3rem; */
    z-index: 10;
}

.carousel-item {
    height: 30rem;
}

.caption-title-text {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    /* font-weight: 600; */
}

.caption-text {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.gallery img {
    width: 344px;
}