.lead-8,.lead-7 {font-family: 'Jost', sans-serif;}
h1,h2,h3,h4 {font-family: 'Jost', sans-serif;}

@media (max-width: 767.98px) {
    #bottom-menurow1{
        flex: 0 0 42%;
        max-width: 42%;
        text-align: right !important;
    }
    
    #bottom-menurow2{
        flex: 0 0 58%;
        max-width: 58%;
        text-align: left !important;
    }
    
    #bottom-menurow1 img{
        width: 98px;
    }
}

@media (max-width: 991.98px) {
    #cld_topbar{
        width: 100%;
    }
    
    #cld_toplogo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #bottom-menurow3{
        display:none;
    }
    
    #bottom-menu2 .justify-content-lg-center{
        justify-content: center !important;
    }
}

@media (min-width: 992px) {
    #bottom-menu2{
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px){
    #donate-form{
        flex: 0 0 53%;
        max-width: 53%;
    }
    
    #bottom-menurow1{
        flex: 0 0 48%;
        max-width: 48%;
        text-align: right !important;
    }
    
    #bottom-menurow2{
        flex: 0 0 52%;
        max-width: 52%;
        text-align: left !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){
    #donate-form{
        flex: 0 0 40%;
        max-width: 40%;
    }
}

#section-mainpage{
    padding-top: 9rem;
    padding-bottom: 5rem;
}

#section-first{
    padding-top: 9rem;
}

#section-textpage{
    padding-top: 9rem;
    padding-bottom: 3rem;
}
