/* ================================================================
   Si:d — Inline overrides extracted from vivesid.com
   Only the styles that were inline in the original HTML.
   ================================================================ */

/* Header transparent/sticky states */
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.main-header:not(.scrolled) {
  box-shadow: none !important;
  background-color: transparent !important;
}

.main-header.scrolled {
  position: fixed !important;
}

/* Active nav tab per page */
.main-header .nav-menu.active {
  border-color: white !important;
}
