@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
body {
  color: #232323;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 15pt;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #image-background {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

/* Style the video: 100% width and height to cover the entire window */
  #myVideo {
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    height: auto;
    width: 100vw;
    display: block;

    min-width: 100vw;
    min-height: 100vh;
  }

  @media (max-width: 970px) {
    #myVideo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-60%,-50%);

      width: auto;
      height: 100vh;
     }
  }

.gradient {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(114,224,202,1) 63%);
  background: -webkit-linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(114,224,202,1) 63%);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(114,224,202,1) 63%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#72e0ca",GradientType=1);  
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
  opacity:70%;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

:-moz-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

a:hover {
  color: #00c8aa;
  text-decoration: none;
  outline: none;
}

a {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  color: #FFF;
}

p {
  font-size: 18px;
}

section ul li {
  display: inline-block;
  width: 13rem;
}

.main {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: table;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto\9;
}

h1 {
  color: #fff;
  font-weight: 100;
  font-size: 67px;
}

.alert-success {
  color: #fff;
  background-color: #27AE60;
}

.alert-danger {
  color: #fff;
  background-color: #FF1D4D;
}

.alert {
  font-size: 14px;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}

.input-group-addon {
  padding: 0px 0px;
  font-size: 0px;
  font-weight: 0;
  line-height: 0;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 0px solid #ccc;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  input.notify-me {
    color: #fff;
    padding: 7.5px 5px !important;
    font-size: 11px;
    font-weight: 500;
    background-color: #0fe0ba;
    border-radius: 0;
    border-color: #0fe0ba;
    transition: all 0.5s ease-in-out;
  }
}

input.notify-me {
  color: rgb(0, 0, 0);
  padding: 7.5px 20px;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(15, 224, 186, 0.7);
  border-radius: 0;
  border-color: #0fe0ba;
  transition: all 0.5s ease-in-out;
}

input.form-control.notify-me {
  background: transparent;
  color: #fff;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.5);
}

input.notify-me:hover {
  border-color: #e6e6e6;
}

.subscribe p {
  letter-spacing: 0rem;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.subscribe {
  padding-top: 60px;
  padding-bottom: 20px;
}

.subscribe-box {
  padding-top: 5px;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

.index img {
  height: 100%;
  width: 100%;
  border: 10px solid #333;
}

.main-index {
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  background-color: #d4f1d8;
}

.main-index h1 {
  margin-bottom: 50px;
  margin-top: 5px;
  color: #333;
  display: block;
  font-weight: bolder;
  text-align: center;
}

a.website {
  color: #999999;
}

a.website:hover {
  color: #00c8aa;
}

.label-success {
  border-radius: 5px;
  padding: 3px 5px 3px;
}

.counter {
  color: #fff;
}

.counter p {
  color: rgba(255, 255, 255, 0.85);
}

.counter h2 {
  font-size: 26px;
  font-weight: 700;
}

footer {
  background: #101e2a;
  padding: 50px 0;
}

footer span.copyright {
  color: #999999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 19px;
  font-weight: 400;
}

footer span.copyright a:active, footer span.copyright a:focus {
  color: #FFFFFF;
}
