body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

a {
  color: #ff5328;
  text-decoration: none;
  cursor: default;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: #fff;
  cursor: default;
}

.section.section-gray {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #e1e1e1;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 50px 40px;
  background-color: #575757;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: 'Klinic Slab', Impact, sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
}

.align-right {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.hero-heading {
  margin-bottom: 0px;
  font-family: 'Klinic Slab', Impact, sans-serif;
  color: #ff5328;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 2px 5px #000;
}

.hero-subheading {
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-shadow: 0 2px 5px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.red {
  border-color: #ff5328;
  background-color: #ff5328;
  font-family: Proximanova, sans-serif;
  color: #fff;
  cursor: pointer;
}

.hollow-button.red:hover {
  border-width: 3px;
  background-color: transparent;
  color: #ff5328;
  font-weight: 700;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 8px;
  font-family: 'Klinic Slab', Impact, sans-serif;
  color: #313131;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: Proximanova, sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
}

.section-title-group {
  margin-bottom: 18px;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding: 8px 40px;
  background-color: #575757;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #f0f0f0;
  font-size: 12px;
  text-align: center;
}

.grid-image {
  margin-bottom: 19px;
  opacity: 0.8;
}

.hero-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -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;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #575757;
  background-image: url('../images/Concrete.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link {
  display: block;
  padding: 10px 0px;
  font-family: 'Klinic Slab', Impact, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #ff5328;
}

.nav-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Klinic Slab', Impact, sans-serif;
  color: #ff5328;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Hero3.jpg'), -webkit-linear-gradient(270deg, #bec3c7, #bec3c7);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/Hero3.jpg'), linear-gradient(180deg, #bec3c7, #bec3c7);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.content {
  height: 100%;
}

.heading {
  font-family: 'Klinic Slab', Impact, sans-serif;
  font-weight: 500;
}

.heading-2 {
  font-family: 'Klinic Slab', Impact, sans-serif;
  font-weight: 500;
}

.heading-3 {
  font-family: 'Klinic Slab', Impact, sans-serif;
  font-weight: 500;
}

.heading-4 {
  font-family: 'Klinic Slab', Impact, sans-serif;
  font-weight: 500;
}

.paragraph {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.paragraph-2 {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.paragraph-3 {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.paragraph-4 {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.image {
  opacity: 0.7;
}

.image-2 {
  border-color: #bec3c7;
}

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

.footerlink {
  color: #edeff2;
  cursor: pointer;
}

.image-4 {
  height: 50%;
  margin-top: 5%;
  margin-bottom: 5%;
  opacity: 0.7;
}

.highlighted-address {
  color: #ff5328;
}

.container-3 {
  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;
}

.image-5 {
  width: 75%;
  margin-bottom: 30px;
  opacity: 0.7;
}

.link-block {
  cursor: pointer;
}

.image-6 {
  border-color: #bec3c7;
  cursor: pointer;
}

.section-2 {
  height: 500px;
  border-color: #575757;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Motor2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Motor2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    top: 7px;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #ff5328;
  }
  .footer.center {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer-text {
    padding-right: 0px;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    text-align: right;
  }
  .nav-link.w--current {
    padding-right: 13px;
    text-align: right;
  }
  .nav-menu {
    background-color: rgba(87, 87, 87, .75);
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 2px;
    margin-left: 10px;
    padding-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .image {
    margin: 0px 0px 5px;
  }
  .image-4 {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .icon {
    opacity: 0.7;
    font-size: 25px;
  }
  .section-2 {
    height: 400px;
  }
  .container-4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .hamburger-button {
    top: 8px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .footer.center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-text {
    text-align: center;
  }
  .logo-link {
    margin-bottom: 2px;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .image-2 {
    padding: 0px;
  }
  .container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .icon {
    font-size: 20px;
  }
  .section-2 {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .hamburger-button {
    top: 7px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .call-to-action-heading {
    margin-top: 0px;
    font-size: 15px;
    line-height: 18px;
  }
  .hero-heading {
    font-size: 25px;
  }
  .hero-subheading {
    font-size: 16px;
  }
  .hollow-button.red {
    margin-bottom: 19px;
  }
  .section-subheading.center {
    font-size: 16px;
    line-height: 18px;
  }
  .footer-text {
    text-align: center;
  }
  .logo-link {
    margin-top: 7px;
  }
  .banner {
    height: 450px;
  }
  .image {
    margin-right: -10px;
    margin-left: -10px;
  }
  .image-2 {
    padding: 0px;
  }
  .contactbuttons {
    -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;
  }
  .icon {
    opacity: 0.7;
    font-size: 20px;
  }
  .section-2 {
    height: 200px;
  }
}

@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabBold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klinic Slab';
  src: url('../fonts/KlinicSlabBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}