/* line 1, ../sass/style.scss */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75px;
  z-index: 9999;
  background: #fff !important;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}
/* line 11, ../sass/style.scss */
.header-fixed #content {
  padding-top: 250px;
}
/* line 15, ../sass/style.scss */
.header-fixed nav .nav-link {
  font-size: 15px;
  padding: 0 20px 10px 0;
}
/* line 20, ../sass/style.scss */
.header-fixed .hero-content {
  padding-top: 10px;
}
/* line 24, ../sass/style.scss */
.header-fixed .hero-headline-small {
  display: none;
}
/* line 28, ../sass/style.scss */
.header-fixed .hero-headline {
  font-size: 20px;
}
/* line 32, ../sass/style.scss */
.header-fixed .navbar {
  padding: 0;
}
