footer#footer {
    background:#002b45 !important;
}
footer#footer p {
    color: #fff;
}
footer#footer a {
    color: #fff;
    text-decoration: none;
}
.amh_footer-container h4, .amh_footer-container p, .amh_footer-container a {color: #ffffff; font-size: 14px; line-height: 1.2em;}
.amh_footer-container h4 { font-size: 18px; margin-bottom: 20px;}
.amh_footer-container a { text-decoration: none;}
.amh_footer-container li { list-style: none;}
.amh_footer-container {display: flex; justify-content: center; align-items: center; padding: 60px 5px;}
.amh_footer-container_column-inner {display: flex; width:100%; max-width: 1200px; justify-content: stretch; flex-wrap: wrap;}
.amh_footer_column {width: 33.3%; padding: 0px 10px;}
.amh_footer_contact img { width: 100%; max-width: 140px;}
.amh_footer_contact p { margin: 32px 0;}
.amh_footer_info_hotels {margin-bottom: 30px;}
.amh_footer_social-media ul {display: flex;}
.amh_footer_social-media ul li:nth-child(2){padding: 0 12px;}

@media only screen and (max-width: 767px) {
    .amh_footer-container h4 { margin-bottom: 12px;}
    .amh_footer_column {width: 100%;}
    .amh_footer_contact p {margin: 12px 0;}
    .amh_footer_info {margin: 20px 0;}
    .amh_footer_info_hotels {margin-bottom: 20px;}
}