

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


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

.logocard {
    max-width: 467px;
    width: 100%;
    height: 100%;
    max-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;
    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;
}

@media only screen and (max-width: 300px) {
    li {display: none;}
}

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;
    position: relative;
    background-color: black;
    overflow: hidden;
}





.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: 100%;
    height: 90px;
    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;
    position: absolute;
    top: 25%;
    left: 20%;
    z-index: 10;
    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;
}

.imgoverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


.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;
}

.footer-div {
    background-color: cadetblue;
    width: 100%;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    left: 0px;
}

* {box-sizing:border-box}

.slideshow-container {
    max-width: 1000px;
    max-height: 500px;
    position: relative;
    margin: auto;
}

.mobile-slideshow-container {
    max-width: 100%;
    max-height: 20%;
    position: relative;
    margin: auto;
}

.slides {
    display: none;
    position: relative;
    display: grid;
}

.slides img {
    border-radius: 20px;
    box-shadow: 1px 1px 5px black;
}
.vslides {
    display: none;
    position: relative;
    display: grid;
}

.vslides img {
    border-radius: 20px;
    box-shadow: 1px 1px 5px black;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.slidetext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 3s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.slideinfocontainer {
    background-color: lightgrey;
    border-radius: 20px;
    box-shadow: 1px 1px 5px black;
    width: 25%;
    height: 75%;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.slideshowbutton {
    background-color: red;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: 150%;
    height: 50px;
    border-radius: 30px;
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    margin-bottom: 10px;
    text-decoration: none;
    transform: translate(-15%, 0%);
    transition: scale 0.4s ease;
}

.slideshowbutton:hover {
    scale: 1.05;
}

.slideshowtext {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    pointer-events: auto;
}

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

.insta-follow {
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 20px;
}

.lsembed {
    align-content: center;
    margin: auto;
}

.lateststreamtext {
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;

}

.mobimgbttn {
    text-align: center;
    align-content: center;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.mobileslidetext {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-shadow: 0px 0px 5px black;
}
.card-container {
    display: inline-flex;
    gap: 16px;
    padding: 16px;
    overflow-x: auto;
    margin: auto;
    align-content: center;
    background-color: white;
    max-width: 70%;
    width: fit-content;
    overflow-y: visible;
    border-radius: 30px;
    box-shadow: 1px 1px 5px black;
}

.card {
    flex: 0 0 auto;
    width: 300px;
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: white;
    margin: auto;
    max-height: 250px;
    height: 100%;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    box-shadow: 1px 1px 10px black;
    transition: all 0.15s ease;
}

.card:hover {
    transform: scale(1.02);
}

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-content {
    padding: 12px;
}

.card-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 8px;
}

.card-date {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 8px;
}

.card-description {
    font-size: 1em;
    color: #333;
}
