/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main>.container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

input {
  position: relative;
  padding-left: 0%;
}

.intro {
  position: relative;
  left: 0%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFFFF;
  top: 150px;
}

.nav {
  display: table;
  margin: 0 auto;
}

.input {
  position: relative;
  top: 100px;
}

form {
  width: 500px;
}

@media only screen and (max-width: 768px) {
  form {
    width: 380px;
  }

  .intro {
    top: 120px;
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 992px) {
  form {
    width: 380px;
  }

  .intro {
    top: 120px;
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 576px) {
  form {
    width: 340px;
  }

  .intro {
    top: 120px;
    font-size: 22px;
    line-height: 24px;
  }

  .input {
    top: 70px;
  }
}

@media only screen and (max-width: 450px) {
  form {
    width: 340px;
  }

  .intro {
    top: 90px;
    font-size: 18px;
    line-height: 20px;
  }

  .input {
    top: 30px;
  }
}

@media only screen and (max-width: 360px) {
  form {
    width: 300px;
  }

  .intro {
    top: 25px;
    font-size: 14px;
    line-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .input {
    top: 0px;
  }
}

@media only screen and (max-width: 320px) {
  form {
    width: 240px;
  }

  .intro {
    top: 100px;
    font-size: 18px;
    line-height: 20px;
  }

  .input {
    top: 50px;
  }
}
@media only screen and (max-width: 280px) {
  form {
    width: 240px;
  }

  .intro {
    top: 20px;
    font-size: 13px;
    line-height: 15px;

  }

  .input {
    top: 50px;
  }
}

.img {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background-image: url('../img/wp-indexss-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}