* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: century;
  color: #fff;
  background: #333;
  overflow: hidden;
  background-image: url(bg1.jpg);
  background-size: cover;
  background-position: center;
  height:100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a.facebook:hover {
  color: #3B5998;
  opacity: 0.8;
}

a.twitter:hover {
  color: #1DA1F2;
  opacity: 0.8;
}

a.youtube:hover {
  color: #DB4437;
  opacity: 0.8;
}

a.instagram:hover {
  color: #b321e8;
  opacity: 0.8;
}

.landing-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/

  /*background-color: rgba(34, 84, 112, 0.4);*/
  text-align: center;
  padding-top: 50px;
}

.landing {
  position: relative;
  background-image: url('bg1.jpg');
  background-size: cover;
  background-position: center;
  height:100%;
}

.landing h1 {
  font-size: 80px;
  margin-top: 10px;
}

.landing p {
  font-size: 20px;
}

.logo{
  width: 300px;
}

@media (max-width: 650px) {
  .landing img {
    width: 70%;
  }

  .landing h1 {
    font-size: 40px;
  }

  .countdown {
    font-size: 30px;
    flex-direction: column;
  }

  .countdown div:first-child {
    display: block;
    width: 80%;
    padding: 10px;
  }
}

@media (max-height: 600px) {
  img {
    width: 20%;
  }
}

@media (max-height: 400px) {
  img {
    padding-bottom: 30px;
  }
}
