@import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900);
* {
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 22px;
  }
}

html, body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}
.faq-body {
  background-color: black;
}

p {
  margin-bottom: 1.3em;
}

h1, h2, h3, h4 {
  font-weight: inherit;
  line-height: 1.2;
  margin: 1.414em 0 0.5em;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {
  font-size: 2.369em;
}

h3 {
  font-size: 1.777em;
}

h4 {
  font-size: 1.333em;
}

.lead {
  font-family: 'Montseratt', sans-serif;
  font-size: 1.333em;
  margin-bottom: 0;
}
.secondary {
  font-size: 1.05em;
}
p.team {
  font-size: 15px;
}
p.team a:link {
  color:white;
}

small, .font_small {
  font-size: 0.75em;
}

.hero {
  align-content: center;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  /* background-color: #00214f; */
  background-color: #000000;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-wrapper {
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  font-size: 1.75em;
}
@media screen and (min-width: 769px) {
  .header-wrapper {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .header-wrapper {
    font-size: 3em;
  }
}

.house {
  font-family: "Mr Dafoe", cursive;
  font-size: 4em;
  position: relative;
  z-index: 3;
  padding: 0 0.90em 0 0.02em;
}
.fast {
  font-size: 4em;
  position: relative;
  z-index: 3;
  padding: 0 0.23em 0 0.02em;
}

.music {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  margin-left: -1.6em;
  top: -0.13em;
  position: relative;
  z-index: 0;
}

.form-wrapper {
  margin-top: 1em;
  z-index: 4;
}

form {
  position: relative;
}

input, button {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(0, 91, 103, 0.1), 0 1px 2px rgba(0, 91, 103, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 1em;
  padding: 1em 0 1em 3em;
}

input {
  border-radius: 5px 0 0 5px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
}

button {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  text-shadow: 0 1px 0 #212121;
  transition: 0.5s;
  margin-left: -7px;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 10px 3px rgba(0, 91, 103, 0.1), 0 1px 2px rgba(0, 91, 103, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  width: 9em;
  z-index: 5;
  padding: 1em 2em;
  background: #ed4264;
}

button:hover {
  background-color: #dd1c42;
}

button:active {
  transition: 0.1s;
  background-color: #d31138;
}

button.sent {
  background: #0abfbc;
  transition: 2.25s all ease-in;
}

input.sent {
  color: #0abfbc !important;
  transition: 2s all ease-in;
}

.input-icon.sent {
  color: #0abfbc !important;
  transition: 2.5s all ease-in;
}

label {
  color: rgba(255, 255, 255, 0.95);
  margin-right: 0;
  position: relative;
  z-index: 0;
}

input:focus {
  color: #ed4264;
}

.input-icon {
  position: absolute;
  top: 0.05em;
  left: 0.65em;
  z-index: 2;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}

input:focus + .input-icon {
  color: #ed4264;
  transform: rotate(360deg);
}

.loadingBar {
  z-index: 4;
}

.submit--reflection {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes pulse {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(10px);
  }
}

@keyframes pulse {
  0% {
    filter: blur(5px);
  }
  100% {
    filter: blur(10px);
  }
}
::-moz-selection {
  color: rgba(255, 255, 255, 0.95);
  background-color: #ed4264;
}
::selection {
  color: rgba(255, 255, 255, 0.95);
  background-color: #ed4264;
}


/* start navbar */
.super-navbar.scrolled {
  -webkit-backdrop-filter: blur(20px) saturate(200%);
  backdrop-filter: blur(20px) saturate(200%);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 4%);
  box-shadow: 0 0 20px rgb(0 0 0 / 4%);
  
}

.super-navbar {
  padding: 0 var(--padding-right) 0 var(--padding-left);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

.super-navbar.scrolled .super-navbar__content {
  height: 70px;
}

.super-navbar__content, .super-navbar__item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}

.super-navbar__content {
  height: 100px;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  -webkit-box-shadow: 0 0 20px transparent;
  box-shadow: 0 0 20px transparent;
}

.super-navbar__logo-wrapper {
  position: relative;
}

.notion-link {
  text-decoration: none;
  color: inherit;
}

.super-navbar__item-list {
  width: auto;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.super-navbar__item {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.5px;
  color: #999;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.super-navbar__content, .super-navbar__item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}


/* start faq content */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  color: #eee;
  background-color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}
.faq {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 5%
  
}
.question {
  padding-top: 2px;
  
}
/* Style the collapsible content. Note: hidden by default */
.content {
  font-family: "Montserrat", sans-serif;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.content p {
  color: white;
  background-color: transparent;
  font-size: 15px;
}
.content ul {
  font-size: 15px;
  color: white;
}
.collapsible:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f0fe';
  font-size: 15px;
  float: right;
  margin-left: 5px;
}

.active:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f146';
}

.tos {
  color: #999;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.tos a:link {
  color: white;

}
.tos a:visited {
  color: #999;
}