.main-header {
    background-color: white !important;
    height: 100px;
}
.navbar-brand {
    margin: auto;
}

.main-header img {
    position: relative;
    z-index: 101;
}
.main-header .container{
    width: 90%;
}
.content-section-title{
    font-family: cocogooseheavy;
    text-align: center;
    margin-bottom: 40px;
}
.content-section-text{
    font-family: 'Avenir', sans-serif;
    text-align: left;
    padding: 10px 10px 5px 20px;
    overflow: hidden;
   
}
.content-section-text p{
    font-size: 13px !important;
    margin-bottom: 5px;
}
a, a:hover, a:any-link{
    color: black;
    text-decoration-line: none;
}
.content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.event{
    border-radius: 30px;
    box-shadow: 2px 3px 60px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
   
}

.event img{
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 1399px) {
    .event img{
       height: 260px;
    }
}
@media only screen and (max-width: 1199px) {
    .event img{
       height: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .event-cover{
       width: 33.3%;
       margin: auto;
    }
}
@media only screen and (max-width: 767px) {
    .event-cover{
        width: 50%;
        margin: auto;
     }
    .event img{
        height: 250px;
     }
}
@media only screen and (max-width: 591px) {
   
     .event img{
        height: 200px;
     }
     .main-container{
        max-width: 450px;
     }
}
@media only screen and (max-width: 470px) {
    .event img{
        height: 200px;
    }
}
@media only screen and (max-width: 470px) {
    .event-cover{
        width: 90%;
        margin: auto;
     }
    .event img{
        height: 280px;
    }
    .main-container{
        max-width: 350px;
     }
}


@media only screen and (max-width: 350px) {
    .event img{
        height: 230px;
    }
    .main-container{
        max-width: 300px;
     }
}
@media only screen and (max-width: 300px) {
    .event img{
        height: 180px;
    }
    .main-container{
        max-width: 250px;
     }
}
