body {
  background-image: url('../images/landscape.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-transform: none;
}

p {
  margin-bottom: 10px;
  color: #b3b3b3;
}

.hero-section {
  height: 70vh;
  min-height: 500px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(63, 151, 135, 0.84)), color-stop(77%, rgba(63, 151, 135, 0.31))), -webkit-gradient(linear, left top, left bottom, from(#3f9787), to(rgba(107, 198, 181, 0)));
  background-image: linear-gradient(90deg, rgba(63, 151, 135, 0.84), rgba(63, 151, 135, 0.31) 77%), linear-gradient(180deg, #3f9787, rgba(107, 198, 181, 0));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.navbar {
  background-color: #3f9787;
}

.nav-container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
}

.hero-title-wrapper {
  position: relative;
  height: 100%;
}

.hero-title-container {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 66%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 58px;
  line-height: 58px;
  font-weight: 300;
}

.hero-lead {
  margin-bottom: 20px;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, 0.82);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.hero-lead.big {
  padding-left: 20px;
  border-left: 2px solid hsla(0, 0%, 100%, 0.3);
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

.hero-small-title {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-menu {
  margin-top: 20px;
}

.nav-link {
  padding: 15px 30px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #298171 transparent #298171 #298171;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #2e917e;
  background-color: #6bc6b5;
}

.nav-link.phone-number {
  padding: 15px 25px;
  border: 1px solid #298171;
  border-radius: 0px 30px 30px 0px;
  background-color: #328b7b;
  letter-spacing: 1px;
}

.footer-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #313131;
}

.name-title {
  padding-bottom: 15px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.1);
  color: #b3b3b3;
}

.name-title.footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.1);
  border-bottom-style: none;
  font-size: 12px;
}

.bold-name {
  color: #ebebeb;
  font-weight: 400;
}

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

.list-item {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #b3b3b3;
}

.small-footer-text {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.form-wrapper {
  margin-bottom: 0px;
  padding-top: 25px;
}

.text-field {
  height: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #424242;
  border-radius: 10px;
  background-color: #292929;
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-field:focus {
  border-color: #6bc6b5;
  color: #fff;
}

.text-field.message {
  height: 100px;
  margin-bottom: 15px;
}

.submit-button {
  padding: 10px 30px;
  border: 2px solid #6bc6b5;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #6bc6b5;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 303px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-section {
    height: 550px;
  }
  .hero-title-container {
    width: 80%;
  }
  .hero-title {
    font-size: 48px;
    line-height: 48px;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 25px;
  }
  .hero-lead.big {
    font-size: 19px;
    line-height: 29px;
  }
  .hero-small-title {
    font-size: 13px;
  }
  .footer-section {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 500px;
  }
  .nav-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-title-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-title-container {
    width: 100%;
  }
  .hero-title {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-lead.big {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-section {
    padding-top: 40px;
  }
  .name-title {
    margin-top: 30px;
  }
  .name-title.footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    padding-left: 0px;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 479px) {
  body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .hero-section {
    height: 440px;
    background-image: -webkit-gradient(linear, left top, right top, from(#3f9787), to(rgba(63, 151, 135, 0.31))), -webkit-gradient(linear, left top, left bottom, from(#3f9787), to(rgba(107, 198, 181, 0))), url('../images/landscape.jpeg');
    background-image: linear-gradient(90deg, #3f9787, rgba(63, 151, 135, 0.31)), linear-gradient(180deg, #3f9787, rgba(107, 198, 181, 0)), url('../images/landscape.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }
  .nav-container {
    border-bottom-width: 1px;
  }
  .hero-title {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-lead {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .hero-lead.big {
    padding-left: 0px;
    border-left-style: none;
    font-size: 16px;
    line-height: 26px;
  }
  .hero-small-title {
    line-height: 13px;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #328b7b;
  }
  .nav-link {
    padding: 20px 15px;
    border-bottom: 1px solid #287c6d;
    border-right-style: none;
    border-left-style: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .nav-link:hover {
    border-top-style: solid;
    border-left-style: none;
  }
  .nav-link.phone-number {
    padding: 20px 15px;
    border-style: none none solid;
    font-size: 13px;
  }
  .footer-section {
    padding-top: 0px;
  }
  .name-title {
    font-size: 13px;
  }
  .name-title.footer {
    font-size: 11px;
  }
  .list-item {
    font-size: 13px;
  }
  .logo {
    width: 100px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #328b7b;
    color: #fff;
  }
}

