@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir.otf') format('opentype');
}

@font-face {
    font-family: Avenir-light;
    src: url('fonts/avenir-light.otf');
}

@font-face {
    font-family: Avenir-heavy;
    src: url('fonts/avenir-heavy.ttf');
}

@font-face {
    font-family: SofiaPro-heavy;
    src: url('fonts/sofiapro-heavy.ttf');
}

@font-face {
    font-family: SofiaPro-light;
    src: url('fonts/sofiapro-light.otf');
} 

@media(min-width:767px) and (max-width: 1200px) {
    
    html, body{
        overflow-x: hidden;
    }

    .navbar{
        padding: 0 ;
    }
    
    .footer-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .navbar-toggler{
        height: 50px;
        width: 84px;
        background-color: #c33943;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 0;
    }
    
    .navbar-collapse{
        height: calc(100vh - 90px);
    }
    
    .navbar-items-container{
        display:none;
    }
    .mobile-navbar-items-container{
        display: flex;
        height: 100%;
        width: 100%;
        background-color: #f9ede9;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 50px;
        padding-left: 33px;
        margin-top: 10px;
    }
    
    .mobile-nav-items{
        display: block;
    }

    .mobile-nav-heading,
    .nav-item a {
        font-size: 18px;
        font-family: Avenir-heavy;
        color: #404040;
    }
    
    .mobile-link-thin{
        font-family: Avenir-light!important;
    }
    
    .navbar-brand{
        margin-left: 50px;
    }
    
    .navbar-toggler{
        margin-right: 50px;
    }
    
    .nav-link,
    .nav-item{
        padding: 8px 0 !important;
    }
    
    .home-header-container{
        flex-direction: column;
    }
    
    .home-header-title{
        font-size: 45px;
    }
    
    .home-header-image{
        margin-top: 41px;
        margin-left: auto;
        margin-right: auto;
        width: 486px;
        height: 352px;
    }
    
    .home-info-row-container{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
    }
    
    .home-header-banner-primary-container{
        height: 186px;
    }
    
    .home-header-banner-background{
        height: 100%;
    }
    
    .home-header-banner-background img{
        height: 100%;
    }
    
    .home-header-banner-title{
        font-size: 45px;
        max-width: 550px;
        line-height: 50px;
    }
    
    .page-header-banner-title{
        font-size: 20px;
        max-width: 550px;
        line-height: 50px;
    }

    .page-header-banner-sub-title {
        font-size: 45px;
        max-width: 650px;
        line-height: 40px;
        top: 62%;
    }
    
   .home-volunteer-panel1-container, 
   .home-volunteer-panel2-container{
       max-width: unset;
   }
   
    .footer-logo{
        display: none;
    }
    
    .footer-top-row{
        margin-right: auto;
        flex-direction: column;
    }
    
    .footer-mobile-logo{
        display: flex;
        height: 50px;
        width: 203px;
        margin-bottom: 46px;
    }
    
    .footer-mobile-logo img{
        height: 100%;
        width: 100%;
    }
   
   .BeCollective--src-components-ResourcesList--tags__tag{
       margin-top: 50px;
   }
    
    
}/* END OF @media(min-width:540px) and (max-width: 1200px) */
