:root {
  --medium-aquamarine: #87caba;
  --white: white;
  --black: black;
  --saddle-brown: #604012;
}

h1 {
  color: var(--medium-aquamarine);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 72.8px;
}

.hero-s {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Jersey-2017-2732.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.body {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.hero-title {
  color: #87caba;
  text-align: center;
  margin: 50px auto;
  padding: 50px;
  font-size: 60px;
  line-height: 84px;
  display: block;
}

.main-s {
  text-align: center;
  background-image: linear-gradient(#fffc, #fffc), url('../images/Jersey-2017-2673.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 70px;
  display: block;
}

.footer {
  background-image: linear-gradient(#87caba, #87caba);
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.logo-div {
  flex: 0 auto;
  max-width: 30%;
}

.button {
  color: #fff;
  background-color: #87caba;
  border: 1px solid #87caba;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  line-height: 35px;
  transition: all .4s;
  display: inline-block;
  transform: translate(0);
}

.button:hover {
  color: #87caba;
  background-color: #fff;
}

.heading {
  color: #604012;
}

.h2 {
  color: #87caba;
  text-align: left;
  font-weight: 600;
}

.div-block {
  flex: 0 auto;
}

.flexbox-img-div {
  text-align: center;
  height: 50vh;
}

.paragraph {
  text-align: justify;
  padding: 19px;
  font-size: 18px;
  line-height: 25.2px;
}

.paragraph.centered {
  text-align: center;
}

.about-col {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.facebook-div {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.facebook-embed, .container {
  text-align: center;
}

.heading-2 {
  color: #604012;
}

.text-block {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 25.2px;
}

.field-label {
  text-align: left;
  padding-left: 4px;
  padding-right: 15px;
  font-weight: 300;
  display: inline-block;
}

.form-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field {
  margin-right: 14px;
  display: inline-block;
}

.field-label-2 {
  display: inline-block;
}

.submit-button {
  color: #604012;
  background-color: #0000;
  border: 1px solid #604012;
  transition: all .4s;
}

.submit-button:hover {
  color: #fff;
  background-color: #604012;
}

.contact-flexbox-div {
  text-align: center;
  flex: 1;
}

.h2-centered {
  color: #87caba;
  text-align: center;
  background-color: #0000;
  padding: 25px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
}

.image-2 {
  max-width: 80%;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kit-selection-field {
  background-color: #0000;
  margin-top: 20px;
}

.form-contact-details-div {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.checkboxes-div {
  flex-wrap: wrap;
  flex: 1;
  place-content: space-around center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.checkbox-field {
  text-align: left;
  padding: 5px 25px;
  font-weight: 300;
}

.field-label-3 {
  text-align: left;
}

.field-label-4 {
  font-weight: 300;
}

.contact-field-div {
  display: block;
}

.link-text {
  color: #87caba;
}

.html-embed {
  width: 95%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-flexbox-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.about-flexbox-child {
  flex: 0 auto;
  width: 50%;
  padding: 40px;
}

.text-block-2 {
  color: #0000;
  display: block;
}

.hidden-title {
  color: #0000;
  font-weight: 300;
  display: none;
}

.image-3 {
  display: block;
}

.hero-logo {
  width: 350px;
  max-width: none;
  display: block;
}

.header-logo {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .hero-s {
    background-position: 50% 0;
    background-size: cover;
  }

  .main-s {
    background-position: 0 0, 50%;
    padding-top: 49px;
    padding-bottom: 30px;
  }

  .logo-div {
    text-align: center;
    max-width: 50%;
  }

  .paragraph {
    font-size: 15px;
    line-height: 21px;
  }

  .about-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-centered {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
    line-height: 53.2px;
  }

  .image-2 {
    max-width: 100%;
  }

  .about-flexbox-child {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    width: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    line-height: 60px;
  }

  .image {
    display: none;
  }

  .field-label {
    text-align: center;
    display: block;
  }

  .text-field {
    max-width: 80%;
    display: inline-block;
  }

  .contact-flexbox-div {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    display: none;
  }

  .form {
    text-align: center;
  }

  .form-contact-details-div {
    flex-direction: column;
  }

  .contact-field-div {
    flex: 1;
  }

  .map {
    margin-top: 30px;
  }

  .about-flexbox-div {
    flex-direction: column;
  }

  .about-flexbox-child {
    width: 90%;
  }

  .hero-logo {
    width: auto;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .hero-s {
    background-position: 50%;
    background-size: 2144px;
  }

  .main-s {
    padding-bottom: 49px;
  }

  .logo-div {
    max-width: 80%;
  }

  .button {
    font-size: 16px;
    line-height: 22.4px;
  }

  .h2 {
    font-size: 22px;
  }

  .paragraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .about-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .facebook-div {
    width: 95%;
  }

  .facebook-embed {
    width: 100%;
  }

  .text-block {
    font-size: 16px;
    line-height: 22.4px;
  }

  .h2-centered {
    font-size: 25px;
    line-height: 35px;
  }

  .form-contact-details-div {
    flex-direction: column;
    justify-content: space-around;
  }

  .about-flexbox-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-logo {
    max-width: 75%;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 44.8px;
  }
}


