﻿nav{background-color:#fff;}@media screen and (min-width:320px){nav{padding:10px 0;}}@media screen and (min-width:768px){nav{padding:20px 0;}}nav img{max-height:30px;}nav>div{display:flex;justify-content:space-between;background-color:#fff;}@media screen and (min-width:320px){nav>div{flex-direction:column;gap:20px;position:absolute;top:-50px;left:0;width:100%;height:0;opacity:0;z-index:100;padding:20px;overflow:hidden;transition:all ease .5s;z-index:100;}nav>div.show{top:0;opacity:1;height:auto;width:100vw;}}@media screen and (min-width:768px){nav>div{flex-direction:row;position:static;width:auto;height:auto;padding:0;opacity:1;gap:20px;align-items:center;}}nav>div>div{display:flex;gap:20px;align-items:center;flex-direction:row;}@media screen and (min-width:320px){nav>div>div{flex-direction:column;}}@media screen and (min-width:768px){nav>div>div{flex-direction:row;}}nav a:not(.btn){text-decoration:none;color:#000;font-weight:500;}nav a:not(.btn):hover{text-decoration:solid #2b8fce 2px underline;}@media screen and (min-width:320px){#menu{height:55px;}}@media screen and (min-width:768px){#menu{height:auto;}}