body {
	padding-top: 0px;
}

.header-wrapper.fixed .navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: 1;
}

.header-wrapper.fixed {
  height: 80px;
}

@media (max-width: 1200px) {
.header-wrapper.fixed {
  height: 110px;
}
}