body,html{padding:0;margin:0;font-family:Montserrat,sans-serif;background-color:#fffffa}a{color:inherit;text-decoration:none;cursor:pointer;padding:5px}a:hover{color:#c13d24}h1,h2,h3{font-weight:500}nav{position:fixed;background-color:#fffffa;width:100%;display:-webkit-flex;display:-moz-box;display:flex;height:75px;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:0 15px;margin:auto;-moz-transition:height .5s ease;transition:height .5s ease;z-index:3}nav img{width:32px;height:32px}.switch{width:28px;height:28px;cursor:pointer}ul{width:500px;padding:0;margin:0;display:-webkit-flex;display:-moz-box;display:flex;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;flex-wrap:wrap}li{list-style-type:none;cursor:pointer}*{-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width:420px){nav{height:50px;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;overflow-y:hidden;padding:10px 15px 0}nav.open,ul{height:300px}ul{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:20px 0 0;width:200px;-webkit-align-items:center;-moz-box-align:center;align-items:center}}@media (min-width:768px){.switch{opacity:0;pointer-events:none}}