* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f6f4f6;
  font-family: "AthleticsRegular", Georgia;
}

#video {
  width: 100%;
}

.content {
  text-align: center;
}

.content h1 {
  color: #565656;
  padding: 120px 120px 20px 120px;
  width: 100%;
  line-height: 125%;
  font-size: 32px;
 }

.footer {
  font-size: 16px;
  color: #888;
  bottom: 15px;
  width: 100%;
}

.footer img {
  margin: 20px 10px;
  border: none;
}

#mc_embed_signup {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E7EAED;
  border-radius: 4px;
  background: #f9f7f9;
  width: 450px;
  margin: 0 auto;
  padding: 25px;
  font-size: 18px;
  margin-bottom: 50px;
}

#mc_embed_signup label {
  width: 100%;
  display: block;
  color: #565656;
}

#mc_embed_signup .email{
  height: 35px;
  background-color: #FFFFFF;
  border: 2px solid #D0D6DD;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-appearance: none;
  font-size: 15px;
  width: 90%;
  margin-top: 10px;
  text-align: center;
}

.button {
  border: 2px solid #65bebb;
  color: #fff !important;
  background: #65bebb;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  margin-top: 20px;
  font-size: 17px;
}

.footer-icons {
  margin-top: 30px;
  text-align: right;
  padding: 20px;
  border-top: 2px solid #d0d0d0;
}

.esolidar {
  height: 42px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.pt2020 {
  height: 70px;
}

#video-mobile {
  display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
  #video {
    display: none;
  }

  #video-mobile {
    display: block;
    width: 100%;
    background: #f2f2f2;
  }

  #video-mobile img {
    width: 100%;
  }

  .content {
    top: 70%;
  }

  .content h1 {
    color: #565656;
    padding: 0 25px;
    width: 100%;
    margin: 200px auto;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 180%;
    font-size: 22px;
  }

  .footer-icons {
    text-align: center;
  }

  .footer-icons a {
    width: 100%;
    display: inline-block;
    float: none;
    text-align: center;
  }

  .footer-icons a img {
    float: none;
    height: 52px;
  }

  .footer-icons img {
    margin: 30px 0px;
  }

  #mc_embed_signup {
    width: 90%;
  }

  .pt2020 {
    height: 50px;
  }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #video {
    position: absolute;
    right: 0;
    top: 0px;
    width: 206%;
    height: 100%;
    min-width: auto;
    min-height: auto;
  }

  .content p {
    color: #565656;
    padding: 0 25px;
    width: 100%;
    margin: 280px auto;
    margin-bottom: 190px;
    line-height: 180%;
    font-size: 27px;
  }
  }