.page-section {
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: left;
}

.page-section.footer {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #427a8c;
  background-image: url('../images/bg_bot.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #312f39;
  color: #fff;
}

.map {
  width: 100%;
  height: 50vh;
}

.body {
  font-family: Roboto, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 23px;
}

.lead {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.paragraph {
  font-size: 16px;
}

.nav-menu {
  bottom: -8px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  text-align: left;
}

.banner {
  position: static;
  height: 700px;
  padding-top: 81px;
  background-image: url('../images/bg_top.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto;
  padding: 38px 0px 126px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.nav-link {
  color: #fff;
}

.bigwhite {
  color: #fff;
  font-size: 80px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px 16px rgba(0, 0, 0, 0.69);
}

.bigwhite.lead {
  font-size: 130px;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.45);
}

.smallwhite {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.41);
}

.fullscreen-heading {
  padding-top: 120px;
  padding-bottom: 120px;
}

.fullscreen-heading.bg1 {
  background-image: url('../images/bg_img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.fullscreen-heading.bg2 {
  background-image: url('../images/bg_img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.fullscreen-heading.bg3 {
  background-image: url('../images/bg_img3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.fullscreen-heading.bg4 {
  background-image: url('../images/bg_img4.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.floater {
  max-width: 45%;
  padding-left: 13px;
  float: right;
}

.footer {
  text-align: center;
}

.submit-button {
  padding: 12px 36px;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #07c4ce;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.scroll-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 11px;
  border-radius: 50%;
  background-color: #07c4ce;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.59);
  text-align: center;
}

.arrow-up {
  position: static;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 20px auto auto;
  border-style: solid solid none none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  -webkit-transform: rotate(-45deg) perspective(0px);
  transform: rotate(-45deg) perspective(0px);
  line-height: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns {
  height: auto;
}

.column {
  height: auto;
  min-height: 0px;
}

.html-embed {
  height: 120px;
  min-height: 0px;
  text-align: center;
}

.heading-2 {
  text-align: center;
}

.html-embed-2 {
  height: 120px;
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.html-embed-3 {
  height: 150px;
  text-align: center;
}

.heading-4 {
  text-align: center;
}

.center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .banner {
    background-position: 50% 50%;
  }

  .bigwhite.lead {
    font-size: 110px;
  }

  .html-embed-3 {
    height: 120px;
  }
}

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

  .nav-menu {
    background-color: #312f39;
  }

  .nav-link {
    background-color: #312f39;
  }

  .bigwhite.lead {
    font-size: 100px;
  }

  .smallwhite {
    font-size: 28px;
  }

  .fullscreen-heading.bg1 {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .menu-button {
    background-color: #312f39;
  }
}

@media screen and (max-width: 479px) {
  .page-section {
    padding-top: 7px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .lead {
    font-size: 16px;
  }

  .banner {
    height: 600px;
  }

  .heading-wrapper {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .bigwhite {
    font-size: 38px;
    line-height: 38px;
  }

  .bigwhite.lead {
    font-size: 70px;
  }

  .smallwhite {
    font-size: 20px;
    line-height: 24px;
  }

  .fullscreen-heading.bg2 {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .fullscreen-heading.bg3 {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .floater {
    max-width: 100%;
    padding: 11px 0px;
    float: none;
  }

  .scroll-up {
    box-shadow: 5px 4px 8px -2px rgba(0, 0, 0, 0.26);
  }
}

