/*

Your custom css

*/

#contact-header{
    position: absolute;
    top: 5%;
    left: 20%;
    font-size: 16px;
    text-align: center;
    z-index: 35;
}

#contact-header > div{
    height: 20px;
    padding-bottom: 10px;
}

@media  (max-width: 820px){

    #contact-header{
        font-size: 16px;
        left: 40%;
        top: 0;
    }
}

@media  (max-width: 420px){

    #contact-header{
        font-size: 15px;
        top: 25%;
        left: 49%;
    }
    #contact-header > div{
        padding-bottom: 0;
    }

}

@media  (max-width: 380px){

    #contact-header{
        font-size: 14px;
    }
}

@media  (max-width: 330px){

    #contact-header{
        font-size: 13px;
    }
}

@media  (max-width: 310px){

    #contact-header{
        display:none;
        font-size: 20px;
        left: 15%;
        top: 120%;
        color: black;
    }
}

.mk-nav-responsive-link{
    z-index: 99;
}