body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
}

h1{
    font-size: clamp(1px, 7rem, 10vmin);
}

#modal{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 5;
}

#link-background{
    background-image: linear-gradient(rgb(38, 0, 255), rgba(0,0,0,0)); 
    height: 0px; 
    position: fixed; 
    transition: all 0.5s; 
    top: 0; 
    justify-self: center; 
    z-index: -1;
}

.modal-img{
    max-width: 100%;
    max-height: 100%;
}

.action-div{
    display: block;
    align-self: center;
    justify-self: center;
    width: 30%;
}

.action-link{
    display: block;
    align-self: center;
    justify-self: center;
    width: 100%;
    height: 50%;
}

.action-link:hover{
    cursor: pointer;
}

.action-button{
    cursor: pointer;
    font-size: clamp(1px, 4rem, 6vmin);
    background-color: rgba(20, 100, 265,0.9);
    color: white;
    border-color: white grey grey white;
    border-width: 4px;
    display: ruby-text;
    justify-self: center;
    height: 100%;
    width: 100%;
    text-shadow: 7px 7px 5px black;
}

.schedule-div{
    font-size: clamp(1px, 2rem, 4vmin);
    height: 70%;
}

.schedule-info-div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.schedule-day{
    margin: auto;
    text-align: right;
    margin-right: 3vw;
}

.schedule-time{
    margin: auto;
}

.schedule-head{
    font-size: clamp(1px, 2rem, 5vmin);
    color: aliceblue; 
    text-align: center;
    margin: 5%;
}

.navbar{
    width: 100%; 
    height: 10vh; 
    background-image: linear-gradient(to bottom, rgba(265, 265, 265, 1), rgba(0,0,0,0.6));
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: fantasy;
    font-size: clamp(1px, 3rem, 5vmin);
}

.nav-link{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    width: 20%;
}

