@font-face {
    font-family: 'Daggersquare';
    src: url(Assets/WRLAfonts/DAGGERSQUARE.otf);
}



 body{
     background-image: url(Assets/WRLAbg.webp);
     background-size:100%;
     background-repeat:repeat-y;
     padding: 0;
     margin:auto;
     font-size: 24px;
     overflow-x: hidden;
     box-sizing:border-box;
 }

/* Navbar */
header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 8px 15px #FFB500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    font-family: 'Daggersquare', sans-serif;
}

nav {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 1%;
    height: 90px;
    background-color: #000000;
}

nav .logo {
    float: left;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.headerpic {
    width: 100px;
}

nav .links {
    padding: 0;
    margin: 0;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.on {
    color: #FFB500;
}

.off {
    color: white;
    display: block;
    padding: 1em 1em;
    font-size: 30px;
    text-decoration: none;
    line-height: 1;
}

.off:hover {
    color: #FFB500;
    background-color: #141414;
}

nav .links li {
    list-style: none;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1075px) {
    nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }
    nav .links {
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        background-color: #141414;
        overflow: hidden;
        transition: all .5s ease-in-out;
        margin: 0;
        padding: 0;
    }
    nav .links a {
        font-size: 20px;
        padding: 1em;
    }
    nav :checked ~ .links {
        bottom: 0;
        top: 90px;
    }
    nav .icon-burger {
        display: block;
    }
    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }
}

/* Dropdown */
nav .links .dropdown {
    position: relative;
    text-align: center;
}

nav .links .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000000;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav .links .dropdown .dropdown-menu a {
    display: block;
    padding: 10px 15px;
    font-size: 24px;
    color: white;
    text-decoration: none;
}

nav .links .dropdown .dropdown-menu a:hover {
    color: #FFB500;
    background-color: #141414;
}

@media screen and (min-width: 1076px) {
    nav .links .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Subheader */
.SubHeader {
    background-color: transparent;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    height: 40px;
    margin-top: 130px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.SUBheadersubheader {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.Videos {
    height: 40px;
    background-color: transparent;
    border: 2px solid;
    border-color: transparent transparent #FFB500 transparent;
    cursor: default;
}

.VideosImg {
    height: 35px;
    background-color: transparent;
}

.Pics {
    height: 40px;
    background-color: transparent;
    border: 2px solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.PicsImg {
    height: 35px;
    background-color: transparent;
}

.Pics:hover {
    border-bottom-color: #FFB500;
    cursor: pointer;
}

/* Video Grid */
.VidGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3vw;
    row-gap: 3vw;
    width: 80%;
    margin: 60px auto 20px;
}

.Prev {
    cursor: pointer;
}

.vid {
    position: relative;
    border: 4px solid #ffffff;
}

.vid:hover {
    border-color: #FFB500;
    box-shadow: 0px 0px 5px 2px #FFB500;
}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */
 footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 20px;
    font-family: 'Daggersquare', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    box-shadow: 0 4px 15px #FFB500;
}

.fc{
    width:82%;
    margin:auto;
}

.toppon {
    height: 9vw;
    width: 25vw;
    max-width: 30%;
    margin-left: 2vw;
    margin-right: 2vw;
    background-image: url(Assets/Uno.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.toppon2 {
    height: 9vw;
    width: 25vw;
    max-width: 30%;
    margin-left: 2vw;
    margin-right: 2vw;
    background-image: url(Assets/Uno2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.toppon3 {
    height: 5vw;
    width: 4vw;
    max-width: 10%;
    margin-left: 2vw;
    margin-right: 2vw;
    background-image: url(Assets/Uno3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border: none;
}

.gg {
    text-decoration: none;
}

.toppon:hover, .toppon2:hover {
    transform: scale(1.03);
    background-color: #050505;
    border: 1px solid #FFFFFF;
}

.line2 {
    width: 30%;
    margin-bottom: 20px;
    border-color: #fff;
}

/* Mobile Adjustments */
@media screen and (max-width: 1100px) {
    .VidGrid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {

    .SubHeader {
        margin-top: 100px;
        width: 90%;
        font-size: 30px;
        height: auto;
    }

    .SUBheadersubheader {
        gap: 15px;
    }

    .Videos, .Pics {
        height: 35px;
    }

    .VideosImg, .PicsImg {
        height: 30px;
    }

    .VidGrid {
        width: 90%;
        column-gap: 2vw;
        row-gap: 2vw;
        margin: 40px auto 20px;
    }

}

@media screen and (max-width: 480px) {

    .headerpic {
        width: 80px;
    }

    .SubHeader {
        margin-top: 90px;
        width: 95%;
        font-size: 24px;
    }

    .SUBheadersubheader {
        gap: 10px;
    }

    .Videos, .Pics {
        height: 30px;
    }

    .VideosImg, .PicsImg {
        height: 25px;
    }

    .VidGrid {
        width: 95%;
        column-gap: 1vw;
        row-gap: 1vw;
        margin: 30px auto 10px;
    }
