header .nav-container{display:flex;width:96%;max-width:1160px;margin:0 auto;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px}header .nav-container>div:nth-of-type(1){display:flex}header .nav-container ul{display:flex;list-style-type:none;justify-content:center;padding:0px;margin:0px}header .nav-container img{display:block;width:100%;max-width:180px;height:auto}header .nav-container a{font-size:14px;line-height:21px;text-decoration:none;padding:6px 18px;color:#144766;transition:background .1s linear,color .1s linear}header .nav-container a:hover{color:#54bfde}header .nav-container a.button{background:#ef595a;color:#fff;border-radius:5px;border:1px solid #ef595a;padding:10px 25px;font-weight:bold;transition:background .1s linear,color .1s linear;margin-left:10px}header .nav-container a.button:hover{color:#ef595a;background:#fff}@media screen and (max-width:700px){header .nav-container nav{display:none}}