  /* Variables

green: 43A047;
dark-grey: #3E3E3E;
teel: rgba(0, 188, 212, 1);
background teel: #4A90E2;
button-green: #558B2F;

*/
  
  body {
    margin: 0;
    font-family: 'Proxima Nova', 'Montserrat', sans-serif;
    position: relative;
    color: #3E3E3E;
  }
  
  #overflow-wrapper {
    overflow: hidden;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  a {
    text-decoration: none;
    border-bottom: 2px solid rgba(67, 160, 71, 0.72);
    color: inherit;
    padding: 3px;
    transition: 0.3s ease;
  }
  
  #about a:hover,
  #general a:hover,
  #FAQ a:hover,
  #sponsor p a:hover,
  #organizer a:hover,
  #footer a:hover {
    background-color: rgba(0, 188, 212, 1);
    color: white;
  }
  
  #mlh-trust-badge {
    display: flex;
    float: left;
    right: 50px;
    top: 10px;
    width: 10%;
    height: 10%;
    z-index: 10000;
    border-bottom: none;
  }
  
  #sponsor #sponsors-container a {
    border: none;
  }
  /* assets */
  
  .logo {
    width: 300px;
    margin-top: -5px
  }
  
  #instructions {
    position: absolute;
    opacity: 0.72;
    width: 225px;
    top: -40px;
  }
  
  #instructions:hover {
    opacity: 1
  }
  
  #logo_green {
    display: none
  }
  
  .social-icon {
    width: 30px;
    height: 30px;
  }
  
  .social-icon:hover {
    background-color: white;
  }
  
  .button:hover {
    color: #3E3E3E;
    background-color: white;
  }
  
  .button-container {
    text-align: center;
    margin-top: 20px;
  }
  
  .button.blue:hover {
    color: white;
    background-color: #4A90E2;
  }
  
  .button.blue {
    color: #4A90E2;
    border-color: #4A90E2;
  }
  
  .button.green {
    color: #558B2F;
    border-color: #558B2F;
    padding: 12px 25px;
    text-align: center;
    font-size: 24px
  }
  
  .button {
    border: 2px solid white;
    color: white;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    border-radius: 2px;
  }
  /* utilities */
  
  .clear {
    clear: both;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.36)
  }
  
  @keyframes spinnerRotate {
    from {
      -webkit-transform: rotate(-180deg);
    }
    to {
      -webkit-transform: rotate(180deg);
    }
  }
  
  @-webkit-keyframes spinnerRotate {
    from {
      -webkit-transform: rotate(-180deg);
    }
    to {
      -webkit-transform: rotate(180deg);
    }
  }
  
  @-moz-keyframes spinnerRotate {
    from {
      -moz-transform: rotate(-180deg);
    }
    to {
      -moz-transform: rotate(180deg);
    }
  }
  
  @-ms-keyframes spinnerRotate {
    from {
      -ms-transform: rotate(-180deg);
    }
    to {
      -ms-transform: rotate(180deg);
    }
  }
  
  .spin {
    animation-name: spinnerRotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  }
  /* sections */
  
  .section-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-height: 900px;
  }
  
  .section-header {
    font-size: 36px;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
    text-align: center;
  }
  
  .section-header span {
    background-color: white;
    color: #3E3E3E;
    padding: 10px 15px;
  }
  
  .section-body {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  
  .section-body p {
    font-family: "Proxima Nova", "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    color: #3E3E3E;
  }
  
  .slant {
    width: 120%;
    height: 90px;
    position: absolute;
    left: -20px;
    background: inherit;
    z-index: 1;
  }
  
  .slant.bottom {
    bottom: -40px;
  }
  
  .slant.top {
    top: -40px;
  }
  
  .slant.left {
    transform: rotate(-2deg);
  }
  
  .slant.right {
    transform: rotate(2deg);
  }
  
  .photo-seperator {
    width: 100%;
    position: relative;
  }
  /* nav */
  
  #nav {
    position: fixed;
    width: 100%;
    padding: 40px 80px 0px 80px;
    z-index: 2;
    transition: 0.3s ease;
  }
  
  #nav.active {
    background-color: #FFFFFF;
    padding-top: 20px
  }
  
  #nav.active .nav-section {
    color: #43A047;
    padding-bottom: 15px;
    opacity: 0.72
  }
  
  #nav.active .nav-section.active {
    border-bottom: 3px solid #43A047;
    opacity: 1
  }
  
  #nav.active .nav-section:hover {
    opacity: 1
  }
  
  #nav.active .logo {
    margin-bottom: 25px
  }
  
  #nav-close {
    display: none;
  }
  
  .nav-menu {
    float: right;
    position: relative;
    width: 20px;
    margin-top: 5px;
    display: none;
    cursor: pointer;
  }
  
  #nav-sections {
    float: right;
  }
  
  .nav-section {
    float: left;
    color: white;
    margin-left: 25px;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 2px;
    text-transform: uppercase;
    transition: 0.3s ease;
  }
  
  .nav-section a,
  .button a,
  #social a {
    text-decoration: none;
    border: none;
    padding: 0;
  }
  
  .nav-section a:hover,
  .button a:hover,
  #social a:hover {
    background-color: initial;
    color: inherit;
  }
  
  .nav-section.active {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
  }
  /* home */
  
  @keyframes bannerColor {
    0% {
      -webkit-filter: hue-rotate(0);
    }
    100% {
      -webkit-filter: hue-rotate(90deg);
    }
  }
  
  #landing {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 152px 60px 0px 60px;
    background-image: url("../assets/img/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation-name: bannerColor;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
  #landing-filter {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 23, 36, 0.6);
  }
  
  .section:not(#landing) {
    position: relative;
    width: 100%;
    padding: 80px 60px 120px 60px;
  }
  
  #copy-container {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px 10px;
    z-index: 1;
  }
  
  .headline {
    font-family: 'Orbitron', sans-serif;
    color: white;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em
  }
  
  .sub-headline {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.52;
    text-transform: uppercase;
    color: rgb(3, 169, 244);
  }
  
  .sub-headline.mini {
    font-size: 16px;
    text-transform: none;
    color: white;
    margin-top: 15px
  }
  /* about */
  
  #about {
    background-color: white;
  }
  /* FAQ */
  
  #FAQ {
    background-color: #558B2F;
    color: white
  }
  
  #FAQ .section-body {
    max-width: 800px;
  }
  
  .faq-row {
    width: 50%;
    float: left;
    min-width: 300px;
    padding: 0px 10px
  }
  
  .faq-card {
    font-family: "Proxima Nova", "Open Sans", sans-serif;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 4px;
    color: #3E3E3E;
    padding: 40px 30px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  
  .card-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: bold;
  }
  
  .card-body {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
  }
  
  #general.section {
    background-color: white;
    padding-bottom: 60px;
    padding-top: 120px;
  }
  
  #organizer.section {
    background-color: white;
    padding-bottom: 60px;
    padding-top: 120px;
  }
  /* apply */
  
  #apply {
    height: 600px;
    background-color: #8BC34A;
  }
  
  .desktop-img {
    background-image: url("../assets/img/messy_min.png");
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: repeat-y;
    right: 0
  }
  
  .apply-container {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
  }
  
  .apply-header {
    color: white;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px
  }
  
  .button.apply {
    padding: 12px 25px;
    text-align: center;
    font-size: 24px
  }
  /* sponsor */
  
  #rocket {
    width: 150px;
    position: relative;
    margin: 25px 0px;
    margin-left: calc(50% - 75px);
  }
  
  #sponsor.section {
    background-color: white;
    padding-bottom: 60px;
    padding-top: 120px;
  }
  
  .partner {
    height: 35px;
    margin: 25px 15px;
    opacity: 0.6;
    margin-top: 20px
  }
  
  .partner.title {
    height: 100px;
    display: block;
    margin: 15px auto 20px auto
  }
  
  .partner:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
  }
  
  .social {
    margin: 10px 20px;
    border: none;
  }
  
  .instagram img {
    height: 25px
  }
  
  .social:hover {
    background-color: none;
  }
  /* footer */
  
  #footer.section {
    background-color: #3E3E3E;
    color: white;
    text-align: center;
    padding: 20px 20px;
    font-family: "Proxima Nova", "Open Sans", sans-serif;
  }
  
  #footer p {
    font-weight: 100;
    line-height: 1.7
  }
  
  #footer p.credit {
    font-size: 12px;
  }
  /* responsive */
  /* ipad */
  
  @media (max-width: 900px) {
    #nav {
      padding: 40px 40px 0px 40px
    }
    #instructions {
      display: none;
    }
  }
  /* phone */
  
  @media (max-width: 700px) {
    h1 {
      font-size: 20px;
      line-height: 1.6
    }
    .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.24);
    }
    .slant {
      display: none
    }
    .logo {
      width: 100px;
      margin-top: 5px;
    }
    #instructions {
      display: none;
    }
    #nav {
      width: 100%;
      padding: 20px 25px;
      z-index: 3;
    }
    #nav.active-mobile {
      padding: 15px 25px;
      background-color: white;
    }
    #nav-sections {
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 1);
      position: fixed;
      top: 0;
      left: 0;
      padding-top: calc(50vh - 183px);
      display: none;
      opacity: 0;
      transition: 0.3s ease;
    }
    #nav-sections.active {
      opacity: 1;
    }
    .nav-section {
      width: 100%;
      text-align: center;
      color: #3E3E3E;
      font-size: 18px;
      cursor: pointer;
      transition: 0.1s ease;
      margin: 0;
      padding: 20px;
    }
    .nav-section a {
      text-decoration: none;
      color: inherit;
    }
    .nav-section a:hover {
      background-color: initial;
      color: inherit;
    }
    #menu_white {
      display: block;
    }
    #menu_green {
      display: none;
    }
    #nav.active-mobile #menu_white {
      display: none;
    }
    #nav.active-mobile #menu_green {
      display: block;
    }
    #nav-close {
      display: block;
    }
    .nav-section:hover:not(#nav-close),
    .nav-section.active {
      background-color: #43a047;
      padding: 20px;
      border: none;
      color: white
    }
    #copy-container {
      margin-top: 10vh;
      width: 100%;
      text-align: center;
      padding: 20px 10px;
    }
    .headline {
      font-size: 32px;
    }
    .sub-headline {
      font-size: 16px;
      font-weight: bold;
    }
    /* fake selector for higher specificity */
    .section:not(#splash) {
      padding: 40px 20px;
    }
    .button {
      width: 100%;
      margin: 8px 0px;
      text-align: center;
    }
    .button.apply {
      width: initial
    }
    .button.green {
      width: initial
    }
    .faq-row {
      width: 100%;
      min-width: initial;
    }
    .fancy-seperator {
      width: 60%;
    }
    .section-body h1 {
      font-size: 20px;
      margin-bottom: 20px
    }
    .section-body p {
      font-size: 16px;
    }
    .section-header {
      font-size: 20px;
      margin-bottom: 40px;
      text-align: center;
    }
    #about .section-header {
      margin-top: 30px;
    }
    /*landing*/
    #landing {
      background-image: url("../assets/img/background.png");
    }
    /* apply */
    #apply {
      height: auto;
    }
    #apply .section-header {
      margin-top: 30px;
    }
    #apply .apply-container {
      margin: 0;
    }
    #apply .apply-header {
      font-size: 22px
    }
    .partner {
      height: 25px;
      margin: 10px
    }
    .partner.title {
      height: 60px;
      margin: 15px auto;
    }
    #sponsor .section-body p {
      font-size: 16px;
    }
    #rocket {
      width: 100px;
      margin: 20px 0px;
      margin-left: calc(50% - 50px);
    }
    /* footer */
    #social.section {
      padding: 25px 20px
    }
    #footer p {
      font-size: 14px;
      line-height: 1.8;
    }
    .desktop-img {
      display: none
    }
  }