.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px 20px 10px 30px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.image {
  width: 80px;
}

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

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #8bb70b;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}

.nav-link:hover {
  background-color: #000;
  color: #8bb70b;
}

.copyright-section {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.96);
}

.copyright-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-div.form {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.content-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.content-button {
  width: 250px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #8bb70b;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.content-button:hover {
  background-color: #000;
}

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

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 150px 50px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/shutterstock_1407119939.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/shutterstock_1407119939.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-btn{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.96);
	text-decoration: none;
	padding: 20px 30px;
    font-size: 20px;
}
.hero-btn:hover{
	background-color: #8bb70b;
}
.form-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  width: 50%;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.vid-div {
  width: 80%;
  min-height: 500px;
  margin-top: 25px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

.heading-copy {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.96);
  color: #8bb70b;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #333;
  }

  .nav-link {
    background-color: rgba(0, 0, 0, 0.96);
  }

  .text-div {
    width: 100%;
  }

  .text-div.form {
    width: 100%;
    padding-right: 0px;
  }

  .content-text {
    text-align: center;
  }

  .hero-section {
    padding-top: 124px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-field {
    width: 100%;
  }

  .vid-div {
    width: 100%;
    min-height: 350px;
  }

  .heading {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-copy {
    margin-bottom: 0px;
    font-size: 55px;
    line-height: 55px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 10px;
  }

  .image {
    width: 70px;
  }

  .text-div.form {
    width: 100%;
  }

  .content-h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }

  .content-text {
    font-size: 15px;
    line-height: 23px;
  }

  .hero-section {
    height: 500px;
    margin-top: 0px;
    padding: 110px 25px 25px;
  }

  .form-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-div-copy {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-copy {
    margin-top: 7px;
    font-size: 35px;
    line-height: 38px;
  }

  .heading-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
}

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

  .nav-link {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 11px;
  }

  .copyright-text {
    line-height: 15px;
  }

  .content-h2 {
    margin-bottom: 15px;
  }

  .hero-section {
    height: 600px;
    padding-top: 105px;
  }

  .form-section {
    padding-top: 30px;
  }

  .vid-div {
    min-height: 200px;
  }

  .heading {
    line-height: 28px;
  }

  .heading-copy {
    margin-top: 0px;
    line-height: 40px;
  }

  .heading-2 {
    line-height: 25px;
  }
}

