@font-face {
  font-family: beVietnam;
  src: url('../fonts/be_vietnam/bevietnam-regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: beVietnam;
  src: url('../fonts/be_vietnam/bevietnam-semibold.ttf');
  font-weight: 500;
}
@font-face {
  font-family: exodusDemo;
  src: url('../fonts/exodus/ExodusDemo-Sa.woff2') format('woff2'), url('../fonts/exodus/ExodusDemo-Sa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**********
	BREAKPOINTS
	**********/

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

:root {
  --white: #fff;
  --light-grey: #f6f6f6;
  --dark-grey: #ebebeb;
  --black: #3b4335;
  --gold: #e0aa3e;
  --green: #404040;
  --pf-primary: #12262d;
}

/**********
	GENERAL SETUP
	**********/
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  color: var(--black);
  background-color: var(--white);
}
ul {
  padding: 0;
}
h1,
h3,
h4,
h5,
h6,
p,
li {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
  margin-top: 0;
  font-weight: normal;
}
a,
i {
  font-size: 18px;
  padding: 0;
  list-style: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
  font-family: beVietnam;
  font-weight: normal;
  margin-bottom: 10px;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
ul:focus,
li:focus,
button:focus,
a:focus,
i:focus {
  outline: 0;
}
p,
ul li,
label,
input,
textarea {
  font-size: 18px;
  font-weight: normal;
  font-family: beVietnam, sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}
::placeholder {
  font-size: 18px;
  font-weight: normal;
  font-family: beVietnam, sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--light-grey);
}
:-ms-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-family: beVietnam, sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--light-grey);
}

:-webkit-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-family: beVietnam, sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--light-grey);
}
/*** link styling ***/
a:not(.h4style-a):not(.menu-link):not(.btn):not(.logo-container):not(.image-text) {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
a:not(.h4style-a):not(.menu-link):not(.btn):not(.logo-container):not(.image-text):before {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
  width: 100%;
  background-color: #fff;
}

a:not(.h4style-a):not(.menu-link):not(.btn):not(.logo-container):not(.image-text):hover:before {
  width: 0;
}

.btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: beVietnam, sans-serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1.5px;
  background-color: transparent;
  padding: 18px 15px 20px;
  border: 2px solid var(--black);
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: fit-content;
  z-index: 1;
  line-height: 1;
}

.btn.light {
  border-color: white;
  color: white;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .btn {
    padding: 15px 10px;
  }
}
.btn:hover {
  color: var(--light-grey);
  background-color: var(--black);
}
.btn.white {
  color: var(--light-grey);
  border: 2px solid var(--light-grey);
}
.btn.white:hover {
  background-color: var(--light-grey);
  color: var(--pf-primary);
}

