nav {
  height: 80px; }
  nav .logo {
    width: 5.1%;
    margin-top: 0;
    margin-left: 0;
    position: fixed;
    left: 1%;
    top: 1%; }

@media (max-width: 767px) {
  nav {
    height: 50px; }
    nav .logo {
      width: 40px;
      height: 40px;
      margin-top: 0;
      margin-left: 0;
      position: fixed;
      left: 3%;
      top: 1%; } }

/*# sourceMappingURL=style2.css.map */
