html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
}

#main-content {
    padding: 0px;
}

#picture-div {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 6px solid #9B825E;
}

#picture {
    width: 100%;
}

.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;
}

#curve-div {
    justify-content: center;
    display: flex;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

#curve-decoration {
    height: 35px;
    width: auto;
}

#header-div {
    margin-top: 100px;
    margin-bottom: 64px;
}

#header-text {
    text-align: center;
    color: #9B825E;
    font-family: 'Raleway', serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    margin-bottom: 0px;
}

#description-text {
    text-align: center;
    color: #9B825E;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: lighter;
    margin-bottom: 0px;
    font-style: italic;
    padding:0 20px;
}

#header-decoration {
    width: auto;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#column-description-div {
    margin-top: 50px;
    margin-bottom: 190px;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

#left-column-description {
    padding-right: 20px;
}

#right-column-description {
    padding-left: 20px;
}

#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: 2159px) {


    #btn-back-to-top {
        border: 3px solid #9B825E; 
        font-size: 18px;
        height: 52px;
        width: 52px;
    }

    body #header-text,
    body #description-text {
    font-size: 24px;
    }

    body #column-description-div {
        font-size: 20px;
    }

    body #header-decoration,
    body #curve-decoration {
        height: 42px;
    }
}

@media screen and (max-width:1200px) {
    .divider {
        margin:auto auto 50px auto;
        height: 40px;
    }   
}

@media screen and (max-width: 991px) {

   body #left-column-description,
   body #right-column-description {
        padding: 20px 20px 20px 20px;
   }
}

@media screen and (max-width:568px) {
    
    body #picture-div {
        border-top:4px solid #9B825E;
        border-bottom:4px solid #9B825E;
    }
    
    #column-description-div {
        margin-bottom: 110px;
    }

    #curve-div {
        margin-top:30px;
    }

    #header-div {
        margin-top:70px;
    }

    .divider {
        height: 28px;
    }
}