body {
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  display: block;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

a:hover {
  color: #00d6b4;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.hero {
  min-height: 540px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), #222), url('../images/Untitled-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), #222), url('../images/Untitled-8.jpg');
  background-position: 0px 0px, 38% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero.hero2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), #222), url('../images/back3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), #222), url('../images/back3.jpg');
  background-size: auto, cover;
}

.hero.hero3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), #222), url('../images/back2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), #222), url('../images/back2.jpg');
  background-size: auto, cover;
}

.nav {
  padding-top: 28px;
  background-color: transparent;
  font-size: 8px;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #999;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #00d6b4;
}

.logo {
  padding: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.footer {
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #222;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.main-heading {
  min-width: 0px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.main-heading.inline {
  display: inline;
}

.main-heading.sub {
  font-size: 18px;
  line-height: 20px;
}

.heading-wrapper {
  margin-top: 140px;
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
}

.empty-state {
  padding: 33px 33px 49px;
  border: 1px solid hsla(0, 0%, 100%, .34);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  margin-bottom: 22px;
  border-radius: 3px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.project-image:hover {
  opacity: 0.69;
}

.gallery-container {
  position: static;
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.thumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px solid #000;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.paragraph {
  width: 61%;
  margin: 41px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
}

.textblock {
  display: block;
  width: 65%;
  margin: auto;
  font-weight: 400;
}

.banners {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.eachbanner {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
}

.spacer {
  min-height: 100px;
  min-width: 20px;
}

.splashimage {
  display: block;
  width: 70%;
  max-width: 600px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .hero {
    min-height: 520px;
  }
  .nav {
    margin-top: 0px;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button:hover {
    color: #00d6b4;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .heading-wrapper {
    margin-top: 115px;
  }
  .nav-menu {
    background-color: #000;
  }
}

@media (max-width: 767px) {
  p {
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
  }
  .hero {
    min-height: 420px;
  }
  .nav {
    padding-top: 0px;
  }
  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }
  .heading-wrapper {
    margin-top: 72px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gallery-container {
    width: auto;
    min-height: 420px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
    text-align: center;
  }
  .paragraph {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: normal;
  }
  .textblock {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .hero {
    min-height: 340px;
  }
  .heading-wrapper {
    margin-top: 50px;
  }
  .paragraph {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
}