.navbar {
  background-color: rgba(0, 0, 0, .7);
}

.hero-section {
  position: relative;
  top: -60px;
  height: 550px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, .7);
}

.body {
  font-family: Gotham, sans-serif;
  color: #000;
  font-weight: 200;
}

.logo {
  padding-top: 22px;
  padding-bottom: 22px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.section.top {
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.section.image {
  height: 400px;
}

.section.image._1 {
  background-image: url('../images/Happy-New-Year.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.image._2 {
  background-image: url('../images/our-story.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.image._3 {
  background-image: url('../images/special-thanks.jpg');
  background-position: 50% 66px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.image._4 {
  background-image: url('../images/contact-new.jpg');
  background-position: 50% 79px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.container.hero {
  position: relative;
  top: 210px;
  text-align: center;
}

.heading {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Futurastd medium', sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading.hero {
  display: block;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 12px;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block.footer {
  width: 100%;
  height: 100%;
}

.paragraph {
  color: #a2a2a2;
  font-weight: 200;
  text-align: left;
}

.paragraph.hero {
  margin-bottom: 20px;
  font-family: Futurastd, sans-serif;
  color: #fff;
  letter-spacing: 6px;
}

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

.sig {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Thoughtline25, sans-serif;
  color: #ffc200;
  font-size: 27px;
}

.sig.steve {
  margin-top: 0px;
  margin-bottom: 50px;
}

.sig.hero {
  margin-top: -22px;
  margin-bottom: 0px;
}

.block-quote {
  font-size: 14px;
  text-align: left;
}

.fir-tree {
  margin-top: 30px;
}

.superworks {
  color: #000;
  font-weight: 200;
  text-decoration: none;
}

.email {
  color: #000;
  text-decoration: none;
}

.column {
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.column:hover {
  box-shadow: inset 0 3px 0 0 #fff;
  opacity: 1;
}

.symbol {
  padding-top: 28px;
  padding-bottom: 28px;
}

.icon {
  color: #fff;
}

.email-footer {
  display: inline-block;
  padding-top: 29px;
  padding-bottom: 29px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer-icon {
  padding-top: 28px;
  padding-bottom: 28px;
}

.lightbox {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .nav-link {
    margin-right: 60px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
  }
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .container.navigation {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }
  .container.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.hero {
    top: 180px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu-back {
    background-color: rgba(0, 0, 0, .85);
  }
  .menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .3);
  }
  .menu-button.w--open:hover {
    background-color: rgba(0, 0, 0, .3);
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 400px;
  }
  .nav-link {
    margin-right: 0px;
    padding-top: 32px;
    padding-bottom: 33px;
  }
  .brand {
    padding-left: 0px;
  }
  .section.image {
    height: 300px;
  }
  .container.navigation {
    padding-left: 60px;
  }
  .container.hero {
    top: 80px;
  }
  .paragraph.hero {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .nav-link {
    padding-top: 32px;
    padding-bottom: 33px;
    padding-left: 40px;
  }
  .logo {
    padding-top: 24px;
    padding-right: 50px;
    padding-bottom: 24px;
  }
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.navigation {
    margin-left: 0px;
    padding-left: 40px;
  }
  .heading {
    font-size: 26px;
    line-height: 33px;
  }
  .heading.hero {
    margin-bottom: 15px;
  }
  .paragraph {
    font-size: 13px;
  }
  .paragraph.hero {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 5px;
  }
  .sig {
    font-size: 25px;
    line-height: 22px;
  }
  .sig.hero {
    margin-top: -15px;
  }
  .block-quote {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd medium';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Thoughtline25';
  src: url('../fonts/ThoughtLine25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}