@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;700&display=swap');

body{
  background: #F7F7F7;
  font-family: "Nunito Sans", sans-serif;
}

a:focus, a:active {
    outline: none;
}

.navbar .navbar-inner {
  background:#ffffff;
  padding:2rem;
}

.navbar .brand {
  padding:0px;
}

.navbar .navbar-inner {
  min-height:24px;
}

.brand img {
  display: none;
}

.brand {
  display: block;
  padding:0px;
  width: 239px;
  height: 40px;
  background-image: url("https://cdn2.streamworksaudio.com/support/streamworks-audio-support-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#docsSearch {
  display: grid;
  min-height: 350px;
  padding: 0;
  align-content: center;
  gap: 1rem;
  background-image: linear-gradient(136deg, #3b82f694 0%, #1c0e3b9c 100%),url('https://cdn2.streamworksaudio.com/support/support-hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border:none;
}

#docsSearch h1 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin:0;
  color:#ffffff;
  font-size:2.5rem;
}

@media (max-width: 1024px) {
    #docsSearch h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    #docsSearch h1 {
        font-size: 1.4rem;
    }
}

#searchBar {
  margin: 0 auto;
}

#searchBar button {
  background:#DC143C;
  border:1px solid #B01030
}