body {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
  font-family: poppins, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Black mask press webfont', Impact, sans-serif;
  color: #9aa5ad;
  font-size: 60px;
  line-height: 55px;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9211c;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f9211c;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #9aa5ad;
  text-decoration: none;
}

a:hover {
  color: #f9211c;
  text-decoration: none;
}

a:focus {
  color: #9aa5ad;
}

a:visited {
  color: #9aa5ad;
}

.mycontain {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #9aa5ad;
  color: #9aa5ad;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexcolwrap.bluegrey-bg {
  background-color: #9aa5ad;
}

.flexcolwrap.top-margin {
  margin-top: 30px;
}

.flex2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  border-bottom: 0px none #9aa5ad;
  color: #9aa5ad;
  font-size: 14px;
  text-transform: uppercase;
}

.small-p {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 24px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #fff;
}

.colorbox.brandmaincolor {
  border-style: solid;
  border-width: 1px;
  border-color: #9aa5ad;
  background-color: #9aa5ad;
}

.colorbox.brand2ndcolor {
  background-color: #f9211c;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  background-color: rgba(154, 165, 173, 0.6);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
}

.cta-button:hover {
  background-color: #9aa5ad;
  color: #fff;
}

.cta-button.ghost-button {
  border-radius: 8px;
  background-color: #f9211c;
  -webkit-transition-duration: 475ms;
  transition-duration: 475ms;
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  color: #fff;
}

.cta-button.ghost-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9211c), to(#bd100c));
  background-image: linear-gradient(180deg, #f9211c, #bd100c);
  box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.19);
  color: #fff;
}

.cta-button.ghost-button.nav-return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  -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;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.cta-button.ghost-button.nav-return:hover {
  letter-spacing: 3px;
}

.coldummycolor {
  background-color: #9aa5ad;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -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;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.white {
  color: #fff;
  font-weight: 600;
}

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

.black {
  color: #000;
}

.black.extra-leading {
  line-height: 47px;
}

.black.left-align {
  text-align: left;
}

