@media (max-width: 1300px) {
/* * * * * HEADER * * * * * */
/* * * * MENU * * * */
    nav {
        display: none;
        position: absolute;
        top: 70px;
        background-color: #a6496afa;
        width: 100%;
        border-bottom: 3px solid #000;
    }

    nav li {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .menu-icon {
        display: block;
        margin-right: 50px;
    }
    .logo {
        margin-left: 20px;
    }
}

@media (max-width: 1080px) {
/* * * * * * FOOTER * * * * * */

    .sponsors h3 {
        font-size: 20px;
    }  

    .sponsors-logo img {
        width: 100px;
    }

    .footer-contact h3 {
        font-size: 20px;
    }

    .footer-contact h4 {
        font-size: 18px;
    }

    .footer-contact p {
        font-size: 18px;
    }

    .footer-contact img {
        width: 34px;
    } 
}

@media (max-width: 880px) {
     .main-heading {
        font-size: 40px;
} 
}

@media (max-width: 760px) {

    .date {
        width: 40px;
    }
    /* * * * * * FOOTER * * * * * */
        .sponsors h3 {
            font-size: 16px;
        }
    
        .sponsors-logo img {
            width: 80px;
        }
    
        .footer-contact h3 {
            font-size: 16px;
        }
    
        .footer-contact h4 {
            font-size: 14px;
        }
    
        .footer-contact p {
            font-size: 14px;
        }
    
        .footer-contact img {
            width: 26px;
        }
        .break {
            display: none;
        }
    }
@media (max-width: 670px) {
    .logo {
        width: 50px;
    }
    .logo-text {
        height: 50px;
    }
}
@media (max-width: 620px) {
    footer {
        flex-direction: column;
        align-items: center;
    }
    .sponsors {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }
    .footer-contact{
        width: 90%;
        border: none;
        border-top: 2px solid #ca6b88;
        padding: 10px 0px;
    }
}
@media (max-width: 599px) {
    .menu-icon {
        margin-right: 20px;
        font-size: 30px;
    }
    .logo {
        width: 40px;
    }
    .logo-text {
        height: 32px;
    }
    .main-heading {
        font-size: 30px;
    }
}
@media (min-width: 1300px){
    header nav {
        display: block !important;
    }
}