* {
  font-family: 'Exo 2', sans-serif;
}
html,
body {
  height: 100%;
}
p,
.list .item,
ul li,
ol li {
  font-size: 1.25rem;
}
ul li,
ol li {
  line-height: 1.4285em;
  margin-bottom: 0.5em;
}
blockquote {
  border-left: 2px solid #ddd;
  margin-left: 0;
  padding-left: 1em;
  font-style: italic;
}
.ui.text.menu .item {
  padding: 2.5rem;
}
.ui.text.menu a {
  transition: all 0.2s !important;
  font-family: 'Source Code Pro', monospace;
}
#menu {
  height: 5rem;
  background-image: linear-gradient(to bottom, #000000, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 10;
}
#menu a {
  color: white !important;
  padding-top: 5rem;
}
#menu a:hover {
  filter: drop-shadow(0 0 5px white);
}
#menu .logo {
  margin-top: 1.25rem;
}
.logo {
  width: 128px;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  height: 100%;
  background-image: url(/rsc/logo_small_black.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.logo.white {
  background-image: url(/rsc/logo_small.png);
}
#hero {
  background: black;
  margin-bottom: 2.5rem;
  position: relative;
  padding-top: 5rem;
  min-height: 50rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75)), url(/rsc/bg.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#hero h1 {
  color: white;
  text-align: center;
  font-size: 3rem;
  margin-top: 20rem;
}
#hero .social {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}
video {
  width: 100%;
  height: 100%;
}
.main {
  background: black;
  margin-bottom: 2.5rem;
  position: relative;
  padding-top: 5rem;
  min-height: 25rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.main h1 {
  color: white !important;
  text-align: center;
  font-size: 3rem !important;
  margin-top: 7.5rem !important;
}
.main .social {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}
.main#join {
  background-image: url(/rsc/code.jpg);
}
#footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ui.fluid.container {
    margin: 0 !important;
  }
  #menu .logo {
    margin-top: 0;
  }
  #menu .item {
    padding: 3.5rem 1rem !important;
    padding-top: 10rem !important;
  }
  #hero {
    min-height: 30rem;
  }
  #hero .typeform-share {
    margin-bottom: 7.5rem;
  }
  #hero,
  .main {
    background-size: cover;
  }
  #hero h1,
  .main h1 {
    margin-top: 25% !important;
  }
  #footer {
    padding-bottom: 2.5rem;
  }
  #footer .logo {
    bottom: -3.5rem;
  }
  #footer .item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
