
@media screen and (min-width: 1250px) {
    #mobile_menu_button {
        display: none !important;
    }
}

@media screen and (min-width: 766px) and (max-width: 1249px) {
    #logo_button {
        display: block !important;
        width: 100% !important;
        height: 7.5em !important;
    }
    
    #mc_home {

        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;
        margin: auto;
    }

    #mobile_menu_button {
        width: 48.5% !important;
        margin-top: 1em;
    }

    #contact_outer {
        width: 48.5% !important;
        margin-top: 1em;
    }

    #nav_menu_outer {
        display: none !important;
    }

    #nav_menu_inner {
        display: none !important;
    }

    #mobile_nav_menu_outer {
        max-width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
    }

    #mobile_nav_menu_inner {

    }

    .mc_text_index {
	margin-top: 1em !important;
    }
}

@media screen and (max-width: 765px) {    
    #logo_button {
        display: block !important;
        width: 100% !important;
        height: 7.5em !important;
    }

    #mc_home {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: absolute;  
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;
        margin: auto;
    }

    #mobile_menu_button {
        float: none !important;
        width: 100% !important;
        margin-top: 1em !important;
    }

    #mobile_nav_menu_outer {
        margin-bottom: 0 !important;
    }

    #contact_outer {
        float: none !important;
        width: 100% !important;
        margin-top: 1em;
        text-align: right;
    }

    #nav_menu_outer {
        display: none !important;
        margin-right: 30% !important;
    }

    #nav_menu_inner {
        display: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #vision_button {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #projects_button {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #services_button {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #artists_button {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #contact_button {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mc_text_index {
	margin-top: 1em !important;
    }
}

@media screen and (max-width: 600px) {
    #fb_footer {
        float: none !important;
        margin-top: 0 !important;
        margin-left: 47.75% !important;
    }
}