@media screen and (max-width: 1285px){
    #banner_image_container{
        width: 60%;
    }

    #banner_text_container{
        width: 40%;
    }
}

@media screen and (max-width: 1100px){
    .column_item_inset{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1050px){

    .body_title{
        padding-top: 70px;
        padding-bottom: 20px;
    }

    #footer .column_item_narrow{
        width: 20%;
    }

    #footer .column_item_narrow:nth-child(3){
        display: none;
    }

    .column_item_wide{
        width: 100%;
    }

    #social_media_container{
        display: none;
    }

    #hf_stage{
        flex: 2;
    }

    .hf_big_button{
        width: 36vw;
    }

    .hf_stage_spacer{
        padding: 50px 0px 70px 50px;
    }

    #hf_content_container{
        top: 50px;
        bottom: 70px;
        left: 50px;
    }
}

@media screen and (max-width: 995px){
    .site_width{
        margin-left: 50px;
        margin-right: 50px;
    }

    #banner_text_container
    {
        width: 100%;
        padding-right: 50px;
        padding-bottom: 40px;
    }

    #banner_text{
        padding-left: 90px;
    }

    #banner_image_container{
        position: relative;
        height: 0px;
        padding-bottom: 45%;
        width: 100%;
    }

    #footer .column_item_narrow{
        width: 30%;
    }

    #footer .column_item_narrow:nth-child(4){
        display: none;
    }

    #contact_banner_icons_container{
        padding-bottom: 20px;
    }

    #globe_container{
        transform: translate(-50%, -40px);
    }
}

@media screen and (max-width: 910px){
    .site_width{
        margin-left: 40px;
        margin-right: 40px;
    }

    #banner_text_container
    {
        padding-right: 40px;
    }

    #banner_text{
        padding-left: 40px;
    }

    #banner_body_text{
        padding-bottom: 20px;
    }

    .person_photo{
        width: 90%;
        padding-bottom: 120%;
    }

    .column_item_title{
        font-size: 22px;
        padding-top: 25px;
        line-height: 32px;
    }

    .column_item_body{
        font-size: 16px;
        line-height: 24px;
        padding-top: 6px;
    }

    .person_contact_container{
        padding-top: 20px;
    }

    #fixed_enquiry_button{
        display: none;
    }

    .mobile_sub_menu_trigger{
        background: url("../images/mobile_menu_chevron.svg") right 40px center no-repeat #022999;;
    }
}

@media screen and (max-width: 850px) {

    a.big_button,
    .big_button{
        border: solid white 3px;
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    a.black_button{
        border: solid black 3px;
    }

    #banner_body_text{
        padding-top: 10px;
    }

    #hf_distributor{
        display: block;
    }

    .hf_stage_spacer{
        display: none;
    }

    #hf_content_container{
        position: relative;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px;
    }

    .hf_content{
        padding-bottom: 50px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }

    .hf_organisers_content,
    .hf_exhibitors_content{
        opacity: 1;
    }

    .hf_big_button{
        display: none;
    }

    .mobile_hf_big_button{
        display: block;
    }

    #home_for_feature .site_width{
        margin: 0px;
    }
}

@media screen and (max-width: 800px) {

    #header{
        height: 60px!important;
    }

    #banner{
        margin-top: 60px;
    }

    #mobile_logo,
    #mobile_menu_burger{
        display: block;
    }

    #header_logo_container,
    #social_media_container,
    #menu{
        display: none;
    }

    #mobile_menu.show_mobile_menu{
        display: block;
    }

    #form_buttons_strip{
        top: 60px;
    }

    #header_spacer{
        height: 100px;
    }

    #cognito_form_cover{
        height: 100px;
    }

    .body_paragraph{
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 50px;
    }

    h1{
        font-size: 36px;
        line-height: 50px;
    }

    h3{
        font-size: 45px;
        line-height: 60px;
    }

    .body_title{
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .person_photo{
        width: 50%;
        padding-bottom: 65%;
    }

    #footer .column_item{
        width: 50%;
    }

    #footer .column_item_narrow{
        display: none;
    }

    #footer_eifl_logo{
        margin-bottom: 10px;
    }

    #footer{
        padding-top: 55px;
        padding-bottom: 0px;
    }

    .column_item{
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    #footer .column_item{
        margin-bottom: 10px;
    }

    .footer_body{
        padding-bottom: 30px;
    }

    .column_image_container{
        padding-bottom: 30%;
        width: 30%;
    }

    .column_item_title{
        font-size: 26px;
    }

    .column_item_body{
        font-size: 18px;
        line-height: 28px;
    }

    a.small_button,
    .small_button{
        margin-top: 10px;
    }

    #home_for_feature{
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .person_spacer{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 650px) {
    .body_title{
        padding-top: 50px;
        padding-bottom: 10px;
    }

    #footer .column_item{
        width: 100%;
    }

    .column_image_container{
        padding-bottom: 50%;
        width: 50%;
    }

    ul {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {

    #form_buttons_strip{
        position: relative;
        left: 0px; right: 0px; bottom: 0px;
        top: 0px;
    }

    .form_button{
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        display: block;
    }

    #order_online{
        height: auto;
        margin-top: 60px;
    }

    #banner_image_container{
        padding-bottom: 60%;
    }

    .mobile_hf_big_button{
        padding-bottom: 50%;
    }

    .hf_button_text{
        width: 80%;
    }

    .mobile_hf_button_tail{
        width: 60px;
    }

    .person_photo{
        width: 60%;
        padding-bottom: 78%;
    }

    a.banner_link{
        height: 40px;
        margin-top: 15px;
        line-height: 40px;
        padding-left: 55px;
    }

    #contact_banner_icons_container{
        padding-top: 20px;
        padding-bottom: 15px;
    }

    #globe_container{
        width: 35%;
        padding-bottom: 35%;
        transform: translate(-50%, -30px);
    }
}

@media screen and (max-width: 500px) {
    .site_width{
        margin-left: 25px;
        margin-right: 25px;
    }

    #banner_text_container
    {
        padding-right: 25px;
        padding-bottom: 30px;
    }

    #banner_text{
        padding-left: 25px;
    }

    a.mobile_menu_button,
    .mobile_menu_button{
        font-size: 24px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .mobile_sub_menu a.mobile_menu_button{
        padding-left: 50px;
    }

    .mobile_sub_menu_trigger{
        background: url("../images/mobile_menu_chevron.svg") right 25px center no-repeat #022999;;
    }

    .mobile_hf_big_button{
        padding-bottom: 60%;
    }

    .hf_content{
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .person_photo{
        width: 100%;
        padding-bottom: 130%;
    }
}

@media screen and (max-width: 450px) {
    h1{
        font-size: 32px;
        line-height: 48px;
    }

    h3{
        font-size: 45px;
        line-height: 60px;
    }

    .body_paragraph{
        font-size: 18px;
        line-height: 30px;
    }

    .column_item{
        width: 100%;
    }

    .person_spacer{
        margin-bottom: 0px;
    }
}