:root {
  --aqua: #00ffd6;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
  --dark-cyan: #00ad92;
  --black: #222;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero {
  background-image: linear-gradient(#00000091, #222), url('../images/6657aca46221371f5d1d704b_night-sky-stars-scenery-camping-bonfire-uhdpaper.jpg');
  background-position: 0 0, 38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 540px;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(#00000091, #222), url('../images/6657acf6a36e4fbc15b1c4a0_340238-Digital-Art-Camping-Car-Night.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero.contact-page {
  background-image: linear-gradient(#00000091, #222), url('../images/6657aca46221371f5d1d704b_night-sky-stars-scenery-camping-bonfire-uhdpaper.jpg');
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  inset: auto 0 0%;
  transform: none;
}

.nav {
  background-color: #0000;
  padding-top: 28px;
}

.nav-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #00d6b4;
}

.logo {
  color: #fff;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo.w--current {
  z-index: auto;
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100px;
  display: block;
}

.subtitle {
  color: #ffffff7d;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

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

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: #0000;
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #222;
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-transform: none;
  overflow-wrap: normal;
  border-bottom: 1px #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
  text-decoration: none;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  margin-bottom: 27px;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.heading-wrapper {
  text-align: center;
  margin-top: 140px;
  padding-left: 15%;
  padding-right: 15%;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #ffffff57;
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: #ffffff5c;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  border-bottom: 1px solid #494949;
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.image {
  aspect-ratio: auto;
  object-fit: scale-down;
  position: static;
  overflow: clip;
}

.image-2 {
  max-height: none;
}

.image-3 {
  float: left;
  clear: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: inline-block;
  position: static;
}

.body {
  border-bottom: 0 #fff;
  border-radius: 0;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-bottom: 10px #000;
  outline: 2px solid #494949;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 20px;
  display: flex;
}

.bold-text {
  float: none;
  clear: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
  position: static;
}

.cell-2 {
  outline-offset: 0px;
  border: 0 #000;
  outline: 2px solid #494949;
}

.paragraph {
  padding-left: 10px;
  font-size: 15px;
}

.paragraph-2 {
  outline-offset: 0px;
  outline: 2px solid #494949;
  padding-left: 10px;
}

.grid {
  border: 1px #000;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area-5 Area-4"
                       "Area-6 Area-7"
                       "Area Area-3"
                       "Area-2 Area-2";
}

.div-block, .div-block-2 {
  outline-offset: 0px;
  outline: 2px solid #494949;
}

.paragraph-3 {
  outline-offset: 0px;
  outline: 2px #494949;
  padding-left: 10px;
}

.paragraph-4 {
  font-size: 15px;
}

.list, .list-2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-3, .div-block-4 {
  outline-offset: 0px;
  outline: 2px solid #494949;
}

.paragraph-5 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 14px;
}

.container {
  font-weight: 400;
}

.lightbox-link {
  float: none;
  vertical-align: sub;
  flex-flow: row;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.image-4 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack {
  border-bottom: 2px solid #494949;
  margin-bottom: 20px;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 25px;
}

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

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

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

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 72px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }
}

#w-node-_62e0423e-53c4-4ec9-2562-3cfd0e567fdd-0e567fdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a167cb6f-2997-2724-cffd-358d526dbddc-9c7621b4, #w-node-_6069bd01-54bb-865b-9626-d198c5bddaaf-9c7621b4, #w-node-c53c06dd-11e8-68d4-84c2-d34bf498dc4b-9c7621b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133b0b66-9b21-6209-0356-55120e9d24b3-9c7621b4, #w-node-a75ea0e4-6534-fff0-4955-a7cb706fc6fd-9c7621b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a167cb6f-2997-2724-cffd-358d526dbddc-c690f645, #w-node-_6069bd01-54bb-865b-9626-d198c5bddaaf-c690f645 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a237bf2-648a-d6b1-a94c-e06a69a56ffe-5c3ea22a, #w-node-_6a237bf2-648a-d6b1-a94c-e06a69a56ffe-955abbdd, #w-node-_6a237bf2-648a-d6b1-a94c-e06a69a56ffe-a0c74545 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


