#header{display:flex;justify-content:space-between;max-width:1000px;margin-left:auto;margin-right:auto}#menu{display:flex;justify-content:space-between;margin-bottom:.3em;padding-left:1.5em;padding-right:1.5em;max-width:1000px;margin-left:auto}#burger{visibility:hidden}nav ul{list-style:none;margin:0;display:flex;justify-content:flex-end}nav ul a{font-family:OpenSansBold;font-size:1.2em;text-decoration:none;display:block;padding:1em;padding-top:1.3em;text-align:right;color:#fff}nav ul a:hover{text-decoration:underline;color:rgba(245,132,89,.8)}