body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -3px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
}

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

.header {
  height: 100%;
  min-height: 0px;
  padding: 20px;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: url('../images/Slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2 {
  background-image: url('../images/Curb.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-2.h-mobile {
  background-image: url('../images/shade.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slide-container {
  display: block;
  width: 75%;
  margin-top: 244px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.slide-container.slide3 {
  margin-top: 222px;
}

.right-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.right-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.left-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.left-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 34px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-container {
  display: block;
  width: 85%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-link {
  padding-top: 13px;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e3e3e3;
}

.about {
  padding-right: 20px;
  padding-left: 20px;
}

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

.right-column {
  padding-right: 0px;
}

.grey-box {
  height: auto;
  min-height: 600px;
  margin-bottom: 14px;
  padding: 150px 100px 38px;
  background-color: #f5f5f5;
  text-align: center;
}

.about-photo {
  height: 600px;
  background-image: url('../images/Nick.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.row {
  margin-bottom: 20px;
}

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

.contact {
  height: auto;
  min-height: 400px;
  margin-bottom: 0px;
  padding: 50px 20px 0px;
  text-align: center;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.label {
  font-family: Montserrat, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.text-area {
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.footer-content {
  margin-top: 100px;
  padding: 50px;
  background-color: #242424;
}

.footer-text {
  margin-top: 28px;
  color: #fff;
  line-height: 28px;
}

.services {
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.services-1 {
  overflow: hidden;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-1:hover {
  background-color: #e3e1d3;
  background-image: none;
}

.services-2 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-2:hover {
  background-color: #e0cece;
  background-image: none;
}

.services-3 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-3:hover {
  background-color: #d1d7e0;
  background-image: none;
}

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

.preloader {
  position: absolute;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #f5f5f5;
  text-align: center;
}

.slide-3 {
  background-image: url('../images/Wall.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-thumbnail {
  display: inline-block;
  width: 100%;
  height: 100%;
  float: none;
  border-radius: 0px;
}

.portfolio-lightbox {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-lightbox:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-hover-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.colour {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.colour:hover {
  opacity: 1;
}

.white {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.portfolio-inner {
  width: 100%;
  height: 0%;
  padding-top: 50%;
  border: 1px none #fff;
}

.photography {
  text-align: center;
}

.graphic-design {
  text-align: center;
}

.web-design {
  text-align: center;
}

.portfolio-description {
  margin-bottom: 30px;
}

.note {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(51, 51, 51, .5);
  font-style: normal;
  font-weight: 600;
}

.slider-heading {
  text-shadow: 1px 1px 6px #000;
}

.slider-h4 {
  text-shadow: 1px 1px 6px #000;
}

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

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

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

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="preloader-fade-out"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="page-load-fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }
  h2 {
    font-size: 32px;
    line-height: 31px;
  }
  h4 {
    margin-top: 5px;
  }
  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  p {
    font-size: 13px;
    line-height: 21px;
  }
  .button {
    margin-top: 15px;
  }
  .slide-1 {
    background-position: 29% 50%;
  }
  .slide-2 {
    background-position: 60% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .slide-container {
    width: 85%;
    margin-top: 311px;
  }
  .navbar {
    position: absolute;
    top: 0px;
  }
  .nav-container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    background-color: #fff;
    text-align: center;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 19px;
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
  }
  .menu-button:active {
    background-color: transparent;
  }
  .nav-icon {
    color: #fff;
  }
  .nav-link {
    color: #333;
    text-align: center;
  }
  .nav-link.w--current {
    color: #333;
    text-align: center;
  }
  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-photo {
    height: 400px;
  }
  .services-1 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-3 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #000;
  }
  .portfolio-thumbnail {
    height: 100%;
  }
  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .white {
    font-size: 20px;
  }
  .portfolio-inner {
    padding-top: 35%;
  }
  .portfolio-description {
    margin-bottom: 0px;
  }
  .note.mobile {
    margin-top: 0px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
  }
  .lightbox-text {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 0px;
  }
  .slide-1.h-mobile {
    background-position: 20% 52%;
  }
  .slide-2.h-mobile {
    background-position: 81% 50%;
  }
  .slide-container {
    margin-top: 55px;
  }
  .navbar {
    position: absolute;
  }
  .brand {
    padding-left: 5px;
  }
  .nav-menu {
    padding-top: 60px;
  }
  .menu-button {
    right: 21px;
    padding-top: 0px;
    padding-right: 10px;
  }
  .nav-link {
    padding-bottom: 15px;
  }
  .about {
    padding-top: 0px;
  }
  .left-column {
    margin-top: 20px;
    padding-right: 0px;
  }
  .right-column {
    margin-top: 20px;
    padding-left: 0px;
  }
  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding: 20px;
  }
  .about-photo {
    height: 250px;
  }
  .row {
    margin-bottom: 0px;
  }
  .portfolio {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer {
    display: inline;
    padding-top: 0px;
  }
  .footer-content {
    display: block;
    margin-top: 0px;
    padding: 20px 0px;
    text-align: center;
  }
  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
    line-height: 40px;
    text-align: center;
  }
  .services-1 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .column {
    margin-top: 20px;
    padding: 0px;
  }
  .preloader {
    padding-top: 100px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-column {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .colour {
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .note.mobile {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  h2 {
    font-size: 28px;
    line-height: 27px;
  }
  h4 {
    font-size: 14px;
    line-height: 15px;
  }
  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  p {
    padding-top: 0px;
    color: #919191;
  }
  .header {
    padding-top: 20px;
  }
  .slide-1 {
    background-position: -320px 50%;
  }
  .slide-1.h-mobile {
    background-position: 29% 50%;
  }
  .slide-2 {
    background-position: 30% 196%;
  }
  .slide-container {
    margin-top: 130px;
  }
  .slide-container.slide3.v-mobile {
    margin-top: 160px;
  }
  .slide-container.v-mobile {
    margin-top: 54px;
  }
  .navbar {
    position: absolute;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    padding-top: 40px;
    text-align: center;
  }
  .menu-button {
    padding-right: 10px;
  }
  .nav-icon {
    color: #fff;
  }
  .about {
    padding-top: 0px;
  }
  .left-column {
    margin-top: 20px;
  }
  .right-column {
    margin-top: 20px;
  }
  .grey-box {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .about-photo {
    height: 200px;
  }
  .row {
    margin-bottom: 0px;
  }
  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer {
    display: inline;
    padding-bottom: 0px;
  }
  .footer-content {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .services-1 {
    margin-top: 0px;
  }
  .services-2 {
    margin-top: 0px;
  }
  .services-3 {
    margin-top: 0px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-3 {
    background-position: 43% 50%;
  }
  .portfolio-thumbnail {
    height: 100%;
  }
  .portfolio-lightbox {
    width: 100%;
  }
  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 20px;
    line-height: 16px;
  }
  .portfolio-inner {
    padding-top: 52%;
  }
  .note {
    font-size: 10px;
  }
  .lightbox-text {
    color: #fff;
  }
}

