body, html {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 100;
  cursor: default;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}

.content {
  position: absolute;
  top: 25%;
  width: 100%;
}

h1 {
  color: #81be27;
  font-weight: 100;
  font-size: 3em;
}

h2 {
  color: #333333;
  font-weight: 300;
  font-size: 1.5em;
}

a {
  font-weight: 300;
  color: #81be27;
  text-decoration: none;
  font-size: 1.5em;
}

span {
  color: #81be27;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}
#footer p{
  color: #000;
  text-align: center;
  position: relative;
  z-index:1;
}

.img-header {
  margin-top:40px;
  height: 150px;
}

.img-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-1;
  opacity: 0.2;
}