@import url('https://fonts.googleapis.com/css?family=Meie+Script|Shadows+Into+Light|Arvo|Monda');
@media screen and (min-width: 721px) {
    .header-logo img{
        max-width: 170px;
    }

    .main-menu ul.mega-menu{
        width: 40%;
    }

    .phone-contacts{
        display: contents;
    }
    
    .event-card_img {
        margin-bottom: 5px;
    }
}

.gallery-card{
    padding-bottom: 15px;
}

.loader {
    background-image: url('http://dean-of-students.local/assets/images/logo.png');
}



@media screen and (max-width: 720px) {
    .header-logo img, .mobile-logo img{
        max-width: 130px;
    }

    .img-box8 .img3 {
        top: -40px!important;
    }

    .hero-style10 {
        padding: 15px;
    }

    .hero-style10 .shadow-text{
        display: none;
    }

    .hero-style10{
        margin-top: 350px!important;
        margin-bottom: 20px!important;
    }

    .four-icons .col-xs-6{
        width: 50%;
    }

    .testi-list_content {
        flex: 1;
        text-align: center;
    }

    .contacts .col-md-6{
        width: 50%!important;
    }

    .event-card {
        gap: 0px!important;
    }

    .event-card_bottom{
        display: none;
    }

    .event-card_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .event-card_img {
        margin-bottom: 0;
    }

    .event-card_content {
        padding: 15px;
    }

    .calendar .events-container {
        width:100%;
        height: fit-content;
    }

    .four-icons .col-xs-6:nth-child(2) .feature-list h3{
        height: 61px!important;
    }
}

.footer-widget.widget_nav_menu a {
    padding: 0!important;
}

.footer-widget.widget_nav_menu a:before {
    content: none!important;
}

.about-logo img{
    max-width: 200px;
}

.icon-btn a .fas{
    color: white;
}

.icon-btn a .fas:hover{
    color: #00b1ae;
}

.testi-list_desig a{
    color: white!important;
}


#element {
    font-family: auto;
    font-size: 27px;
  }

#element h1 {
    font-family: auto;
  }

.mega-menu a{
    text-transform: none!important;
}

.header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.testi-list{
    padding: 25px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

.event-card {
    box-shadow: 0px 4px 30px rgba(179, 193, 219, 0.3);
}

/* .event-card_img {
    margin-top: 10px;
} */

.event-meta i{
    color: #00b1ae;
}

.events-container .event-card{
    padding: 30px 15px!important;
}

.team-info{
    display: block!important;
}

.team-info .team-title{
    text-align: center!important;
}
.team-info .quality-text {
    text-align: center;
    display: block; 
}



.gray-background{
    background-color: #585A5B;
}

.feature-grid_icon span{
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.language-flag{
    padding: 0 5px;
}

.main-menu ul.sub-menu li a {
    text-transform: none!important;
}

.page-item.active .page-link{
    background-color: #00b1ae!important;
    padding: 0px;
}

.page-item:not(:first-child) .page-link {
    padding: 0px!important;
}

.websites .container{
    max-width: max-content!important;
}

.cta-box .cta-title {
    color: white !important;
}

.cta-box .cta-text {
    color: white !important;
}

.partner-block_icon img {
    padding: 20px !important;
}

@media (min-width: 375px) {
    .testi-list {
        display: flex;
        align-items: center; 
    }
    
    .testi-list_img {
        margin-right: 20px; 
    }

    
    .testi-list_desig {
        margin-bottom: 5px; 
    }
    
    .testi-list_bottom {
        margin-top: 10px; 
        text-align: left; 
    }
    

    
    .event-card {
    display: flex;
    padding: 5px;
}

/* .event-card_img {
    margin-right: 20px; 
} */

.event-card_content {
    flex: 1;
    text-align: left;
}

.event-meta {
    display: flex; 
    align-items: center; 
    margin-top: 10px; 
}

.event-meta p {
    margin-right: 10px; 
}

.event-card_bottom {
    margin-top: 10px;
}

}

.council .team-grid .team-content {
    padding: 20px 15px!important;
    top: 60%;
    bottom: auto;
}