h1{
    text-align: center;
    color:rgb(39,107,38);
    font-family: Arial, Helvetica, sans-serif;
    font-size:25px;

}
p{
    border: 1px rgb(238, 1, 1);
    padding: 10px;
    margin: 30px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
subtitle{
    padding: 100px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: aquamarine;
    width:100%;
    display:none;
}
.pages{
    font-size: 20px;
    display:flex;
    column-gap: 3%;
    background-color: 2px black;
}
.content{
    margin:auto;
    width:100%;
    background-color: 2px blue;
    margin-bottom:18%;
    margin-top:0%;
    opacity:1;
    z-index: 100;
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
    background: linear-gradient(rgba(239, 252, 255, 0.3) 50%,rgba(186, 177, 177, 0.0) 0%);
    color: rgb(60, 59, 59);
}
.content:hover{
    background-color: rgba(106, 0, 255, 0.07);
    background: linear-gradient( rgba(239, 252, 255, 0.204) 50%,rgba(186, 177, 177, 0) 0%);
}


.description{
    margin-left:1%;
    margin-right:1%;
    font:1em "Fira Sans",sans-serif;
    border-radius: 2%;
}
.contenttitle{
    font-size: 200%;
    text-align: center;
}
.leftcontent{
    margin:auto;
    width:45%;
    margin-left:3%;
    margin-right:0%;
    margin-top:0%;
}
.rightcontent{
    margin:auto;
    width:45%;
    margin-right:0%;
    margin-left: 0%;
    margin-top: 0%;
}
.middlecontent{
    margin:auto;
    width:90%;
}
body {
   background-color:rgb(198, 174, 200);
}
button{
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.22);
    color: black;
    text-align: center;
    display:inline-block;
    padding:7px;
    background-color:rgb(198, 174, 200);
    border-radius: 3px;
    width:auto;
    font-size: x-large;
    margin-bottom:0.5%;
}
button:hover{
    background-color: rgb(176, 154, 177);
}
.b1{
    cursor:not-allowed;
}
#menu{
    margin-top:0;
    margin-left: -1%;
    width:101%;
    background-color:rgb(198, 174, 200);
    font-size:larger;
    position:fixed;
    z-index: 2;
    top:0;
    left: 0;
    right:0;
    display:inline-flex;
}
#menubuttons{
    width:80%;
    margin:auto;
}
#backbutton{
    position:fixed;
    top:2px;
    right:0.5%;
    display: flex;
    z-index: 3;
}
#hamburgerbutton{
    position:fixed;
    top:2px;
    left:0.5%;
    display: flex;
    z-index: 3;
}
.menubuttonclass{
    text-align: center;
    margin:10px;
    padding:0px;
    margin:0px;
    width:100%;
    margin-top:10%;
    color: rgb(60, 59, 59);

}
#menubutton{
    text-align: right;
    position:absolute;
    right:0;
    font-weight: bolder;
}
#logo{
    border:none;
    color: rgb(60, 59, 59);
    font-size: larger;
    font-weight: bolder;
    margin-bottom:5%;

    text-align: center;
    width:100%;
    margin-top:10%;
    color: rgb(60, 59, 59);


}
#detailscontainer{
    text-align: center;
}
#details{
    border:none;
    color: rgb(60, 59, 59);
    font-size: larger;
    font-weight: bolder;
    margin-bottom:5%;
    display:inline-block;
    text-align: left;
    margin-top:10%;
    color: rgb(60, 59, 59);
}
img{
    width:100%;
}


#pagenumber{
    display:block;
    margin:auto;
    text-align: center;
}
.nextPage{
    margin: auto;
    background-color:rgb(131, 166, 155);
    border: none;
    color:black;
}

.yt{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.yt iframe{
    position: absolute;
    top: 0%;
    left: 10%;
    width: 80%;
    height: 80%;
}

#PGHPbutton{
    margin: auto;
    background-color:rgb(85, 145, 127);
    border: none;
    color:black;
    font-size:20px;
}
.colour{
    color:blueviolet
}
#div2{
    color:blueviolet;
}
#inputform{
    background-color: white;
    width:444px;
    margin:auto;
}
#filterdiv{
    width:100%;
    height:100%;
    position: fixed;
    backdrop-filter: blur(135px);
    z-index: -1;
    top:0px;
    left:0px;
    background-color: rgba(255, 255, 255, 0.148);
}
#back2{
    width: 100%;
    height:100%;
    position: fixed;
    top:0px;
    left:0px;
    z-index: -100;
}
#back{
    border-radius: 50%;
}
#backcontainer{
    border-radius: 50%;
}
.boardcolumn{
    margin:1%;
}
.boardcolumntitle{
    border-radius: 50%;
    backdrop-filter: blur(135%);
}
.boardentry{
    margin-top: 10%;
    font-size: 90%;
}
.boardinputfield{
    display: none;
}
.clickabletext{
    color:blue;
}
.headers{
    text-align: center;
    margin: auto;
    margin-bottom: 5%;
    font-size:x-large;
    
    width: fit-content;
    max-width: 92%;
}
#bannerbackground{
    position:absolute;
    width:100%;
    margin-left: -50%;
    z-index: -1000000;
}
.descwithbackground{
    background-color: rgba(255, 255, 255, 0.3);
}