h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.hero-section {
  height: 50vh;
  min-height: 370px;
  background-color: #d3d3d3;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50% 65%;
  background-size: cover;
}

.hero-title {
  padding-top: 2vh;
  padding-bottom: 1vh;
  padding-left: 15vw;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 64px;
  font-weight: 900;
}

.hero-claim {
  padding-left: 15.5vw;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
}

.nav-section {
  background-color: #2c2c2c;
}

.nav-link {
  margin: 5px 2%;
  padding: 5px;
  border-style: none;
  border-width: 1px 1px 4px;
  border-color: #333 #333 #424242;
  letter-spacing: 4px;
  text-decoration: none;
}

.nav-link:hover {
  border-width: 4px;
  border-color: #000 #000 #999;
  border-bottom-style: solid;
  border-radius: 0px;
  text-shadow: 0 0 5px #fcfcfc;
}

.nav-link:active {
  border-bottom-color: #c4c4c4;
}

.nav-link.w--current {
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.nav-text {
  color: #fff;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -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;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.page-section {
  min-height: 100vh;
}

.page-container {
  padding-right: 2%;
  padding-left: 2%;
}

.page-text {
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

.heading {
  margin-top: 5%;
  color: #333;
}

.photos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.photo {
  width: 400px;
  margin: 1%;
  border-radius: 7px;
  box-shadow: 0 0 8px 0 grey;
}

.image {
  margin-top: 5vh;
  margin-left: 15vw;
  padding-left: 0vw;
}

.tab {
  margin-top: 5vh;
}

.tabs {
  margin-top: 5vh;
}

.tab-link {
  height: 138px;
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 5px none #d4d4d4;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  letter-spacing: 0.4px;
}

.tab-link:hover {
  border-style: none none solid;
  border-width: 4px;
  border-color: #000 #000 #969696;
  font-weight: 600;
  letter-spacing: 0px;
}

.tab-link:active {
  border-bottom-color: #757575;
}

.tab-link.w--current {
  border-bottom: 5px solid #414141;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.tab-text {
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.photo-small {
  height: 82px;
  margin: 1%;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 grey;
}

.tab-link-ig {
  padding-bottom: 10px;
}

.tab-link-ig.w--current {
  margin-right: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-copyright {
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: Inconsolata, monospace;
  color: #f1f1f1;
}

.body {
  font-family: 'PT Sans', sans-serif;
}

.text-span {
  font-family: Inconsolata, monospace;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 25vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #333;
}

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

  .photos-container {
    padding-right: 2%;
    padding-left: 2%;
    justify-items: start;
    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;
  }

  .photo {
    width: 320px;
  }

  .tab-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 0% 50%;
    background-repeat: repeat;
  }

  .hero-title {
    padding-left: 7vw;
  }

  .hero-claim {
    padding-left: 8vw;
  }

  .photo {
    width: 500px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .image {
    margin-left: 7vw;
  }

  .tab-text {
    font-size: 14px;
    line-height: 18px;
  }

  .photo-small {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 34% 50%;
  }

  .hero-title {
    padding-top: 1vh;
  }

  .nav-container {
    height: 79px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .page-text {
    font-size: 12px;
    line-height: 16px;
  }

  .heading {
    font-size: 28px;
  }

  .photo {
    width: 290px;
  }

  .tab-link {
    width: 48%;
    height: 114px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .tab-link.w--current {
    width: 48%;
    height: 114px;
  }

  .tab-text {
    font-size: 12px;
    line-height: 16px;
  }

  .photo-small {
    height: 45px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

