/*
Theme Name: Springboard
Author: Manifold Public Design
Version: 1
*/

@import "assets/css//all.css";

/* Sticky Navigation — Add shadow on scroll*/
header.site-header.scrolled,
header.site-header.scrolled,
header.site-header.scrolled {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.98) !important;
  /* Slightly transparent background */
}

/* Navigation — Burger menu show's up later*/
@media (min-width: 1053px) {
  nav.header-nav.hidden.xl\:block {
    display: block !important;
  }
}

@media (min-width: 1052px) {
  button#hamburger.xl\:hidden {
    display: none !important;
  }
}

#mobile-nav .menu-header-site-header {
  overflow: scroll !important;
}

/*********Bug Fixes**********/

video {
  min-width: 5vw !important;
  max-width: 13vw !important;
  height: auto;
  font-size: calc(1vw + 1vh) !important;
}

section.sb-block {
  min-height: 60vh !important;
}


/* Widen search input */
.custom-form input[type="search"],
input[type="text"] {
  min-width: 25vw !important;
  width: 100% !important;
  transition: width 0.3s ease;
  box-sizing: border-box !important;
}

div#staff1 {
  display: flex !important;
}