.nav-links-container{
    display: flex; 
    justify-content: space-around; 
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nav-link-link{
    text-decoration: none;
    justify-self: center;
    display: block;
    color: black;
    transition: color 0.5s;
    margin: 0;
    font-size: clamp(1px, 5rem, 6vmin);
}

.nav-link:hover .nav-link-link{
    color: blue;
}


.nav-link-link:active{
    color: purple;
    transition: none;
}

.link_underline{
    transition: all 0.5s;
    width: 0px;
    height: 4px;
    background-color: black;
    justify-self: center;
    border-radius: 50px;
}

.events-div{
    width: 70%;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    padding: 2% 0%;
}

.event{
    padding: 0% 2%;
    margin: 2% 0%;
    border: solid white 4px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.event-head{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: clamp(1px, 3rem, 7vmin);
}

.event-head-description{
    color: azure;
    font-size: clamp(1px, 2.5rem, 6vmin);
}

.event-text{
    width: 65%;
    font-size: clamp(1px, 2rem, 4vmin);
    margin-top: 0;
}

.event-img{
    max-height: 100%;
    width: 35%;
    object-fit: contain;
    background-color: black;
}

.event-body{
    display: flex;
    justify-content: space-between;
    height: 30vh;
    width: 100%;
    font-size: clamp(1px, 1.5rem, 5vmin);
}

.event-price{
    font-size: clamp(1px, 2rem, 5vmin);
}
    
.video-events{
    width: 100%; 
    position: fixed; 
    z-index: -5; 
    top: 0;
    height: 100%;
    object-fit: cover;
}
    
.background{
    width: 100%; 
    z-index: -4; 
    top: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 75vh;
    color: aliceblue;
}

.contact-link{
    color: white;
}

.contact-div{
    max-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(1px, 2rem, 5vmin);
}

.stock-div{
    border: solid black 5px;
    width: calc(100% - 10px);
    height: calc(75dvh - 10px);
    display: flex;
}

.categories{
    border: solid grey 4px;
    width: 20%;
}

.category{
    color: black;
    background-color: aliceblue;
    margin: 0%;
    padding: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid black 1px;
    font-size: clamp(1px, 2rem, 4vmin);
    cursor: pointer;
    padding-right: 2%;
    transition: all 0.5s;
}

.category.open{
    background-color: gray;
}

.right-arrow{
    background-color: black;
    width: clamp(1px, 2rem, 4vmin);
    height: clamp(1px, 0.3rem, 0.6vmin);
    display: inline-block;
    transform: translateY(0vh) rotate(160deg);
    align-self: center;
    transition: all 1s;
}

.right-arrow::after{
    content: "";
    background-color: black;
    width: clamp(1px, 2rem, 4vmin);
    height: clamp(1px, 0.3rem, 0.6vmin);
    display: inline-block;
    transform: translateY(1vh) translateX(-0.4vh) rotate(220deg);
    align-self: center;
    position: absolute;
    transition: all 1s;
}

.category.open .right-arrow{
    transform: translateY(0vh) rotate(30deg);
}

.category.open .right-arrow::after{
    transform: translateY(-1.2vh) translateX(-0.6vh) rotate(130deg);
}

.products{
    border: solid grey 4px;
    width: 80%;
    height: calc(100% - 8px);
    overflow: auto;
}

.product{
    border: solid grey 5px;
    background-color: rgba(0,0,0,0.5);
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.product h3{
    font-size: clamp(1px, 4rem, 5vmin);
}

.product p{
    font-size: clamp(1px, 2rem, 5vmin);
}
    
.video-home{
    width: 100%; 
    position: fixed; 
    z-index: -1; 
    top: 0;
    height: 100%;
    object-fit: cover;
}

.footer{
    height: 15vh;
    /*background-color: rgb(50, 50, 50);*/
    background-color: rgb(20, 100, 265);
    color: aliceblue;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
}

.footer-info{
    max-height: 60%;
    font-size: clamp(1px, 2rem, 8vmin);
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.footer-links{
    margin: 0% 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    font-size: clamp(1px, 2rem, 3vmin);
}

.footer-section{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-around;
    align-items: center;
    max-height: min(10ch, 9vh);
}

.footer-section a{
    color: aliceblue;
}

.footer-section a:hover{
    color: rgb(200, 200, 265);
}

.footer-section a:active{
    color: rgb(220, 120, 265);
}

.footer-img{
    max-height: 100%;
    max-width: 30%;
}

.copyright{
}

.copyright-text{
    font-size: clamp(1px, 1rem, 2vmin);
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.home-title{
    margin: 0% 0%;
    color: aliceblue;
}

@media(orientation: landscape){
    
    .home-div{
        background-color: rgba(0,0,0,0.6); 
        height: 75vh; 
        top: 10vh; 
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        overflow: auto;
    }
    
    .logo-home{
        padding: 2%;
        border-radius: 25%;
        background-color: rgba(255, 236, 236, 0.651);
    }

    .address-div{
        color: aliceblue;
        text-align: center;
        font-size: clamp(1px, 2rem, 2vmin);
    }

    .home-nav-item{
        display: none;
        display: flex; 
        align-items: center;
    }

    .home-top{
        display: flex; 
        justify-content: space-around; 
        width: 100%; 
        height: 30%;
    }

    .logo-home-left{
        display: none;
    }

    .footer-info{
        font-size: clamp(1px, 2rem, 2vmin);
    }

    .copyright-text{
        font-size: clamp(1px, 3rem, 4vmin);
    }

    .events-div{
        width: 70%;
    }

    .footer-links{
        flex-direction: row;
        align-items: center;
    }
}

@media(orientation: portrait){
    body{
        font-size: clamp(1px, 1rem, 2vmin);
    }

    .nav-link{
        width: 33%;
    }

    .nav-links-container{
        display: flex; 
        justify-content: space-around; 
        width: 100%;
        height: 100%;
    }

    .nav-links-container{
        display: flex; 
        justify-content: space-around; 
        width: 100%;
    }

    .nav-link-link{
        text-decoration: none;
        justify-self: center;
        display: block;
        color: black;
        transition: color 0.5s;
    }

    .nav-link-link:hover{
        color: blue;
    }
    
    .link_underline{
        transition: all 0.5s;
        width: 0px;
        height: 4px;
        background-color: black;
        justify-self: center;
        border-radius: 50px;
    }
    
    .home-div{
        background-color: rgba(0,0,0,0.6); 
        height: 75vh; 
        top: 10vh; 
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        overflow: auto;
    }
    
    .logo-home-left{
        display: block;
        align-self: center;
        max-height: 25%;
        max-width: 90%;
        padding: 2%;
        border-radius: 25%;
        background-color: rgba(255, 236, 236, 0.651);
    }

    .logo-home{
        display: none;
    }

    .address-div{
        color: aliceblue;
        text-align: center;
        font-size: clamp(1px, 3rem, 5vmin);
        height: 20%;
    }

    .home-nav-item{
    }

    .home-image{
        display: none;
    }

    .home-top{
        display: flex; 
        flex-direction: row;
        justify-content: space-around; 
        width: 100%; 
        max-height: 30%;
        min-height: 20%;
    }

    .action-div{
        height: 100%;
        width: 40%;
    }

    .action-link{
        display: block;
        align-self: center;
        justify-self: center;
    }
    
    .action-link:hover{
        cursor: pointer;
    }
    
    .action-button{
        cursor: pointer;
        font-size: clamp(1px ,3rem, 5vmin);
        height: 100%;
        width: 100%;
    }

    .schedule-div{
        max-height: 50%;
        font-size: clamp(1px ,2rem, 5vmin);
        height: fit-content;
    }

    .event-body{
        height: fit-content;
        font-size: clamp(1px, 1.5rem, 5vmin);
    }

    .footer-info{
        font-size: clamp(1px, 2rem, 3vmin);
    }

    .copyright-text{
        font-size: clamp(1px, 3rem, 4vmin);
    }

    .stock-div{
        flex-direction: column;
        border: none;
        max-height: fit-content;
        width: 100%;
    }

    .categories{
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        text-wrap: nowrap;
        border: none;
        background-color: black;
        scrollbar-width: none;
    }

    .category{
        width: fit-content;
        padding-right: 2%;
        border-top: solid black 5px;
        border-left: solid black 5px;
        border-right: solid black 5px;
        border-bottom: solid grey 5px;
    }

    .category.open{
        background-color: gray;
    }

    .right-arrow{
        transform: rotate(250deg);
    }
    
    .right-arrow::after{
        transform: translateY(1.1vw) translateX(-0.4vw) rotate(220deg);
        transition: all 1s;
    }
    
    .category.open .right-arrow{
        transform: rotate(115deg);
    }
    
    .category.open .right-arrow::after{
        transform: translateY(-1.3vw) translateX(-0.5vw) rotate(130deg);
    }

    .products{
        width: 100%;
        border: none;
    }

    .product{
        height: fit-content;
        width: calc(100% - 10px);
    }

    .product-image{
        max-width: 30%;
        max-height: 100%;
        object-fit: contain;
    }

    .stock-div{
        min-height: 75vh;
    }

    .events-div{
        width: 90%;
    }

    .event-body{
        flex-direction: column-reverse;
    }

    .event-text{
        width: 100%;
    }
    
    .event-img{
        max-height: 30vh;
        width: 100%;
    }
        
}