#header-img {
  background-position: right bottom;
  width: 100%;
  min-height: 180px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-webp #header-img {
  background-image: url("/static/site/header/images/header.jpeg");
}

.webp #header-img {
  background-image: url("/static/site/header/images/header.webp");
}

#banner-div {
  min-height:229px;
}

.main-nav {
  min-height:50px;
}

body {
  margin:0;
  padding:0;
}

#main-menu {
  width:830px;
  margin:auto;
}

.main-menu-btn {
  margin-bottom:11px !important;
}


@media (max-width: 768px) {
  #main-menu {
    width:unset !important;
    margin:unset !important;
  }
}