
@media screen and (max-width:1100px) {
    *{
        font-size: 99.5%;
    }    

}

@media screen and (max-width:1024px) {
    #menuLogo{
        height: 5em;
    }  
    #menu ul li a{
        font-size: 85%;
    }

}

.slicknav_menu {
    display:none;
}
@media screen and (max-width:1024px) {
    *{
        font-size: 99%;
    }       
}

@media screen and (max-width:850px) {
    #sliderLarge{
        display: none;
    }
    #sliderSmall{
        display: block;
    }
    #slider{    
        width:100%;      
    }
    #slider-wrapper{    
        border: 0px;       
    }
    .gallery-item-medium{    
        width: 80%;
    }


    /* #menu is the original menu */
    #menu {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
    #header-wrapper{
        display: none;
    }
    #slider-wrapper{
        padding-top: 0em;
    }    
    /* END MENU */
}

@media screen and (max-width:660px) {
    #footer table{
        display: block;
        width: 100%;
        height: auto;

    }
    
}
