:root {
  --white: white;
  --black: black;
}

.image-6 {
  color: #fff;
  margin-bottom: 10px;
}

.text-block-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1em;
}

.container {
  color: #3f3f3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  display: flex;
  position: static;
}

.div-block-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact {
  color: #003b5c;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #003b5c;
  border-radius: 50px;
  flex: none;
  margin: 0 6px;
  padding: 9px 15px;
  font-weight: 600;
  transition: background-color .5s, box-shadow .5s, color .5s;
}

.contact:hover {
  color: #fff;
  background-color: #00507c;
  box-shadow: 0 13px 26px rgba(0, 0, 0, .25);
}

.hero {
  z-index: 10;
  background-image: linear-gradient(135deg, rgba(0, 59, 92, .9), rgba(0, 180, 173, .84)), url('../images/lesly-juarez-220845.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 21px 21px;
  text-decoration: none;
  display: flex;
}

.image-5 {
  min-width: 101%;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.text-block {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.2em;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-48 {
  color: #fff;
  margin-bottom: 9px;
  font-size: 12px;
}

.arrow {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}

.logo-div {
  color: #003b5c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-2 {
  text-transform: lowercase;
  font-size: 27px;
  line-height: 1em;
}

.body {
  font-family: Quicksand, sans-serif;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .image-6 {
    width: 60px;
  }

  .container {
    padding-top: 80px;
  }

  .hero {
    padding-top: 70px;
  }

  .heading-4, .heading-4-copy {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 5px;
  }

  .heading-4, .heading-4-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .image-6 {
    width: 15vw;
  }

  .text-block-3 {
    text-align: center;
    font-size: 15px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact {
    flex: none;
    font-size: 12px;
  }

  .hero {
    background-position: 0 0, 71%;
    padding-top: 50px;
  }

  .image-5 {
    bottom: -2px;
  }

  .text-block {
    letter-spacing: 2px;
    font-size: 30px;
  }

  .heading-4 {
    font-size: 4.5vw;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .logo-div {
    margin-bottom: 15px;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .heading-4-copy {
    font-size: 4.5vw;
  }
}


