html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.hero-slideshow-container {
    position:relative;
    margin:auto;
}

.hero-slideshow-container img {
    width:100%;
    position: relative;
}

.hero-slideshow-container .slick-slider {
    height:fit-content;
}

.hero-slideshow-container .slick-dotted.slick-slider {
    margin-bottom:0px;
}

.hero-slideshow-container .slick-dots {
    bottom:55px;
}

.hero-slideshow-container .slick-dots li {
    margin:0px 10px;
}

.hero-slideshow-container .slick-dots li button:before {
    font-size: 14px;
    opacity:0.75;
    color:#9B825E;
}

.hero-slideshow-container .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fefefe;
}

.divider {
    text-align: center;
    margin: 5px auto 115px auto;
    background-image: url(../Media/sub_whole_screen_curveV3.png);
    background-size: cover;
    height: 50px;
    width: 100%;
    background-position:center;
}

.image-section {
    text-align: center;
    background-color: #fefefe;
    border-top: 3px solid #9B825E;
    padding:0px 35px;
}

.image-section img {
    margin: 80px auto 40px auto;
    max-height:900px;
    border:1px solid #9B825E;
}

.image-section .signature {
    font-stretch: expanded;
    font-family: 'Mr De Haviland', cursive;
    color: #9B825E;
    font-size: 40px;
    margin-bottom: 40px;
}

#overview-decoration,
#curve-decoration {
    width: auto;
    height: 35px
}

.btn {
    padding: 8px 70px;
    border-color: #9B825E;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    border-radius: 0px;
    margin-bottom: 30px;
}

.btn:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #9B825E;
    border-color: #9B825E;
}

.btn-outline-primary.focus, 
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    outline: #9B825E;
}

.description {
    justify-content: center;
    color: white;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin:64px auto 115px auto;
    padding:0 20px;
    gap:0px 40px;
}

.description-div {
    margin:115px auto 64px auto;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    padding-left: 35px;
    padding-right:35px;
    gap:0 40px;
}

.description-div h1 {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    margin-bottom: 0;
}

.description-div p {
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
}

.description-text {
    text-align: center;
    color: #9B825E;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 115px;
    font-style: italic;
    padding: 0 20px;
}

.image-section .description-div {
    padding-left: 0px;
    padding-right: 0px;
}

.discover-button {
    padding: 8px 70px;
    cursor: pointer;
    margin-bottom: 115px;
    border: 1px solid #9B825E;
    color: white;
    background-color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    transition: .5s ease;
}

.discover-button:hover,
.discover-button:focus {
    color: #9B825E;
    background-color: transparent;
    outline: none;
}


@media screen and (min-width: 2559px) {


    body img#image-separator.img-fluid,
    body img#image-separator-footer.img-fluid {
        width: 235px;
    }
}

@media screen and (min-width: 2159px) {

    body #mute-sound-button {
        font-size: 20px;
    }

    body #overview-text,
    .description {
        font-size: 20px;
    }

    body #heading-top,
    .description-text {
        font-size: 24px;       
    }

    body #curve-decoration,
    body #overview-decoration {
        height: 43px;
    }
    
    body #overview-text{
        margin: 0px;
        padding: 0px;
    }

    .description-div h1 {
        font-size: 24px;
    }

    .description-div p,
    .image-section .description-div p {
        font-size: 20px;
    }

}

@media screen and (max-width: 1200px) {
    .divider {
        margin:auto auto 50px auto;
        height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .image-section img {
        max-height: 380px;
    }

    .image-section img {
        margin:55px auto 30px auto;
        max-height: 380px;
    }
    
    .image-section .signature {
        font-stretch: expanded;
        font-family: 'Mr De Haviland', cursive;
        color: #9B825E;
        font-size: 38px;
        margin-bottom: 30px;
    }

    .image-section .description-div {
        margin-top: 100px;
    }

}

@media screen and (max-width: 579px) {

    body #heading-top-div {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 65px;
        margin-bottom: 80px;
    }

    body .mainfooter {
        margin-top: 0px;
    }

    .discover-button {
        margin-bottom: 80px;
    }

    .divider {
        height: 28px;
    }
    
    .description-div button {
        padding: 8px 45px;
    }

    .description-div {
        margin:70px auto 64px;
    }

    .description,
    .description-text {
        margin-bottom: 80px;
    }

    .hero-slideshow-container .slick-dots {
        bottom:10px;
    }
    
    .hero-slideshow-container .slick-dots li {
        margin:0px 5px;
    }
    
    .hero-slideshow-container .slick-dots li button:before {
        font-size: 10px;
    }
    
    .image-section img {
        margin:40px auto 20px auto;
        max-height: 380px;
    }
    
    .image-section .signature {
        font-stretch: expanded;
        font-family: 'Mr De Haviland', cursive;
        color: #9B825E;
        font-size: 30px;
        margin-bottom: 20px;
    }
}