body { background-color:#ffffff; }header {background-color:#ffffff;padding:30px;margin:0 auto;max-width:1100px;display:flex;align-items:center;justify-content:space-between;}header nav #horizontal_menu ul {width:100%;display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;}header nav #horizontal_menu ul li {float:none;display:flex;justify-content:center;order:2;}header nav #horizontal_menu ul li.active a { border-bottom:5px solid #f1ab67; }header nav #horizontal_menu ul li a {font-family:Gotham, sans-serif;border-bottom:5px solid transparent;color:#333;font-weight:bold;font-size:1.2rem;line-height:2.0rem;padding:0;margin-right:2rem;}header nav #horizontal_menu ul li a:hover { border-bottom:5px solid #f1ab67; }main {margin:0 auto;max-width:1100px;}footer {background-color:#1b1919;color:#fff;padding:3rem;min-height:7rem;}footer .footer {max-width:1100px;margin:0 auto;}