body {
  background-color: #041E42;
  color: #94C25B;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
h2 {
  color: #5cc8e2;
}
h1, h3 {
  color: #FFF;
}
h1 {
  font-weight: 700;
  font-size: 2.8rem;
}
h2 {
  font-weight: 400;
  font-size: 2.4rem;
}
h3 {
  font-weight: 300;
  font-size: 1.9rem;
}
.large {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 40px;
}
#logos {
  margin-top: 40px;
  margin-bottom: 40px;
}
#img_eye {
  margin-top: 50px;
}
label {
  color: #999;
}
.btn-primary {
  background-color: #1cbed3;
  border-color: #1cbed3;
  padding: .6rem 1rem;
  font-size: 1px;
  font-size: 16px;
}
.btn-primary:hover {
  background-color: #15a0af;
  border-color: #15a0af;
}
.btn-primary:active, .btn-primary:focus {
  background-color: #15a0af;
}
.btn-wide {
  width: 100%;
  margin-bottom: 15px;
}
p strong {
  font-size: 24px;
}
#vid {
  margin-top: 90px;
}
#vid, #vid video {
  width: 100%;
}
.rotate {
  animation: rotation 300s linear 0s infinite;
}

@keyframes rotation {
  to {
    transform: rotate(360deg)
  }
}
@media screen and ( max-width: 600px ) {
  #logos {
    height: 60px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #logos img {
    height: 100%;
    margin: 0px 6px;
  }
  h1 {
    font-weight: 700;
    font-size: 2rem;
  }
  h2 {
    font-weight: 400;
    font-size: 1.8rem;
  }
  h3 {
    font-weight: 300;
    font-size: 1.1rem;
  }
  .large {
    font-size: .8rem;
  }
  #vid {
    margin-top: 20px;
  }
  .content-holder {
    height: 90%!important;
  }
  .content-holder .content {
    height: 100%!important;
  }
}