h2,
.h2style-p {
  font-size: 16px;
  text-transform: uppercase;
  font-family: beVietnam, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin: 0;
}
@media screen and (max-width: 63.975em) {
  h2,
  .h2style-p {
    margin-top: 10px;
  }
}
small {
  font-size: 16px;
  text-transform: uppercase;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  p,
  ul li,
  label,
  input,
  textarea {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .btn,
  small,
  h2,
  .h2style-p {
    font-size: 14px !important;
  }
}
h1,
h3,
h4,
.h3style-p,
.h4style-a {
  font-family: exodusDemo;
}
h1 {
  margin-left: -5px;
  font-size: 4vw;
  line-height: 120%;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  color: inherit;
  background: rgb(189, 143, 66);
  background: -moz-linear-gradient(331deg, rgba(189, 143, 66, 1) 0%, rgba(220, 190, 115, 1) 100%);
  background: -webkit-linear-gradient(331deg, rgba(189, 143, 66, 1) 0%, rgba(220, 190, 115, 1) 100%);
  background: linear-gradient(331deg, rgba(189, 143, 66, 1) 0%, rgba(220, 190, 115, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd8f42",endColorstr="#dcbe73",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3,
.h3style-p {
  font-size: clamp(29px, 2vw, 36px);
}

h4,
.h4style-a {
  font-size: 1.5vw;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 8vw;
    margin-left: 0px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    line-height: 1.2;
  }
  h3,
  .h3style-p {
    font-size: 6.2vw;
    line-height: 1.2;
  }
  h4,
  .h4style-a {
    font-size: 5.5vw;
  }
}
html {
  scroll-behavior: smooth;
}
section {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* Medium and dowm only */
@media screen and (max-width: 63.9375em) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.home-services {
    padding-bottom: 60px;
  }
  section.project-gallery {
    padding-top: 60px;
  }
}

.inner-cell {
  margin-right: 50px;
  margin-left: 50px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .inner-cell {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.gold-border:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--gold);
  right: -25px;
  top: -25px;
  z-index: -1;
}
.gold-border {
  position: relative;
  z-index: 0;
}
.gold-border img {
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
}
.gold-border .image-text {
  text-shadow: 3px 3px 20px #000000;
}
/* Medium and dowm only */
@media screen and (max-width: 63.9375em) {
  .gold-border {
    width: 77vw;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .gold-border:before {
    right: -20px;
    top: -20px;
  }
}
hr.gold {
  width: 25px;
  height: 2px;
  border-width: 0;
  color: var(--gold);
  background-color: var(--gold);
  text-align: left;
  margin-left: 0;
}
hr.white {
  width: 60px;
  height: 2px;
  border-width: 0;
  color: var(--light-grey);
  background-color: var(--light-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

/**********
	MENU
	**********/
.menu {
  display: flex;
  margin-top: 2rem;
  margin-top: 1rem;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  padding-right: 5rem;
  padding-left: 5rem;
}
.menu ul {
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: left;
  margin-bottom: 0px;
  margin-top: 0;
}
.menu ul li {
  margin-bottom: 0;
}
.menu ul li a {
  color: #fff;
}
.menu ul li {
  margin-right: 50px;
}
.menu ul li:last-of-type {
  margin-right: 0;
}
.menu .logo-container {
  margin-bottom: 0px;
}
/* Medium and down only */
@media screen and (max-width: 63.9375em) {
  .menu ul {
    justify-content: space-between;
  }
  .menu {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .menu {
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    display: block;
  }
  .menu ul li {
    margin-right: 7px;
  }
  .menu ul li a {
    color: var(--black);
  }
  .menu .logo {
    width: 48px !important;
    height: 48px !important;
    margin-right: 7px;
    margin-top: 18px;
  }
}

/***** black menu *****/

.menu svg.logo path {
  fill: var(--black);
}
/***** grey menu *****/

.menu ul li a:not(.contact-btn) {
  font-size: 16px;
  text-transform: uppercase;
  font-family: beVietnam, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  background: linear-gradient(to left, #dfbd69, #dfbd69) 50% calc(100% - 2px) / 0px 2px no-repeat;
  padding: 1px 5px 5px 3px;
  -webkit-transition: background-size 0.35s ease-in-out;
  transition: background-size 0.35s ease-in-out;
}
.menu ul li a:hover {
  background-size: 100% 2px;
  -webkit-transition: background-size 0.35s ease-in-out !important;
  transition: background-size 0.35s ease-in-out !important;
}
.menu .logo {
  width: 180px;
  height: auto;
}

/**********
	HAMBURGER MENU
	**********/

/* Small only */
@media screen and (max-width: 39.9375em) {
  /*** UNDO PREVIOUS STYLES ***/

  .main-navigation li {
    margin-right: 0;
  }
  .current-menu-item a {
    background-size: 0%;
    text-decoration: underline;
  }
  /*** PREVENT BODY FROM SCROLLING WHEN MENU IS OPEN ***/

  body.no-scroll {
    overflow: hidden;
  }
  .menu .icon-menu {
    width: 48px;
    height: 48px;
    z-index: 5;
    top: 20px;
    right: 20px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
    background: transparent;
  }
  .menu .icon-menu span {
    display: flex;
    width: 32px;
    height: 2px;
    background-color: var(--black);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s 0.2s ease;
  }
  .menu .icon-menu span:before,
  .menu .icon-menu span:after {
    position: absolute;
    width: 32px;
    height: 2px;
    content: '';
    background-color: inherit;
    transform-origin: center;
  }
  .menu .icon-menu span:before {
    transition: all 0.3s ease;
    top: 14px;
  }
  .menu .icon-menu span:after {
    bottom: 14px;
    transition: all 0.3s ease;
  }
  .menu .icon-menu {
    transition: all 0.6s ease;
    box-shadow: inset 0px 0px 0px 25px rgba(255, 255, 255, 0.2);
  }
  .menu .icon-menu:hover span:before {
    top: 11px;
  }
  .menu .icon-menu:hover span:after {
    bottom: 11px;
  }
  .menu .icon-menu.icon-open span {
    width: 0;
    transition: all 0.4s 0.2s ease;
  }
  .menu .icon-menu.icon-open span:before {
    transition: all 0.4s 0.2s ease;
    top: 22px;
    transform: rotate(45deg);
  }
  .menu .icon-menu.icon-open span:after {
    transition: all 0.4s 0.3s ease;
    bottom: 23px;
    transform: rotate(-45deg);
  }
  .menu .icon-menu.sticky {
    transition: all 0.6s ease;
    position: fixed;
  }
  .menu .main-nav {
    display: none;
  }
  .menu .main-nav.menu-open {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    padding: 105px 20px;
  }
  .menu .main-nav:before,
  .menu .main-nav:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
  }
  .menu .main-nav:before {
    background-color: var(--light-grey);
    z-index: 2;
    opacity: 0.8;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  }
  .menu .main-nav:after {
    background: var(--green);
    z-index: 3;
  }
  .menu .main-nav ul {
    z-index: 5;
  }
  .menu .main-nav .menu-item a {
    position: relative;
    display: flex;
    font-weight: 600;
    z-index: 5;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    color: var(--white);
    font-size: 7.3vw;
    line-height: 2;
    font-family: 'exodusDemo';
  }
  .menu .main-nav.menu-open {
    display: block;
  }
  .menu .main-nav.menu-open:before {
    animation: menuOpen 1s ease both;
  }
  .menu .main-nav.menu-open:after {
    animation: menuOpen 0.6s 0.3s ease both;
  }
  @keyframes menuOpen {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  .site-branding .branding-for-menu.open {
    animation: itemMenu 0.4s 0.6s ease both;
  }
  .menu .main-nav.menu-open .menu-item a {
    animation: itemMenu 0.4s 0.6s ease both;
  }
  .menu .main-nav.menu-open .menu-item ul li {
    animation: itemMenu 0.4s 0.6s ease both;
  }
  @keyframes itemMenu {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .menu .main-nav.menu-close:before {
    animation: menuClose 0.6s 0.3s ease both;
  }
  .menu .main-nav.menu-close:after {
    animation: menuClose 0.6s ease both;
  }
  @keyframes menuClose {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .menu .main-nav.menu-close .menu-item a {
    animation: itemClose 0.4s ease both;
  }
  .menu .main-nav.menu-close .menu-item ul li {
    animation: itemClose 0.4s ease both;
  }
  @keyframes itemClose {
    0% {
      transform: translateY(0px);
      opacity: 1;
    }
    100% {
      transform: translateY(-100%);
      opacity: 0;
    }
  }
}

/**********
	header
	***********/
.individual-project .header-inner-container {
  min-height: 100vh;
  position: relative;
}
.home-page header .header-inner-container {
  min-height: 80vh;
}
.individual-project .header-inner-container svg.trapezoid.hide-on-mobile,
.home-page header .header-inner-container svg.trapezoid.hide-on-mobile {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13vw;
}
.individual-project header .header-inner-container svg.trapezoid.hide-on-desktop,
.home-page header .header-inner-container svg.trapezoid.hide-on-desktop {
  display: none;
}
/***** left-side *****/
.home-page header .hero-left {
  background-color: var(--light-grey);
  display: flex;
  flex-direction: column;
  padding-top: 141px;
  padding-bottom: 58px;
}
@media screen and (max-width: 39.9375em) {
  .hero-left,
  .home-page header .hero-left {
    padding-top: 100px;
  }
}

.individual-project header .hero-left .header-left-content,
.home-page header .hero-left .header-left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5rem;
  margin-left: 5rem;
}

.home-page header .hero-left h2 {
  color: var(--black);
  max-width: 86%;
}
/* Medium only */
@media screen and (max-width: 63.9375em) {
  .individual-project header .hero-left .header-left-content,
  .home-page header .hero-left .header-left-content {
    margin-right: 3vw;
    margin-left: 3vw;
  }
  .home-page header .hero-left h2 {
    max-width: 100%;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .individual-project header .hero-left .header-left-content .btn,
  .home-page header .hero-left .header-left-content .btn {
    margin-bottom: 0px;
  }
  .home-page header .hero-left h2 {
    max-width: 100%;
  }
}

/***** right-side *****/
.home-page header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/heronew.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}
.contact-btn {
  display: block;
  margin-top: 1em;
  margin-right: 10rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .individual-project header .hero-right,
  .home-page header .hero-right {
    height: 58%;
    position: relative;
  }
  .individual-project header .header-inner-container,
  .home-page header .header-inner-container {
    height: 120vh;
  }
  .individual-project header .hero-left,
  .home-page header .hero-left {
    height: 42%;
  }
  .individual-project svg.hide-on-mobile,
  .home-page svg.hide-on-mobile {
    display: none;
  }
  .individual-project header .header-inner-container svg.trapezoid.hide-on-desktop,
  .home-page header .header-inner-container svg.trapezoid.hide-on-desktop {
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 31vw;
    left: 0;
    -webkit-transform: scaleY(-1) scaleX(-1);
    transform: scaleY(-1) scaleX(-1);
  }
  .contact-btn {
    display: none;
  }
}

/**********
	HOME JOINERY
	***********/
.home-joinery {
  background: linear-gradient(0deg, var(--light-grey), #fff);
}
.home-joinery h4 {
  margin-bottom: 95px;
}
/* Medium and down */
@media screen and (max-width: 63.975em) {
  .home-joinery h4 {
    margin-bottom: 30px;
  }
}
.home-joinery .h4style-a {
  color: var(--light-grey);
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.home-joinery .image-grid .cell .gold-border {
  margin-right: 50px;
}
.home-joinery .h4style-a:hover svg,
.home-joinery .btn-container .btn:hover svg {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.home-joinery .h4style-a svg {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-joinery .image-grid {
  margin-bottom: 75px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-joinery .image-grid {
    margin-bottom: 0px;
  }
}
.home-joinery .image-grid img {
  height: 310px;
}
.home-joinery .btn-container {
  display: flex;
  justify-content: center;
}
.home-joinery .btn-container .btn {
  margin: 0 auto;
  display: flex;
}
.home-joinery .btn-container .btn svg {
  fill: var(--black);
  transition: fill 0.25s ease-in-out, transform 0.25s ease-in-out;
  margin-left: 5px;
}
.home-joinery .btn-container .btn:hover svg {
  fill: var(--light-grey);
}
/* Medium and down */
@media screen and (max-width: 63.9375em) {
  .home-joinery .image-grid .cell:last-of-type {
    margin-bottom: 0px;
  }
  .home-joinery .image-grid .cell img {
    height: 320px;
  }
}

/**********
	HOME SERVICES
	***********/
.home-services {
  position: relative;
}
@media screen and (min-width: 63.975em) {
  .home-services {
    padding-top: 150px;
  }
}
.home-services .image-container:before {
  content: 'Services';
  position: absolute;
  top: -8.9rem;
  right: -35rem;
  font-family: 'exodusDemo';
  font-size: 115px;
  font-weight: normal;
  color: var(--light-grey);
  letter-spacing: 13px;
}
.home-services h3.title {
  display: none;
}
/* Medium and down */
@media screen and (max-width: 63.975em) {
  .home-services .image-container:before {
    display: none;
  }
  .home-services h3.title {
    display: block;
    margin-bottom: 35px;
    font-size: 50px;
    color: var(--dark-grey);
    text-align: right;
    letter-spacing: 5px;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-services h3.title {
    text-align: center;
  }
}

.home-services .image-container {
  position: relative;
}
.home-services .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-services ul {
  margin-top: 75px;
  margin-bottom: -25px;
  display: flex;
  justify-content: space-around;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-services ul {
    flex-direction: column;
    margin-top: 15px;
  }
  .home-services ul li {
    padding: 0 0 20px 45px;
    margin-bottom: 0;
  }
}
.home-services ul li {
  padding: 0 0 25px 45px;
  list-style: none;
  background-image: url('../images/list-icon.jpg');
  background-repeat: no-repeat;
  background-position: left 1%;
  background-size: 32px;
}
.home-services img {
  height: 60vh;
  object-position: 77%;
}
@media screen and (max-width: 64em) {
  .home-services img {
    height: 30vh;
  }
}
/**********
	HOME PROJECTS
	***********/
.home-projects {
  background-color: var(--light-grey);
}
.home-projects .grid-container {
  position: relative;
}
.home-projects .grid-container:before {
  content: 'Construction';
  position: absolute;
  top: -12rem;
  right: 0.9375rem;
  font-family: 'exodusDemo';
  font-size: 100px;
  font-weight: normal;
  color: var(--dark-grey);
  letter-spacing: 0px;
}

/* Medium and down */
@media screen and (max-width: 63.975em) {
  .home-projects .grid-container:before {
    top: -4.2rem;
    right: 100px;
    font-size: 37px;
    letter-spacing: 0px;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-projects .grid-container:before {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

.home-projects h3 {
  margin-bottom: 95px;
}
/* Medium and down */
@media screen and (max-width: 63.975em) {
  .home-projects h3 {
    margin-bottom: 30px;
  }
}
.home-projects .h4style-a {
  color: var(--light-grey);
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.home-projects .h4style-a:hover svg,
.home-projects .btn-container .btn:hover svg {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.home-projects .h4style-a svg {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-projects .image-grid {
  margin-bottom: 75px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .home-projects .image-grid {
    margin-bottom: 0px;
  }
}
.home-projects .image-grid img {
  height: 400px;
}
.home-projects .btn-container .inner-cell {
  display: flex;
  justify-content: center;
}
.home-projects .btn-container .btn {
  display: flex;
  align-items: center;
}
.home-projects .btn-container .btn svg {
  fill: var(--black);
  transition: fill 0.25s ease-in-out, transform 0.25s ease-in-out;
  margin-left: 5px;
}
.home-projects .btn-container .btn:hover svg {
  fill: var(--light-grey);
}
/* Medium and down */
@media screen and (max-width: 63.9375em) {
  .home-projects .image-grid .cell:last-of-type {
    margin-bottom: 0px;
  }
  .home-projects .image-grid .cell img {
    height: 320px;
  }
}
/**********
	HOME TESTIMONIAL
	***********/
.home-testimonial {
  background: rgba(0, 0, 0, 0.6) url('../images/testimonials.jpg');
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
}
.home-testimonial .inner-cell {
  text-align: center;
}
.home-testimonial .inner-cell h2,
.home-testimonial .inner-cell p {
  color: var(--light-grey);
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: var(--light-grey) !important;
}
.glider-dot {
  background: none !important;
  border: 1px solid var(--light-grey) !important;
}
.glider-dots {
  margin-top: 35px !important;
}
.glider p:first-of-type {
  font-size: 28px;
  margin-bottom: 25px;
}
/**********
	FOOTER
	**********/
footer {
  background-color: #404040;
  padding-top: 100px;
}
/* Medium and down */
@media screen and (max-width: 63.9375em) {
  footer {
    padding-top: 40px;
  }
}
footer .inner-cell.align-center {
  text-align: center;
}
footer .inner-cell p {
  text-align: left;
}
footer .inner-cell h2,
footer .inner-cell p,
footer .inner-cell h3,
label,
input,
textarea {
  color: var(--light-grey);
}
footer .inner-cell h3 {
  margin-bottom: 35px;
}
footer svg.logo.white {
  margin-bottom: 35px;
  width: 80px;
  height: 80px;
}
footer svg.logo.white path {
  fill: var(--light-grey);
}
footer .contact-form input:not([type='checkbox']) {
  background: none;
  border: none;
  border-bottom: 2px solid var(--light-grey);
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 42px;
}
footer .contact-form textarea {
  background: none;
  border: 2px solid var(--light-grey);
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 42px;
  margin-top: 7px;
}
footer .inner-cell label:not(.message-label) {
  display: none;
}
footer input,
footer textarea {
  outline: none;
}
footer hr.white {
  margin-bottom: 75px;
}
footer .contact-info div p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .contact-info div svg {
  margin-right: 10px;
}
footer .btn-container {
  display: flex;
  justify-content: center;
}
footer .btn-container .btn {
  margin-bottom: 100px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  footer .btn-container .btn {
    margin-bottom: 35px;
  }
  footer .contact-info div p,
  footer .contact-info div p a {
    margin-bottom: 7px;
    font-size: 14px;
  }
  footer a {
    font-size: 16px;
  }
  footer .contact-info div {
    display: flex;
    justify-content: center;
  }
  footer .contact-info div:first-of-type svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  footer .contact-info div svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  footer .contact-form input:not([type='checkbox']) {
    margin-bottom: 35px;
  }
  footer .contact-form textarea {
    margin-bottom: 35px;
  }
  footer hr.white {
    margin-bottom: 35px;
  }
}
footer .message-sent {
  margin-bottom: 20px;
  background: #013b40;
  font-style: italic;
}
footer .completed .message-sent {
  padding: 10px;
  text-align: center;
}
/**** CORRECT WEBKIT AUTOFILL STYLES ***/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: var(--light-grey);
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/**********
	PROJECTS
	**********/
.projects-page .first-section,
.gallery-page .first-section {
  padding-top: 150px;
  padding-bottom: 0px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .projects-page .first-section,
  .gallery-page .first-section {
    padding-top: 75px;
    padding-bottom: 0px;
  }
}
.projects-page h1 {
  margin-bottom: 10px;
}
.projects-page .menu ul li a,
.privacy-policy .menu ul li a,
.gallery-page .menu ul li a {
  color: var(--black);
}
.projects-page img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  position: relative;
}
.projects-page .img-overlay {
  position: absolute;
  color: var(--light-grey);
  bottom: 25px;
  left: 25px;
}
.projects-page .img-overlay h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.projects-page .img-overlay:hover svg {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.projects-page .img-overlay svg {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.projects-page .projects-grid {
  padding-top: 40px;
}
.projects-page .projects-grid .image-grid {
  margin-bottom: 40px;
}
.projects-page .projects-grid .image-grid .cell {
  margin-bottom: 40px;
}
.projects-page .projects-grid {
  padding-top: 100px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .projects-page .projects-grid {
    padding-top: 35px;
  }
  .projects-page .projects-grid .image-grid .cell {
    margin-bottom: 0px;
  }
  .projects-page .projects-grid .image-grid {
    margin-bottom: 0px;
  }
}
/**********
	 INDIVIDUAL PROJECT
	 **********/

/*** Individual project header ***/

.individual-project header .hero-right {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.individual-project .hero-left {
  background-color: var(--light-grey);
  display: flex;
  flex-direction: column;
}
/*WALKER PLACE*/
.walker.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/walker-place/12.jpg');
}
/* HEATHCROFT PARK ROYAL */
.heathcroft.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/heathcroft/25.jpg');
}
.heathcroft.individual-project header h1 {
  font-size: 3.5vw;
}
@media screen and (max-width: 39.9375em) {
  .heathcroft.individual-project header h1 {
    font-size: 8.4vw;
  }
}
/*MONTROSE AVENUE*/
.montrose.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/montrose/1.jpg');
}
/*CLITHEROE, CLAPHAM*/
.clitheroe-clapham.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/clitheroe/6.jpg');
}
/*NElSON ROAD*/
.nelson-road.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/nelson/6.jpg');
}
/*NORTHFIELDS*/
.northfields.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/northfields/2.jpg');
}
.northfields.individual-project header h1 {
  font-size: 3.5vw;
}
/*WEST KILBURN BAPTIST CHURCH*/
.kilburn.individual-project header .hero-right {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5)), url('../images/kilburn/cover.jpg');
}
@media screen and (max-width: 39.9375em) {
  .northfields.individual-project header h1 {
    font-size: 8.4vw;
  }
}

/*** Project Description ***/
.individual-project .project-description ul {
  margin: 0;
}
.individual-project .project-description ul li {
  padding: 0 0 15px 45px;
  list-style: none;
  background-image: url('../images/list-icon.jpg');
  background-repeat: no-repeat;
  background-position: left 1%;
  background-size: 32px;
}
.individual-project .project-description h2:not(.back-to-projects),
.individual-project .project-description h3 {
  margin-bottom: 30px;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .individual-project .project-description h2:not(.back-to-projects),
  .individual-project .project-description h3 {
    margin-bottom: 20px;
  }
}
.individual-project .project-description h2.back-to-projects:hover {
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.individual-project .project-description .right-side p {
  margin-bottom: 30px;
}
.individual-project .project-description hr {
  margin-bottom: 30px;
}
.individual-project .project-description h2:first-of-type svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 10px;
}

/*** Individual project gallery ***/
.project-gallery {
  background-color: var(--light-grey);
  padding-bottom: 200px;
}
.project-gallery .grid-container {
  position: relative;
}
.project-gallery .grid-container:before {
  content: 'Gallery';
  position: absolute;
  top: -13.5rem;
  right: 0.9375rem;
  font-family: 'exodusDemo';
  font-size: 115px;
  font-weight: normal;
  color: var(--dark-grey);
  letter-spacing: 13px;
}
/* Medium and down */
@media screen and (max-width: 63.975em) {
  .project-gallery .grid-container:before {
    top: -6.2rem;
    right: 100px;
    font-size: 50px;
    letter-spacing: 5px;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .project-gallery .grid-container:before {
    width: 100vw;
    text-align: center;
    right: 0;
  }
  .project-gallery {
    padding-bottom: 100px;
  }
}
.project-gallery .inner-cell {
  margin-right: 0;
  margin-left: 0;
}
.project-gallery .glider-track {
  margin-left: 7.5rem;
}

.project-gallery button.glider-prev {
  bottom: -100px;
  right: calc(7.5rem + 40px);
  left: unset;
  top: unset;
}
.project-gallery button.glider-prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.project-gallery button.glider-next {
  right: 7.5rem;
  bottom: -100px;
  top: unset;
}
.project-gallery .glider-slide {
  margin-right: 5rem;
  display: flex;
  align-items: center;
}
.project-gallery .glider-slide:last-of-type {
  margin-right: 7.5rem;
}
.project-gallery .glider-slide img {
  object-fit: cover;
}
.project-gallery .glider-slide:nth-child(odd) img {
  height: 34vw;
}
.project-gallery .glider-slide:nth-child(even) img {
  height: 23vw;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .glider-slide p {
    font-size: 16px !important;
  }
}
/* Medium and down */
@media screen and (max-width: 63.9375em) {
  .project-gallery .glider-slide {
    margin-right: 2rem;
  }
  .project-gallery .glider-track {
    margin-left: 2rem;
  }
  .project-gallery .glider-slide:last-of-type {
    margin-right: 2rem;
  }
  .project-gallery .glider-slide img {
    width: 100%;
  }
  .project-gallery .glider-slide:nth-child(odd) img {
    height: 68vw;
  }
  .project-gallery .glider-slide:nth-child(even) img {
    height: 46vw;
  }
  .project-gallery button.glider-prev {
    bottom: -40px;
    right: calc(2rem + 40px);
  }
  .project-gallery button.glider-next {
    right: 2rem;
    bottom: -40px;
  }
}

/***** GALLERY PAGE *****/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33.33%;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .column {
    width: 100%;
  }
}
.column-withmargin {
  margin-bottom: 25px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 12vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--light-grey);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: var(--black);
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  background: var(--light-grey);
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute !important;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: var(--light-grey);
  padding: 2px 16px;
  color: var(--black);
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1 !important;
}

img.hover-shadow {
  transition: 0.3s;
  height: 250px;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#myModal .column img {
  height: 15vh;
  width: 100%;
  object-fit: cover;
}
#myModal .column {
  width: 13%;
  min-width: 13%;
}
.mySlides img {
  height: 66vh;
  margin: 0 auto;
  background: var(--light-grey);
  box-shadow: 0px 0px 3px 3px #00000026;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .mySlides img {
    box-shadow: none;
    object-fit: contain;
  }
}
.thumbnail-controls {
  display: flex;
  overflow-y: scroll;
}
