.jrnav{
    width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.jrnav ul{
    font-family: GRUNO TRIAL;
    text-transform: uppercase;
    color: #331749;
    list-style-type: none;
}

.jrnav ul li{
    display: inline;
    margin-right: 15px;
    font-size: 25px;
    cursor: pointer;
}

.jrnav ul li a{
    text-decoration: none;
    color: #331749;
}

#shwevents{
    width: 100%;
    padding-top: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#shwevents a{
    text-decoration: none;
    color: #331749;
}

.event{
    display: inline-block;
    text-align: center;
    width: 280px;
    height: fit-content;
    margin-right: 50px;
    margin-top: 50px;
}

.event img{
    width: 280px;
    height: 350px;
    border-radius: 25px;
}

.caption{
    color: #331749;
    display: block;
    font-family: ROSTACK;
    font-size: 30px;
}

.evntdscptn{
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-family: ROSTACK;
    color: #331749;
}

.eventhead{
    text-align: center;
    font-family: GRUNO TRIAL;
}

.eventhead img{
    width: 310px;
    height: 450px;
}

.eventhead h1{
    font-weight: normal;
    line-height: 1;
    font-size: 50px;
    text-transform: capitalize;
}

.eventinfo{
    text-align: center;
    color: #331749;
    margin-left: 10%;
    margin-right: 10%;
}

.eventinfo p{
    font-size: 35px;
    line-height: 1;
}

#register{
    text-decoration: none;
}

#register button{
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 35px;
    font-family: GRUNO TRIAL;
    background-color: #FF4B97;
    color: #fff;
    border: none;
    border-radius: 60px;
    cursor: pointer;
}

.eventdate{
    color: #FF4B97;
    font-size: 40px;
    text-align: center;
    margin-top: 25px;
    line-height: 1;
}

.limseats{
    font-size: 60px;
    margin-top: 60px;
}

.eventinfo2{
    text-align: start;
    margin-left: 10%;
    margin-top: 50px;
    margin-right: 10%;
}

.eventinfo2 h1{
    font-weight: normal;
    font-size: 40px;
}

.eventinfo2 p{
    font-size: 35px;
    line-height: 1;
}

.contact{
    font-size: 33px;
    margin-top: 80px;
    color: #FF4B97;
    line-height: 1;
}

@media screen and (hover:none) {
    .jrnav{
        margin-top: 20px;
    }

    .jrnav ul li{
        font-size: 15px;
    }

    .event{
        width: 144px;
        margin-right: 25px;
    }

    .event img{
        width: 144px;
        height: 180px;
    }

    body{
        background-image: none;
    }

    .eventhead img{
        max-width: 200px;
        max-height: 250px;
    }

    .eventhead h1{
        font-size: 40px;
    }
}