h1 {
    font-family: Trebuchet MS;
    font-weight: bolder;
    font-size: 50px;
    text-align: center;
}

p {
    font-family: Trebuchet MS;
    font-weight: lighter;
    text-align: center;

}

.yearbookgraphic {
    display: block;
    margin: auto;
}
.yearbookgraphic img {
    height: 20%;
    width: 20%;
    margin: auto;
    display: block;
}

.bookholder {
    position: relative;
}

.bookholder p{
    font-family: Trebuchet MS;
    font-weight: bold;
    color: white;
    font-size: 25px;
    text-align: center;
    text-shadow: 0px 0px 1px #fc0388, 0px 0px 14px #d194ff;
}
.bookholder p:hover {
    cursor: pointer;
}

.bookholder a{
    text-decoration: underline;
    color: white;
}

body {
    font-family: sans-serif;
    background-color: lightblue;
    background: linear-gradient(to bottom, white 0%, lightblue 20%);
    margin: 0;
}



.topheader {
    display: flex;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.logocard {
    width: 467px;
    height: 270px;
    position: sticky;
    top: 0px;
}


.dropdown {
    position: relative;
    display: inline-block;
    position: sticky;
    top: 0px;
    margin-top: 70px;
    padding: 10px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    transition: all 0.2s ease-in-out;
    text-shadow: 0px 0px 7px white;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    font-size: 17px;
    border-radius: 15px;
}
.dropdown-content:hover {
    font-size: 17px;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {
    display: block;
}


ul {
    list-style-type: none;
    position: sticky;
    top: 0;
    overflow: visible;
    z-index: 5;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 13px 15px;
    text-decoration: none;
}
.headerbutton {
    color: black;
    padding: 0px 0px;
}




.gameframe {
    border-radius: 25px;
    border-width: 8px;
    border-color: white;
}





.instagram-scroll-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px;
}

.instagram-post {
    border: 2px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.instagram-post blockquote {
    margin: 0;
}

.instagram-post iframe {
    width: 100%;
    height: 500px;
}


.livebutton {
    width: 350px;
    height: 70px;
    border-radius: 50px;
    background-color: red;
    margin: auto;
    display: block;
    align-content: center;
    transition: all 0.1s ease;
}

.livebutton:hover {
    scale: 1.1;
    cursor: pointer;
}

.livetext {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin: auto;
    align-self: center;
}

.bloxelslogo {
    text-align: center;
    margin:auto;
    display: block;
    scale: 30%;
    rotation: 0deg;
    transition: all 0.1s ease;
}

.bloxelslogo:hover {
    scale: 35%;
    rotate: -5deg;
}




.photoslidecontainer {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 5px 0;
    height: 130%;
}


.slide {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    margin: auto;
    background-color: black;
    padding: 10px;
    gap: 10px;
    text-align: center;
    align-content: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 6px black;
    transition: all 0.2s ease-in-out;
}

.slide:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.slidetext {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-shadow: 0px 0px 5px black;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.5);
    transform-origin: center;
    z-index: 1;
}

.socials {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    color: white;
    padding-top: 10px;
    padding-right: 10px;
    z-index: 1000;
    align-content: flex-start;
    text-align: right;
}
.socials img {
    width: 30px;
    height: 30px;
    right: 0;
}
.socials a {
    margin: auto;
}

.socials img:hover {
    cursor: pointer;
}

.classday {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
    color: black;
}


