body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(/pictures/701863.png);
    background-attachment: fixed;
    margin: 0;
    
}

.header {
    text-align: center;
    height: 8.5vh;
    
}

h1 {
    position: fixed;
    text-align: center;
    background-color: hsl(199,95%,30%);
    padding: 2.1vh;
    margin: 0;
    text-shadow: -1px 0 rgb(0, 0, 0), 0 1px rgb(0, 0, 0), 1px 0 rgb(0, 0, 0), 0 -1px rgb(0, 0, 0);
    color: white;
    width: 100%;
    border-bottom: 3px solid black;
}
h2 {
    background: hsla(199, 95%, 30%, 0.363);
    margin: 0;
    padding: 10px;
    margin-bottom: 2%;
}
h3 {
    background: hsla(199, 95%, 30%, 0.363);
    margin: 0;
    padding: 10px;
    margin-bottom: 2%;
}

hr{
    border: 0.25vh solid black;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: row;    
}

.flex_container1 {
    border-right: 0.25vh solid black;
    width: 25%;
}
.flex_container1 p{    
    text-align: center;
    margin: 0.2vh;
}

.flex_container1 h2, h3{
    text-align: center;
    
}

.flex_container2 {
    width: 50%;
    height: 54.4rem;
}

.flex_container2 h2 {
    text-align: center;
}

.flex_container3 {
    width: 25%;
    border-left: 0.25vh solid black;
    text-align: center;
}

table{
    table-layout: fixed;
    width: 40vh;
    text-align: center;
}
table, th, td{
    border: 0.3vh solid hsl(199,95%,20%);
    border-collapse: collapse;
    margin: auto;    
}
tr > td:first-of-type {
    font-weight: bold;
    background-color: hsl(290, 90%, 45%);
}
tr > td:last-of-type {
    background-color: hsla(0, 60%, 45%);
}
tr > td:nth-child(2) {
    background-color: rgb(0, 230, 31);
}
tr > td:nth-child(3) {
    background-color: hsl(241, 90%, 60%);
}
ul p {
    text-align: center;
    margin: 0;
}
.frame-container{
    margin-top: 4.5rem;
    justify-content: center;
    display: flex;
    height: 50rem;
}
iframe {
    height: 40rem;
    width: 55rem;
}
.container2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.flex_container4 {
    flex: 1;
    
}
.flex_container5 {
    flex: 1;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.drop{
    display: flex;
    justify-content: center;
    align-items: center;
}


.drop2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
    margin: 0;

}

.drop2.header{
    background-color: hsla(54, 100%, 50%, 0.521);
    border-radius: 0.6vh;
    width: 10vw;
    height: 3.4vh;
}

.drop2.header2{
    background-color: hsla(41, 100%, 50%, 0.521);
    border-radius: 0.6vh;
    width: 10vw;
    font-size: 0.75em;
    height: 3.4vh;
}

.drop2 p {
    margin: 0;
    font-weight: bold;
    padding: 0;
}


table.drop2 {
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}
table.drop2 td {
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 0.75em;
    background-color: hsla(199, 96%, 22%, 0.568);
}
table.drop2 td img {
    vertical-align: middle;
    display: inline-block;
}
.drop{
    text-align: center;
}

/*=================Buttons====================*/

button {
    width: 95%;
    margin-left: vh;
    background-color: hsl(204, 98%, 63%);
}

.collapse {
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    min-width: 200px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: hsl(199,95%,30%);
}

.active, .collapse:hover {
    background-color: rgba(0, 0, 0, 0.253);
    width: 95%;
    padding: 17px;
    border: 2px solid black;
}

.content{
    display: none;
    overflow: hidden;
    padding: 18px;
    width: 86%;
    text-align: left;
    font-size: 15px;
    background-color: rgba(240, 248, 255, 0.425);
    border-radius: 5px;
    margin-left: 0.06em;
}

div > a {
    text-decoration: none;
}

div > a:hover h3 {
    color: rgb(255, 255, 255);

}

div > a:visited {
    color: black;
}

.content > div {
    margin-top: 0;
    margin-bottom: 20px;
}

.content > div a {
    display: inline-block;
    width: 79%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.445);
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 7px;
    margin: -1em;
}

.content > div a:hover {
    background-color: rgb(255, 255, 255);
}

div.dungeons button {
    height: auto;
    width: auto;
}

.requirements {
    margin-left: 2.5vh;
}


