#top_header {
    padding: 10px 0 0 0;
}

#top_header_inner {
    max-width: 1900px;
    padding: 0 20px;
}

#content {
    padding: 0 20px;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto; 
}

#main_header {
    padding: 10px 0 2px 0;
}

#main_header_inner {
    max-width: 1900px;
    padding: 0 20px;
}

#footer_sections section {
    max-width: unset;
}



#footer_sections .section_inner {
    max-width: 1900px;
    padding: 0 20px;
}

/* CAROUSEL */
.carousel_holder {
    height: 37.5vw;
}
.carousel_holder .header_bg {
    height: 100%;
    max-height: none;
    min-height: 0;
    position: absolute;
}

.carousel_holder .header_bg_inner {
    position: absolute;
    padding: 0; 
}

.header_bg_title h1 {
    font-size: 5em;
    line-height: 1.1em;
}


/* MID DESKTOP */
@media screen and (max-width: 1920px) {
    body {
        font-size: 14px;
    }
    
    .carousel_holder {
        height: 37.5vw;
    }
    
    .header_bg_title h1 {
        font-size: 5em;
        line-height: 1.1em;
    }
}


/* SMALL DESKTOP */
@media screen and (max-width: 1280px) {
    .header_bg_title h1 {
        font-size: 4em;
        line-height: 1.1em;
    }
}
 
/* TABLET WIDE */
@media screen and (max-width: 900px) {
    #main_header_logo_img {
        width: 250px;
        height: auto;
    }

    .header_bg_title h1 {
        font-size: 3.5em;
        line-height: 1.1em;
    }
    #content {
        padding: 0 10px 0 10px;
    }
} 

/* TABLET NARROW */
@media screen and (max-width: 700px) {
    #main_header {
        height: 48px;
    }
    #content {
        padding: 48px 10px 0 10px;
    }
    ul#main_menu {
        top: 48px;
    }
    section.header {
        margin-top: 0;
    }
    .header_bg_title h1 {
        font-size: 2.7em;
        line-height: 1.1em;
    }
    
    .carousel_controls {
        display: none;
    }
}

/* PHONE */
@media screen and (max-width: 350px) {
    
    .header_bg_title h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .header_bg_title h1 {
        font-size: 2.2em;
        line-height: 1.1em;
        text-shadow: none;
    }
    .carousel_item {
        padding: 15px;
    }
}