#hero1 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 80svh;
    background-color: #D3B48C;
}

.page-hero {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


#header .logo img {
    height: 100% !important;
    width: 100% !important;
}


#header.header-scrolled,
#header.header-inner-pages {
    background: black;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: gray;
}


#logo-img-box {
    background-image: url("/src/assets/media/logo-1-black.png");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}


/*
CUSTOMIZE THE CAROUSEL
-------------------------------------------------- *
*/

/* Carousel base class  */
.carousel {
    margin-bottom: 4rem;
    height: 80svh;
    /*background-image: url("http://earl-gold.test/storage/app/media/earl-39.jpg");*/

}

/* !* Since positioning the image, we need to help out the caption *! */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* !* Declare heights because of positioning of img element *! */
.carousel-item {
    height: 32rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* !* Bump up size of carousel content *! */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

        #hero1 {
            height: 50svh;
        }
}


.pic {
    border: 1px solid #D3B48C !important;
    width: 180px !important;
    height: 180px !important;
}
