html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height:auto;
}

#header-div {
    padding-top: 100px;
    text-align: center;
    position: relative;
}

#header-div p {
    text-align: center;
    color: #9B825E;
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    max-width: 500px;  
    font-style: italic;
    margin:auto;
    padding:0px 30px;   
}

#header-div img {
    margin:auto;
}

#header-text {
    text-align: center;
    color: #9B825E;
    font-family: 'Raleway', serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    margin-bottom: 0px;
}

#header-decoration {
    width: auto;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: block;
}

.stars-div {
    margin:100px auto;
}

.stars-div-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.stars-div .stars-div-wrapper i {
    font-size: 20px;
    color:#a5753182;
    margin:auto 5px;
}

.stars-div .stars-div-wrapper .fa-solid {
    color:#a5753182;
}

.stars-div .stars-div-wrapper .fa-regular {
    position: absolute;
    color:#9B825E;
}

.divider {
    text-align: center;
    margin: 5px auto 100px auto;
    background-image: url(../Media/sub_whole_screen_curveV3.png);
    background-size: cover;
    height: 50px;
    width: 100%;
    background-position:center;
}

#thin-separator {
    color: #000002;
    background-color: #9B825E;
    max-width: 50vw;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
}

#review-div {
    height: fit-content;
}

#name-div {
    margin-bottom: 50px;
    margin-top: 50px;
}

a:hover {
    text-decoration: none;
}

#text-div {
    height: 250px;
    overflow: auto;
}

.content {
    text-align: center;
    margin-bottom: 50px;
}

body ::-webkit-scrollbar {
    color: transparent;
}

.pagination {
    margin-bottom: 200px;
}

.pagination a {
    color: #9B825E;
    background-color: transparent;
    border: none;
    font-size: 24px !important;
    letter-spacing: 1px;
}

.page-item.active .page-link {
    z-index: 1;
    color: darkgray;
    background-color: transparent;
    border: none;    
}

.page-link:hover {
    color: darkgray;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
}

#pagination-div {
    justify-content: center;
    display: flex;
    margin-top: 50px;
    margin-bottom: 150px;
}

#pagination-text {
    text-align: center;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
}

#navigation-div {
    margin-top:200px;
    margin-bottom: 200px;
}

#btn_next,
#btn_prev {
    border: 1px solid #9B825E;
    background-color: transparent;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
    height:40px;
    width: 135px;
    margin-left: 30px;
    margin-right:30px;
}

#btn_next:hover,
#btn_prev:hover {
    background-color: #9B825E;
    color: white;
    cursor: pointer;
}

#btn_next:focus,
#btn_prev:focus {
    outline: none;
}

#review-text {
    text-align: justify;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

#name-text a {
    font-stretch: expanded;
    font-family: 'Mr De Haviland', cursive;
    color: white;
    font-size: 48px;
}

#heading1 {
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
    max-width: 550px;
    color: #9B825E;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
}

#text {
    margin-top: 30px;
    text-align: center;
    max-width: 550px;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.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 {
    background-color: #9B825E;
    border-color: #9B825E;
}

.img-fluid.mx-auto {
    width: 110px;
    height: auto;
}

.img-fluid.mx-auto:hover {
    cursor: pointer;
}

#btn-back-to-top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 50px; 
    z-index: 99; 
    border: 2px solid #9B825E; 
    border-color: #9B825E;
    outline: none; 
    background-color: #000002; 
    color: #9B825E; 
    cursor: pointer;
    padding: 10px; 
    font-size: 16px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

#btn-back-to-top:hover {
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
    outline: none;
}

#btn-back-to-top:after {
    outline: none;
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
}

@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 #header-decoration {
        height: 43px;
    }

    body #header-text {
        font-size: 24px;
    }

    body #review-text,
    body #review-text-header {
        font-size: 20px;
    }

    #header-div p {
        font-size: 20px;
        max-width: 700px;
    }

    #btn-back-to-top {
        border: 3px solid #9B825E; 
        font-size: 18px;
        height: 52px;
        width: 52px;
    }

    .stars-div .stars-div-wrapper i {
        font-size: 30px;
    }

    .stars-div {
        margin:130px auto;
    }
}

@media screen and (max-width:1200px) {
    .divider {
        height: 40px;
    }  
}

@media screen and (max-width:991px) {
    body #header-div {
        padding-top: 0px;
    }

    body #pagination-div {
        margin-top: 0px;
        justify-content: space-evenly;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 579px) {
    
    .stars-div .stars-div-wrapper i {
        font-size: 18px;
    }

    body #thin-separator {
        margin-top: 65px;
        margin-bottom: 110px;
    }
     
    body .mainfooter {
        margin-top: 0px;
    }
  
    body #btn_next {
        margin-right: 0;
        margin-left: 5px;
        width: 100px;
    }

    body #btn_prev{
        margin-left: 0;
        margin-right: 5px;
        width: 100px;
    }

    body #pagination-text {
        margin-left: 0px;
        margin-right: 0px;
    }

    body #pagination-div {
        margin-top: 0px;
        justify-content: space-evenly;
    }

    .divider {
        margin:auto auto 70px auto;
        height: 28px;
    }  
}