header {
  position: fixed;
  width: 100%;
  height: 70px !important;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: all 0.8s ease 0s;
}


header #logo img {
  transition: 0.3s ease 0s;
  height: 35px;
  width: auto;
  max-width: 65vw;
  /*margin-bottom: 8px;*/
}
@media only screen and (min-width: 1024px) {
  header #logo img {
    width: auto;
    height: auto;
    max-width: 240px;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 1300px) {
  header #logo img {
    width: auto;
    height: auto;
    max-width: 300px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1925px) {
  header #logo img {
    width: auto;
    height: 40px;
    max-width: 320px;
   /* margin-bottom: 10px;*/
  }
}