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

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

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

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

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

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

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

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

.button {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  margin-top: 30px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

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

.header {
  height: 100%;
  min-height: 0;
  background-color: #000;
  padding: 20px;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-1 {
  object-fit: fill;
  background-image: url('../images/53108005218_e603159cb6_o11jpg.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/sheep.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

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

.right-icon {
  width: 35px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

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

.left-icon {
  width: 35px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  transition: all .5s;
  display: block;
}

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

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

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

.nav-menu {
  float: left;
}

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

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

.nav-link.w--current {
  color: #fff;
  transition: all .5s;
}

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

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

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

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

.grey-box {
  height: auto;
  min-height: 600px;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
}

.about-photo {
  height: 600px;
  background-image: url('../images/desk1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.row {
  margin-bottom: 20px;
}

.about-photo-2 {
  height: 600px;
  background-image: url('../images/desk3.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

.break---numbers {
  padding: 50px 20px;
}

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

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

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

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

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

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

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

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

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

.services-photo {
  height: 600px;
  background-image: url('../images/desk2.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

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

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

.break---quotes {
  text-align: center;
  padding: 100px 20px;
}

.quote-slider {
  height: 100px;
  background-color: #fff;
}

.quote-1, .quote-2 {
  text-align: center;
  padding-top: 30px;
}

.quote-text {
  color: #333;
  letter-spacing: -1.5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

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

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

.brand-image {
  margin-right: 70px;
}

.footer-logo {
  width: 80px;
}

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

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  transition: all .5s;
}

.portfolio-lightbox:hover {
  opacity: 1;
  transition: none;
}

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

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

.colour:hover {
  opacity: 1;
}

.white {
  color: #fff;
  transform: none;
}

.portfolio-inner {
  height: 100%;
  border: 1px solid #fff;
  padding-top: 40%;
}

.heading {
  text-align: right;
  text-transform: none;
  font-style: normal;
  display: block;
  overflow: visible;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  color: #f4f30f;
  text-align: right;
  font-family: Montserrat, sans-serif;
}

html.w-mod-js [data-ix="title-slide-in-1"], html.w-mod-js [data-ix="title-slide-in-2"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="services-slide-up-1"], html.w-mod-js [data-ix="services-slide-up-2"], html.w-mod-js [data-ix="services-slide-up-3"] {
  opacity: 0;
}

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

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

@media screen and (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-container {
    width: 85%;
    margin-top: 250px;
  }

  .navbar {
    position: absolute;
    top: 0;
  }

  .nav-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

  .menu-button {
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 19px;
  }

  .menu-button:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-icon {
    color: #fff;
  }

  .nav-link, .nav-link.w--current {
    color: #333;
    text-align: center;
  }

  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-photo, .about-photo-2 {
    height: 400px;
  }

  .break---numbers {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-photo {
    height: 400px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .quote-text {
    letter-spacing: -1px;
    font-size: 17px;
    line-height: 26px;
  }

  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }

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

  .brand-image {
    width: 40px;
    margin-left: 5px;
    padding-top: 30px;
  }

  .footer-logo {
    width: 75px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .portfolio-inner {
    padding-top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }

  .slide-container {
    margin-top: 100px;
  }

  .navbar {
    position: absolute;
  }

  .brand {
    padding-left: 5px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .menu-button {
    padding-top: 0;
    padding-right: 10px;
    right: 21px;
  }

  .nav-link {
    padding-bottom: 15px;
  }

  .about {
    padding-top: 0;
  }

  .left-column {
    margin-top: 20px;
    padding-right: 0;
  }

  .right-column {
    margin-top: 20px;
    padding-left: 0;
  }

  .grey-box {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding: 20px;
  }

  .about-photo {
    height: 250px;
  }

  .row {
    margin-bottom: 0;
  }

  .about-photo-2 {
    height: 250px;
    margin-top: 0;
  }

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

  .break---numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-content {
    text-align: center;
    padding: 20px;
  }

  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .services-photo {
    height: 250px;
  }

  .services-1, .services-2, .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .column {
    margin-top: 20px;
    padding: 0;
  }

  .preloader {
    padding-top: 100px;
  }

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

  .brand-image {
    margin-left: 0;
  }

  .footer-logo {
    margin-bottom: 26px;
  }

  .portfolio-column {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }

  h2 {
    font-size: 28px;
    line-height: 27px;
  }

  h4 {
    font-size: 14px;
    line-height: 15px;
  }

  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }

  .header {
    padding-top: 20px;
  }

  .slide-container {
    margin-top: 130px;
  }

  .navbar {
    position: absolute;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    text-align: center;
    padding-top: 40px;
  }

  .menu-button {
    padding-right: 10px;
  }

  .nav-icon {
    color: #fff;
  }

  .about {
    padding-top: 0;
  }

  .left-column, .right-column {
    margin-top: 20px;
  }

  .grey-box {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .about-photo {
    height: 200px;
  }

  .row {
    margin-bottom: 0;
  }

  .about-photo-2 {
    height: 200px;
  }

  .break---numbers {
    padding-bottom: 10px;
  }

  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }

  .footer-content {
    text-align: center;
  }

  .services-photo {
    height: 200px;
  }

  .services-1, .services-2, .services-3 {
    margin-top: 0;
  }

  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-slider {
    height: 130px;
  }

  .quote-text {
    font-size: 16px;
    line-height: 24px;
  }

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

  .brand-image {
    margin-left: 5px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .white {
    font-size: 12px;
    line-height: 16px;
    transform: none;
  }

  .portfolio-inner {
    padding-top: 30%;
  }
}


@font-face {
  font-family: 'Harman Sans';
  src: url('../fonts/Harman-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}