body{margin:0 auto; padding:0; max-width:1920px; width:100%; font-family: Arial; font-size:16px;}

#container, #footer{position:relative; width:100%; overflow:hidden; text-align:center;}


#container img, #footer img{width:1920px; height:auto; display:block; margin-left: 50%; transform: translateX(-50%);}

#menu-footer{position:absolute; top:20px; left:0; width:100%; height:auto; box-sizing: border-box; margin:0; padding:0;}
#menu-footer li{display:inline-block; padding:0px 12px; border-right:solid 3px #36583d; line-height:1;}
#menu-footer li:last-child{border-right:0 !important;}
#menu-footer a{color:#36583d; text-decoration: none; font-weight: bold; text-transform: uppercase; font-size:17px; line-height:80%;}
#menu-footer a:hover{text-decoration:underline;}

@media only screen and (max-width:1320px) {
    #container img, #footer img{width:130%; margin-left:-15%; transform: initial}
}

@media only screen and (max-width:1024px) {
    #menu-footer a{font-size:15px;}
}

@media only screen and (max-width:800px) {
    #menu-footer a{font-size:20px;}
}