@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700&display=swap');

#content {
    padding: 0 !important;
    overflow-x: hidden !important;
    margin-top: 120px !important;
}

.wp-site-blocks>* {
    max-width: 100% !important;
}

#masthead {
    z-index: 10000 !important;
}

@media (min-width: 989px) and (max-width:1246px){
    .main-navigation {
        max-width: 80% !important;
        margin-right: 1rem !important;
    }

    .site-header .site-branding {
        max-width: 20% !important;
    }

    .primary-menu .menu-item {
        margin-left: .75rem !important;
    }
}

@media screen and (max-width: 500px) {  
    #search-container form {
        padding: 3rem 1rem !important;
    } 
}


body, html {
    padding: 0;
    margin: 0 !important;
    background: #fff;
    margin-top: 0px !important;
}

body p, a, li, label, span {
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Lexend' !important;
}

a {
    text-decoration: none !important;
}

body h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend' !important;
    font-weight: 600;
    margin: .5em 0;
    color: #000;
    line-height: 1.5;
}


body img {
    object-fit: cover;
}