.herosection {
  margin-top: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Hero-BG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Hero-BG.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 120px;
  padding: 0px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-left-container.gallery {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-logo-big {
  width: 100%;
  max-height: 200px;
  margin-bottom: 35px;
}

.text-container {
  max-width: 600px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #9aa5ad;
}

.grunge-borderbottom {
  position: relative;
  z-index: 2;
  width: 100%;
}

.photogallery-icon {
  width: 80px;
  margin-right: 15px;
}

.hero-gallery-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.phone-link {
  color: #f9211c;
  font-size: 31px;
  line-height: 34px;
}

.phone-link:hover {
  color: #f9211c;
}

.phone-link:active {
  color: #f9211c;
}

.phone-link:focus {
  color: #f9211c;
}

.phone-link:visited {
  color: #f9211c;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #9aa5ad;
  background-color: #000;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.gallery {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-location-wrapper {
  height: 40px;
  margin-bottom: 15px;
  background-color: #9aa5ad;
}

.nav-location-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-location-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 3px 5px 3px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  border-left: 1px solid #000;
}

.nav-location-icon {
  height: 15px;
  margin-right: 5px;
}

.nav-location-text {
  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;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.nav-location-text:hover {
  color: #000;
}

.nav-location-text:visited {
  color: #000;
}

.nav-logo {
  height: 70px;
}

.nav-link {
  margin-top: 10px;
  padding: 0px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #9aa5ad;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #9aa5ad;
}

.nav-link:focus {
  color: #9aa5ad;
}

.nav-link:visited {
  color: #9aa5ad;
}

.nav-link.w--current {
  color: #9aa5ad;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.horizontal-bar {
  width: 70px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #9aa5ad;
}

.horizontal-bar.blackbar {
  background-color: #000;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-cta {
  margin-top: 25px;
  color: #f9211c;
  text-align: left;
}

.nav-button {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav-top-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f9211c;
}

.about-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-icon-box {
  width: 30%;
}

.about-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 600px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.grunge-border-top {
  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;
}

.services-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 165, 173, 0.8)), to(rgba(154, 165, 173, 0.8))), url('../images/Services-BG.png');
  background-image: linear-gradient(180deg, rgba(154, 165, 173, 0.8), rgba(154, 165, 173, 0.8)), url('../images/Services-BG.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 60px;
  margin-bottom: 60px;
  -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;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.big-text {
  font-family: 'Black mask press webfont', Impact, sans-serif;
  color: #000;
  font-size: 160px;
  line-height: 150px;
  text-align: right;
}

.big-text.blue-grey {
  color: #9aa5ad;
  text-align: left;
}

.scroll-icon {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 2px;
  border-color: #9aa5ad;
  border-radius: 10px;
}

.scroll-ball {
  width: 5px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #9aa5ad;
  text-align: center;
}

.scroll-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-arrow {
  position: relative;
  bottom: 0px;
  width: 30px;
  margin-top: 3px;
}

.scroll-arrow.gallery {
  width: 30px;
  margin-top: 5px;
}

.team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.team-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section {
  background-color: #9aa5ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 165, 173, 0.8)), to(rgba(154, 165, 173, 0.8))), url('../images/Footer-AmericanFlag-BG.png');
  background-image: linear-gradient(180deg, rgba(154, 165, 173, 0.8), rgba(154, 165, 173, 0.8)), url('../images/Footer-AmericanFlag-BG.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-logo {
  width: 25%;
  max-width: 400px;
}

.footer-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-icon {
  width: 100px;
  margin-bottom: 25px;
}

.footer-text-container {
  padding-left: 15px;
  border-left: 4px solid #000;
}

.footer-icon-box {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-address {
  margin-top: 15px;
  margin-bottom: 45px;
}

.footer-address-text {
  color: #000;
}

.footer-address-text:hover {
  color: #000;
}

.footer-address-text:active {
  color: #000;
}

.footer-address-text:focus {
  color: #000;
}

.footer-address-text:visited {
  color: #000;
}

.grunge-border {
  width: 100%;
}

.phone-footer {
  color: #000;
}

.phone-footer:hover {
  color: #000;
}

.phone-footer:active {
  color: #000;
}

.phone-footer:focus {
  color: #000;
}

.phone-footer:visited {
  color: #000;
}

.gallery-link {
  margin-bottom: 35px;
}

.gallery-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleryheading {
  position: relative;
  top: 90px;
}

.brand {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.return-arrow {
  height: 22px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.navbar-leftbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 160px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 15px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.gallery-description {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
}

.flex1col {
  text-align: center;
}

.galleryh1 {
  margin-bottom: 40px;
}

.scroll-gallery-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.scroll-text {
  margin-bottom: 5px;
  color: #9aa5ad;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.first-gallery-description {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #fff;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 15px;
    line-height: 22px;
  }
  h3 {
    font-size: 13px;
    line-height: 16px;
  }
  p {
    font-size: 11px;
    line-height: 18px;
  }
  .cta-button.ghost-button.nav-return {
    font-size: 11px;
  }
  .white.hero-button {
    margin-top: 10px;
  }
  .black.extra-leading {
    line-height: 30px;
  }
  .hero-container {
    width: 85%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-container {
    padding-left: 10px;
    border-left-width: 2px;
  }
  .photogallery-icon {
    width: 60px;
  }
  .hero-gallery-button {
    padding: 10px 15px;
  }
  .phone-link {
    font-size: 25px;
  }
  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-container.gallery {
    margin-left: 30px;
  }
  .nav-location-wrapper {
    height: 30px;
    padding-left: 15px;
  }
  .nav-location-container {
    height: 30px;
  }
  .nav-location-icon {
    height: 10px;
  }
  .nav-location-text {
    font-size: 8px;
  }
  .nav-logo {
    height: 55px;
  }
  .nav-link {
    font-size: 12px;
  }
  .horizontal-bar {
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .about-container {
    width: 85%;
    margin-bottom: 15px;
  }
  .nav-button {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-top-line {
    display: none;
  }
  .about-icon {
    width: 100px;
  }
  .about-top-section {
    width: 60%;
  }
  .services-container {
    width: 85%;
    padding-right: 30px;
  }
  .big-text-container {
    -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;
  }
  .big-text {
    font-size: 100px;
    line-height: 100px;
  }
  .scroll-icon {
    width: 17px;
    height: 27px;
  }
  .scroll-ball {
    width: 3px;
    height: 3px;
  }
  .scroll-arrow {
    width: 27px;
  }
  .team-container {
    width: 85%;
  }
  .team-member-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .team-description-container {
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    width: 40%;
  }
  .footer-icon {
    width: 90px;
  }
  .footer-text-container {
    padding-left: 9px;
    border-left-width: 2px;
  }
  .footer-address-text {
    font-size: 14px;
  }
  .return-arrow {
    height: 17px;
  }
  .scroll-text {
    font-size: 10px;
  }
  .menu-top-bar {
    width: 25px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f9211c;
  }
  .menu-middle-bar {
    width: 25px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f9211c;
  }
  .menu-bottom-bar {
    width: 25px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f9211c;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h3 {
    font-size: 16px;
    line-height: 15px;
  }
  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex2col {
    width: 100%;
  }
  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .colorbox.blackcolor {
    margin-left: 10px;
  }
  .flex3col {
    width: 100%;
  }
  .cta-button.ghost-button.nav-return {
    padding: 7px 7px 7px 5px;
    font-size: 9px;
    line-height: 25px;
  }
  .white.hero-button {
    margin-top: 10px;
    font-size: 13px;
  }
  .herosection {
    margin-top: 80px;
  }
  .hero-container {
    margin-top: 55px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-left-container {
    width: 80%;
  }
  .hero-right-container {
    width: 80%;
    margin-top: 30px;
  }
  .text-container {
    margin-top: 10px;
  }
  .hero-gallery-button {
    padding: 10px;
  }
  .nav-container.gallery {
    margin-left: 20px;
  }
  .nav-location-wrapper {
    display: none;
  }
  .nav-link {
    font-size: 20px;
    line-height: 30px;
  }
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }
  .nav-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .about-icons-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-top-section {
    width: 80%;
  }
  .services-container {
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-list {
    width: 80%;
    margin-bottom: 10px;
  }
  .big-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .big-text {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
  }
  .scroll-container {
    display: none;
  }
  .team-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .team-description-container {
    width: 90%;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .footer-logo {
    width: 60%;
  }
  .footer-icon-container {
    width: 60%;
    margin-bottom: 20px;
  }
  .footer-icon-wrapper {
    width: 90%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-address-text {
    font-size: 14px;
  }
  .gallery-link {
    margin-bottom: 15px;
  }
  .galleryheading {
    top: 30px;
  }
  .return-arrow {
    height: 15px;
    margin-right: 0px;
  }
  .gallery-container {
    margin-top: 100px;
  }
  .gallery-box {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-description {
    font-size: 15px;
    line-height: 20px;
  }
  .first-gallery-description {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .return-text-link {
    display: none;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
  h2 {
    font-size: 16px;
    line-height: 22px;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 17px;
  }
  a {
    font-size: 15px;
  }
  .small-p {
    font-size: 13px;
    line-height: 22px;
  }
  .cta-button {
    font-size: 15px;
  }
  .white.hero-button {
    line-height: 17px;
  }
  .hero-container {
    width: 100%;
  }
  .hero-left-container {
    width: 90%;
  }
  .hero-right-container {
    width: 90%;
  }
  .hero-logo-big {
    width: 90%;
  }
  .text-container {
    padding-bottom: 0px;
  }
  .photogallery-icon {
    width: 50px;
  }
  .phone-link {
    font-size: 22px;
  }
  .nav-menu {
    height: 100vh;
  }
  .about-icon-box {
    margin-bottom: 35px;
  }
  .services-container {
    padding-right: 0px;
  }
  .team-list {
    width: 90%;
  }
  .footer-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(154, 165, 173, 0.8)), to(rgba(154, 165, 173, 0.8))), url('../images/Footer-AmericanFlag-BG.png');
    background-image: linear-gradient(180deg, rgba(154, 165, 173, 0.8), rgba(154, 165, 173, 0.8)), url('../images/Footer-AmericanFlag-BG.png');
    background-position: 0px 0px, 40% 50%;
  }
  .footer-address {
    width: 85%;
    line-height: 17px;
    text-align: center;
  }
  .footer-address-text {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .gallery-box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery-description {
    font-size: 15px;
    line-height: 20px;
  }
  .first-gallery-description {
    font-size: 15px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Black mask press webfont';
  src: url('../fonts/black_mask_press-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}