body {
    background-color: #182638;
    overflow-x: hidden;

}



@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');

.background {

     background-attachment: fixed; 
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 

    transition: filter 0.35s;
    position: relative;

    background-color: #874356;
 }

@media (max-width: 800px) {
    .background {
        background-size: auto;
        background-attachment: initial;
    }
}



#top-background {
    height: 100vh;
    background-image: url("images/BannerLight.jpg");
    background-color: #182638;

}

#bottom-background {
    height: 100vh;
    background-image: url("images/BannerDark.jpg");
    background-color: #182638;
    overflow-y: hidden;
}


#main-contents-background {
    /* height: 100vh; */
    margin-top: -10px;
    background-image: url("images/page.jpg");
    background-repeat: repeat-y;
}

#down-arrow {
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -25px; 
    transition: opacity 0.5s;
}

@keyframes fadein {
    from{opacity: 0}
    to{opacity: 1}
}

#title {
    padding: 10px;
    background-color: teal;
    
    font-size: 5em;
    text-align: center;
    letter-spacing: 3px;
    color: rgba(200, 79, 14, 0.916);    
    font-family: 'Times New Roman', Times, serif;
}

@media (max-width: 800px) {
    #title {
        font-size: 3em;
    }
}



.collapseP {
    max-width: 60vh;
    height: 25vh;
    margin-right: 5vh; 
    overflow-y: scroll;
}

.test {
    width: 50vh;
    margin: auto;
    padding: 15px;
    color: white;
}

#aboutCollapse p {
    color: white; 
}

#aboutCollapse a {
    text-decoration: none;
    color: white;
}

#aboutCollapse a:hover {
    color:#874356;
}

#aboutCollapse i {
    margin-right: 10px;
}

@media (max-width: 800px) {

    .test {
        margin-top: -15px;
        padding: 5px;
    }

    #aboutCollapse p, #aboutCollapse a {
       font-size: 12.5px;
    }
}



/* d-flex justify-content-center */

#collapseContainer {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

@media (max-width: 800px) {
    #collapseContainer {
       display: block;

    }

    .collapseP {
        font-size: 15px;
        margin: auto;
        margin-top: -120px;
        margin-bottom: 20px;
    }
}


a:hover {
    cursor: pointer;
}

.card a {
    text-decoration: none;
}


#contentHead {
    background-color: #182638cc;
    color: white;
    padding: 15px;
}

.contents-header {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    font-family: 'Dancing Script', cursive;

    background-color: #874356b2;
    color: #F6E7D8;
}


#contents-header {
    text-align: center;
    padding: 50px 0px 15px 0px;

    font-family: 'Dancing Script', Times, serif;
    
    /* background-color: #874356b2; */
    color: #F6E7D8;
}

.poem {
    text-align: center;
}

.poem p {
    padding: 35px;
    margin: auto;
    text-align: left;
    width: 50%;
    font-weight: 500;
    line-height: 45px;
}

@media (max-width: 800px) {
    .poem p{
        font-size: 12.5px;
        padding: 0;
        width: 75%;
        line-height: 35px;
    }
}


#gradient {
    background: hsla(214, 40%, 16%, 1);

    background: linear-gradient(270deg, hsla(214, 40%, 16%, 1) 0%, hsla(343, 34%, 40%, 1) 100%);
    
    background: -moz-linear-gradient(270deg, hsla(214, 40%, 16%, 1) 0%, hsla(343, 34%, 40%, 1) 100%);
    
    background: -webkit-linear-gradient(270deg, hsla(214, 40%, 16%, 1) 0%, hsla(343, 34%, 40%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#182638", endColorstr="#874356", GradientType=1 );
}

#contentList {
    width: 25vh;
}

#contents-list {
    margin-top: 10px;
    padding-top: 25px;
}

#contents-list ul {
    margin-top: -25px;
}

#contents-list li {
    /* border-bottom: solid black 2px; */
    text-align: center;
    color: #612f3d;
    margin-top: 16px;
}

#contents-list li a {
    text-decoration: none;
    color: #874356;
    font-weight: bold;
    font-family: 'Dancing Script', serif;
    font-size: 1.5em;
    display: inline-block;
}

#contents-list li a:hover {
    color: #F68989;
    border-bottom: 1px solid #612f3d;
}

@media (max-width: 800px) {
    #contents-list li {
        font-size: 12.5px;
    }
}

i {
    color: #874356;
}

.poem i:hover {
    color:#F68989
}

.h2 a{
    color: rgba(255, 255, 255, 0.76);
}

.h2 a:hover {
    color: #3c6294;
}

.h2 a i {
    color: #3c6294;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
	display: none;
}

