

/* Large */
@media (max-width: 992px){

}

/* Medium */
@media (max-width: 768px) {

    .header {
        height: unset;
        text-align: center;
    }

    .header .logo {
        margin-top: 10px; 
    }
    
    .header .logo img {
        display: block;
        margin: 0 auto;
        max-height: 60px;
        float: none;
    }
    
    .header .logo h1 {
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        margin-left: 0;
        margin-top: 10px;
    }
    
    .header .website-link {
        display: block;
        float: none;
        margin: 0;
        padding-bottom: 10px;
    }

    /* HOME */
    
    .event-item .card h2 {
        font-size: 20px;
        margin-top: 10px;
        padding: 0 20px;
    }
    
    .event-item .card h4 {
        font-size: 14px;
        padding: 0 20px;
    }
    
    .event-item .card p {
        padding: 0 20px;
    }

    /* EVENTS */

    /* wizard */
    
    .wizard-tabs {
        justify-content: space-between;
    }
    
    .wizard-tabs li {
        padding: 10px;
    }
    
    .wizard-tabs li small {
        display: none;
    }

    /* categories */

    .label-check small {
        display: block;
    }

}

/* Small */
@media (max-width: 576px) {

    .header {
        margin-bottom: 20px;
    }

    .header .logo h1 span {
        display: block;
    }

    /* wizard */
    
    .wizard-tabs li {
        padding: 10px 4px;
    }

    .wizard-tabs li h3 {
        font-size: 15px;
    }

}
