.hero {
  min-height: 100vh;
  padding-top: 0px;
}

.background-video {
  height: 100vh;
  color: #eed028;
}

.hero-text-wrapper {
  position: absolute;
  z-index: 1000;
  width: 40%;
  min-height: 0px;
  margin-top: 25%;
  margin-left: 2%;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #012556;
}

.button {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #012556;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #eed028;
  color: #012556;
}

.brand {
  width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.nav-link {
  padding-bottom: 5px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 2px solid #eed028;
}

.nav-link.phone {
  color: #eed028;
  font-size: 18px;
  font-weight: 600;
}

.emergency-service-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

._24-7-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 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;
  background-color: #ced7a8;
}

.h3-24-7 {
  font-family: Lora, sans-serif;
  color: #012556;
  font-size: 125px;
  line-height: 105px;
}

.h3 {
  margin-top: 30px;
  font-family: Lora, sans-serif;
  color: #012556;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.emergency-text-wrapper {
  width: 60%;
  padding: 100px 75px;
}

.paragraph {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.paragraph.center.footer {
  margin-bottom: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph.white {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.nav-menu {
  padding-top: 5px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px 200px;
  -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: url('../images/AboutBG.jpg');
  background-position: 50% -10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-text-container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.h2-main {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #012556;
  font-weight: 600;
  text-align: center;
}

.h2-main.left {
  text-align: left;
}

.h2-main.white {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

._50-50-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

._50-photo {
  width: 50%;
  min-height: 0px;
  background-image: url('../images/working_photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 50px;
  -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;
}

.generators-section {
  padding: 100px 200px;
}

.generator-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._50-text-generators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 0px 50px 50px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-photo-generators {
  width: 50%;
  min-height: 0px;
  background-image: url('../images/house-lights-on-snow-lights-aglow-snow-falling-1536x872-1.jpeg');
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-50-wrap-generators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  margin-top: 0px;
}

._50-photo-generators-right {
  width: 50%;
  min-height: 500px;
  background-image: url('../images/kohler.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-text-generators-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px 50px 50px 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.locations-section {
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 37, 86, 0.67)), to(rgba(1, 37, 86, 0.67))), url('../images/LocationsBG.jpg');
  background-image: linear-gradient(180deg, rgba(1, 37, 86, 0.67), rgba(1, 37, 86, 0.67)), url('../images/LocationsBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.locations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 200px;
  padding: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-location {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.contact-section {
  padding: 100px 200px;
  background-color: #012556;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -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-span {
  color: #eed028;
}

.form-block {
  width: 80%;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.select-field {
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
}

.text-field {
  margin-bottom: 20px;
}

.submit-button {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #012556;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.link {
  color: #eed028;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ced7a8;
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 80vh;
  }

  .background-video {
    height: 80vh;
  }

  .hero-text-wrapper {
    margin-top: 42%;
  }

  .h1 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .brand {
    width: 200px;
  }

  ._24-7-bg {
    padding: 50px 20px;
  }

  .h3-24-7 {
    font-size: 90px;
    line-height: 95px;
  }

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

  .emergency-text-wrapper {
    padding: 50px;
  }

  .paragraph {
    text-align: center;
  }

  .nav-menu {
    padding-bottom: 5px;
    background-color: #012556;
  }

  .about {
    padding: 50px;
  }

  .about-text-container {
    padding: 20px;
  }

  ._50-50-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-photo {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
  }

  ._50-text {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .generators-section {
    padding: 50px;
  }

  ._50-text-generators {
    width: 100%;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-photo-generators {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
  }

  ._50-50-wrap-generators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-photo-generators-right {
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
  }

  ._50-text-generators-left {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .locations-section {
    padding: 50px;
  }

  .location {
    padding: 10px;
  }

  .contact-section {
    padding: 50px;
  }

  .icon {
    color: #eed028;
  }

  .menu-button {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 400px;
    padding-top: 48px;
  }

  .background-video {
    height: 300px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(59%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 59%);
  }

  .hero-text-wrapper {
    position: absolute;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-top: 5%;
    margin-left: 0%;
    padding: 20px 10px;
    -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;
    background-color: transparent;
  }

  .h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .emergency-service-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._24-7-bg {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h3-24-7 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h3 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .emergency-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 20px;
    -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;
  }

  .paragraph.center.footer {
    font-size: 14px;
  }

  .about {
    padding: 20px;
  }

  ._50-text {
    padding: 0px;
  }

  .generators-section {
    padding: 30px 20px;
  }

  .locations-section {
    padding: 20px;
  }

  .contact-section {
    padding: 30px 20px;
  }

  .select-field {
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 500px;
    padding-top: 58px;
  }

  .background-video {
    height: 200px;
  }

  .hero-text-wrapper {
    width: 100%;
    margin-top: 55%;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    font-size: 30px;
    text-align: center;
  }

  .h2 {
    text-align: center;
  }

  ._24-7-bg {
    padding: 20px 10px;
  }

  .emergency-text-wrapper {
    padding: 20px 10px;
  }

  .paragraph.center.footer {
    line-height: 20px;
  }

  .about {
    padding: 0px;
  }

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

  .h2-main {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-main.white {
    font-size: 25px;
    line-height: 30px;
  }

  ._50-photo {
    min-height: 200px;
  }

  .generators-section {
    padding: 20px 10px;
  }

  ._50-photo-generators {
    min-height: 200px;
  }

  ._50-photo-generators-right {
    min-height: 200px;
  }

  .locations-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .locations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location {
    width: 200px;
    min-height: 150px;
    padding: 0px;
  }

  .contact-section {
    padding: 20px 10px;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    padding: 10px;
  }
}

