@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
/* ----------setting media query for mobile--------------- */
@media only screen and (max-width: 600px) {
    
    #events-head {
        font-size: 50px;
        text-align: center;
        font-family: 'Press Start 2P';
        color: white;
        text-shadow: 0 0 5px #fff700, 0 0 10px #01c8ff, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #0073e6, 0 0 30px #01d5ff, 0 0 35px #0173ff;

    }
    #up-arrow {
        position: fixed;
        bottom: 30px;
        right: 30px;
        height: 50px;
        animation: uparrow 1s infinite;
        z-index: 3;
    }

    #equinox-box,
    #illuminati-box,
    #synergy-box,
    #aero-box,
    #robotrax-box,

    #literary-box,
    #management-box,
    #pharmquimica-box,
    #design-box,
    #media-box,
    #lan-box,
    #open-box {
        display: grid;
        grid-template-columns: repeat(2,auto);
        justify-content: space-around;
        grid-row-gap: 20px;
        
    }

    #equinox {
        font-size: 18px;
        border: 1px solid black;
        width: 310px;
        padding: 20px;
        letter-spacing: 1px;
        font-weight: 600;
        background-color:rgb(0, 187, 255);
        font-weight: 700;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        clip-path: polygon(49% 0, 100% 100%, 0 99%, 0 75%, 0 50%, 0 0);
    
    
    }

    .event-main {
        /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), black), url("/event_assets/Atalayar_FIFA\ 21.jpg"); */
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 170px;
        transition: all 2s ease;
    }

    #event-name {
        color: white;
        position: absolute;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Courier New', Courier, monospace;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }





    
/* ---------------------footer-------------------------- */



#footer{
    display: grid;
    grid-template-columns: auto ;

    background: linear-gradient(to bottom,rgb(2, 22, 37),grey);
    margin-top: 50px;
}

#srms1{
    height: 200px;
    text-align: center;
   
   
}

#footer-right{
    color: white;
    text-align: center;
    padding: 20px;
}

#footer-name{
    font-size: 22px;
    color: red;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-bottom: 20px;

}

#footer-address{
    font-size: 16px;
    font-weight: 600;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    
}


#footer-phone{
    font-size: 16px;
    font-weight: 600;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}


#footer-email{
    font-size: 16px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
}

}