body {
  background: #3395d4;
  font-family: "Lato", sans-serif;
  color: #262f38;
  line-height: 24px;
}

h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

header {
  background-image: url('../img/hero.jpg?1454949869');
  background-repeat: no-repeat;
  background-color: #f0f1f1;
  background-size: 100% auto;
  text-align: center;
}
header .logo-embrace {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-image: url('../img/logo-embrace.png?1454949869');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header .logo-rutgers {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-image: url('../img/logo-marathon.png?1454949870');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header .brand {
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-image: url('../img/brand.png?1454949870');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro {
  background: #f0f1f1;
}
.intro h2, .intro h3 {
  color: #f28553;
}
.intro .action {
  text-align: center;
}
.intro .action h4 {
  font-weight: 800;
}
.intro .action p {
  text-align: left;
}
.intro .action .icon {
  display: block;
  margin: 0 auto 15px;
  height: 194px;
  width: 194px;
  border-radius: 50%;
}
.intro .action .icon i {
  display: block;
  height: 194px;
  width: 194px;
}
.intro .action.accept .icon {
  background-color: #846aab;
}
.intro .action.accept .icon i {
  background-image: url('../img/action-accept.png?1454949869');
  background-repeat: no-repeat;
}
.intro .action.record .icon {
  background-color: #f5ba4c;
}
.intro .action.record .icon i {
  background-image: url('../img/action-record.png?1454949869');
  background-repeat: no-repeat;
}
.intro .action.upload .icon {
  background-color: #33bae1;
}
.intro .action.upload .icon i {
  background-image: url('../img/action-upload.png?1454949869');
  background-repeat: no-repeat;
}
.intro .action.donate .icon {
  background-color: #bad963;
}
.intro .action.donate .icon i {
  background-image: url('../img/action-donate.png?1454949869');
  background-repeat: no-repeat;
}

.instructions {
  background-color: #3395d4;
  color: #FFFFFF;
}
.instructions a {
  color: #FFFFFF;
}

.sample-video {
  background-color: #bad963;
  color: #FFFFFF;
}

.donation {
  background-color: #FFFFFF;
}
.donation .btn {
  font-size: 24px;
  line-height: 32px;
  padding: 15px 30px;
  background-color: #0788c2;
}

.sub-footer {
  background-image: url('../img/footer.jpg?1454949867');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

footer {
  padding: 15px 0;
  background-color: #3395d4;
  color: #FFFFFF;
}

#donate-floater {
  display: inline-block;
  bottom: 15px;
  right: 15px;
  position: fixed;
  z-index: 500;
}

/* ------------------ Tablet --------------------*/
@media (min-width: 768px) {
  header {
    padding-bottom: 30px;
  }
  header .container {
    position: relative;
  }
  header .logo-embrace {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 50px;
  }
  header .logo-rutgers {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 85px;
    height: 107px;
  }
  header .brand {
    margin: 20px auto 0;
    width: 211px;
    height: 235px;
  }

  section {
    padding: 50px 0;
  }

  .intro h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .intro .lead {
    font-size: 24px;
    line-height: 32px;
    margin: 0 50px 50px;
    padding: 0 50px;
  }

  .sub-footer {
    min-height: 300px;
  }
}
/* ------------------ DESKTOP --------------------*/
@media (min-width: 1200px) {
  header .logo-embrace {
    width: 261px;
    height: 97px;
  }
  header .logo-rutgers {
    width: 169px;
    height: 214px;
  }
  header .brand {
    margin: 100px auto 0;
    width: 502px;
    height: 525px;
  }

  .sub-footer {
    min-height: 550px;
  }
}
/* ------------------- PHONE ---------------------*/
@media (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }

  header {
    text-align: center;
    padding-bottom: 30px;
    background-image: url('../img/hero-mobile.jpg?1454949867');
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  header .logo-embrace {
    display: none;
  }
  header .logo-rutgers {
    display: none;
  }
  header .brand {
    margin: 0 auto;
    width: 251px;
    height: 260px;
    max-width: 100%;
    background-size: 100% auto;
  }

  section {
    padding: 30px 0;
  }

  .intro {
    background: #f0f1f1;
  }
  .intro .action {
    text-align: center;
    margin-bottom: 50px;
  }
  .intro .action p {
    text-align: center;
  }

  .sub-footer {
    min-height: 100px;
  }

  footer {
    text-align: center;
  }

  #donate-floater {
    display: block;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 500;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.75);
  }
}
