.body{
    overflow-x: hidden;
    padding: 30px;
    font-family: "Montserrat",sans-serif ;
}

.eventpage-headtext{
    font-family: "Montserrat",sans-serif;
    margin: 1em;
    margin-top: 1em;
    border-bottom: 2px solid #dddddd;
}

.eventpage-headtext h5{
    font-size: 1.5em;
    font-weight: bolder;
}

.eventpage-headtext p{
    font-size: 0.9em;
    font-weight: 500;
    font-style: italic;

}



.event-card{
    max-width: 30em;
    flex-direction: row;
    font-family: "Montserrat",sans-serif ;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    margin-bottom: 0.5em;

}

.event-card-title{
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    margin-bottom: 0.4em;
}
.event-card-text{
    font-size: 0.7em;
    font-style: italic  ;
    margin-bottom: 0.7em;

}

.event-date-text{
    font-size: 0.6em;
    font-weight: 700;
    width: 50%;
}

.event-card img{
    max-width: 25%;
     /* flex-direction: row; */
    margin: auto;
    padding: 0.5em;
    border-radius: 1em;
}

.event-card-body{
    display: flex;
    justify-content: space-between;
    padding-left: 0.75em;
    padding-right: 0.75em;


}

.event-text-section{
    max-width: 75%;
}

.event-datetime-section{

    display: flex;
    /* align-items: flex-end; */
    /* padding:0.5em; */
    justify-content: space-between;
}

.event-cta-section{
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-cta-section .btn{
    padding: 0.3em 0.5em;
    background-color: grey;
    border-color: grey;
    font-size: 0.8em;
}

.event-cta-section .btn:hover{
    background-color: aqua;
    border-color: aqua;
}

.event-cta-section .btn:active{
    background-color: aqua;
    border-color: aqua;
}


/* 
@media screen and (max-width: 475px){
    .card{
        font-size: 0.9em;
    }
} */



.modal{
    font-family: "Montserrat";
}

.modal-content{
    border-radius: 1em;
}

.modal-header{
    background-color: #f6b714;
    padding: 0.5em 0.5em 0.5em 1em;
}
.close{
    font-size: 2em;
}

.modal-title{
    font-size: 1.5em;
    font-weight: 800;
}

.modal-body{
    padding-bottom: 0;
}
.card{
    border-radius: 1em;
    
}
.card-img-top{
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    /* border-radius: 1em; */
}

.modalevent-card-body{
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.modalevent-subtitle{
    font-size: 1.2em;
    font-weight: bold;
    /* margin-bottom: 0.5em; */
    color: #222222;
}

.modalevent-specs h6{
    font-size: 0.75em;
    font-style: italic;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.4em;
    
}

.modalevent-boldtext{
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.25em;

}

.modalevent-aboutevent{
    font-size: 0.8em;
}

.modalbutton{
    flex-wrap: wrap;
    width: 100%;
}

.modalbutton a{
    font-size: 0.5em;
    /* width: 50%; */
    text-overflow: clip;
    font-weight: bold;
    margin: 0.5em;
    color: #222222;
}

.modal-footer{
    padding: 0.5em 1em;
    border-top: none;
    /* flex-wrap: wrap; */
}
.modalevent-btn{
    font-size: 0.75em;
    width: 50%;
    margin: 0.5em;

}
