@import  url('//cdn.schrift.co/fonts/MoritzSansDURL/MoritzSansDURL_all.css');

*{
    font-family: 'Moritz Sans Web', 'Moritz Sans' !important;
}
h2{
    font-weight: 800 !important;
}
h1 span{
    font-weight: 800 !important;
}

header nav ul li a{
    padding-bottom: 5px;
}
header nav ul li{
    padding-bottom: 0px;
}
header nav ul li span{
    padding-bottom: 5px;
}
header nav ul li:last-of-type{
    padding-top: 68px !important;
}

header nav ul li h1 span{
    margin-top: 0;
}

header nav ul li div{
    margin-top: 1px;
}

@media (max-width: 767px){
    header nav ul li a:not(:first-of-type){
        top: 22px !important;
    }
    header nav ul li{
        font-size: 12px !important;
    }
}