@charset "UTF-8";
html {
  font-size: 3.75vw; }

@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + (18 - 12) * ((100vw - 320px) / (1600 - 320))); } }
@media screen and (min-width: 1600px) {
  html {
    font-size: 1.125vw; } }
body {
  box-sizing: border-box;
  font-family: 'Exo', sans-serif;
  margin: 0;
  padding: 0; }

body > * {
  box-sizing: inherit; }

h1 {
  font-size: 3rem;
  width: auto;
  text-transform: uppercase;
  color: #333333;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #A741A0;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif; }

h1.white {
  color: #ffffff;
  border-bottom: solid 1px #ffffff; }

h1.page-title {
  font-weight: bold;
  color: #ffffff;
  border-bottom: none; }

@media screen and (min-width: 900px) {
  h1.page-title {
    font-size: 6rem;
    margin-top: 0px; } }
.home h1.page-title {
  width: 90%;
  left: 0px;
  margin-top: 5rem;
  font-size: 3rem;
  height: auto;
  line-height: 4rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000000;
  border-bottom: none;
  text-align: center;
  padding: 1rem; }

@media screen and (min-width: 900px) {
  .home h1.page-title {
    width: 60%;
    font-size: 4rem;
    line-height: 6rem;
    margin-top: 11rem; } }
h2 {
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
  text-transform: uppercase; }

h3 {
  font-size: 1.3rem;
  color: #E8B5EB;
  text-transform: uppercase; }

label {
  font-size: 1.2rem;
  color: #ffffff; }

p {
  font-size: 1rem;
  font-weight: 1;
  line-height: 2rem;
  color: #333333;
  text-align: left; }

p.footer {
  font-size: 0.8rem;
  line-height: 0.5rem;
  color: #ffffff;
  display: block; }

p.footer-center {
  font-size: 0.8rem;
  line-height: 0.5rem;
  color: #ffffff;
  display: block;
  text-align: center; }

p.testimonial {
  color: #333333;
  font-size: 1.2rem;
  font-style: italic; }

p.citation {
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold; }

a.navlink {
  font-size: 1rem;
  color: #E8B5EB;
  background-color: none;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.footerlink {
  font-size: 0.8rem;
  padding: 0.2rem;
  color: #ffffff;
  display: block;
  text-decoration: none; }

a.footerlink:hover {
  text-decoration: underline;
  color: #E8B5EB; }

a.footerlink:visited {
  text-decoration: none; }

span {
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: none; }

@media screen and (max-width: 899px) {
  .site-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -70vw;
    height: 100vh;
    width: 70vw;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: left 0.3s; }

  .site-nav.active {
    right: 0; }

  .site-nav ul {
    padding: 0;
    margin: 0;
    margin-top: 20px; }

  .site-nav li {
    list-style: none; }

  .site-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 16px; }

  .site-nav a:hover {
    text-decoration: underline;
    color: #A741A0; }

  .menu-close {
    color: #fff;
    text-decoration: none;
    text-align: right;
    float: right;
    margin: 5px 10px;
    font-size: 1.5rem;
    cursor: pointer; }

  .site-nav .menu-close:hover {
    text-decoration: none;
    color: #fff; } }
.header-section {
  height: 300px;
  padding-top: 0px;
  background-color: none;
  background-image: url("../img/hero-images/sub-header-1.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  /*background-attachment: fixed; */}

.home .header-section {
  height: 100vh;
  width: 100vw;
  padding-top: 0px;
  padding-bottom: 2rem;
  background-image: url("../img/hero-images/hero1c.jpg");
  background-position: center center; }

.page-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh; }

.page-section.auto-height {
  min-height: auto; }

.page-section.purple {
  background-color: #A741A0; }

.page-section.light-grey {
  background-color: #e3e1e1; }

.page-section.contact {
  min-height: auto;
  background-color: #A741A0;
  padding-top: 5rem; }

.site-header {
  display: flex;
  flex-flow: column nowrap;
  height: auto; }

.branded-nav-bar {
  display: flex;
  flex-direction: row nowrap;
  background-color: #000000; }

.logo {
  flex-basis: 25%;
  padding: 1rem;
  padding-bottom: 0rem;
  text-align: left; }

.logo img {
  margin: 0 auto;
  max-width: 150px;
  padding: 1rem;
  background-color: #000000; }

.menu {
  flex-basis: 75%;
  text-align: right; }

.menu img {
  padding: 2rem;
  width: 40px;
  height: 40px; }

.contact-bar {
  display: flex;
  height: auto;
  background-color: #000000; }

.contact-link {
  flex: 1 0 auto;
  border: solid 1px black;
  text-align: center;
  background-color: #A741A0;
  text-decoration: none; }

.contact-link span {
  display: none; }

a.contact-link img {
  width: 25px;
  height: 25px;
  padding: 1rem; }

@media screen and (min-width: 900px) {
  .site-header {
    flex-direction: column-reverse; }

  .branded-nav-bar {
    background-color: rgba(0, 0, 0, 0.5); }

  .logo {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 3rem;
    text-align: left; }

  .menu {
    display: none; }

  .site-nav {
    display: flex;
    flex-flow: row nowrap;
    flex-basis: 100%;
    justify-content: flex-end; }

  ul {
    background-color: rgba(0, 0, 0, 0);
    border: none; }

  li {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem; }

  .site-nav a {
    color: #ffffff;
    display: block;
    padding: 10px 10px;
    text-decoration: none; }

  .site-nav a:hover {
    text-decoration: none;
    border-bottom: solid 3px #A741A0; }

  a.menu-close {
    display: none; }

  .contact-bar {
    justify-content: flex-end;
    background-color: #000000; }

  .contact-link {
    flex: 0 1 auto;
    text-align: left;
    margin-right: 2rem;
    background-color: black; }

  .contact-link span {
    display: inline-block;
    vertical-align: middle; }

  .contact-link:hover span {
    text-decoration: underline; }

  a.contact-link img {
    width: 25px;
    height: 25px;
    padding: 0.1rem;
    vertical-align: middle; } }
article {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media only screen and (min-width: 900px) {
  article {
    width: 70%; } }

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}


.contact-section {
  background-color: #A741A0;
  color: #fff;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 2rem; }

.contact-form {
  padding: 1rem; }

.contact-form label {
  display: none; }

.contact-form input, .contact-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  resize: none;
  width: 100%;
  padding: 0;
  }

.contact-form [type="submit"] {
  background-color: black;
  border: 2px solid white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  width: auto;
  font-style: bold; }

.contact-form [type="submit"]:hover {
  background-color: transparent; }

@supports (display: grid) {
  @media screen and (min-width: 48rem) {
    .contact-form {
      align-items: start;
      display: grid;
      grid-column-gap: 50px;
      grid-row-gap: 30px;
      grid-template-columns: repeat(2, auto);
      grid-template-rows: repeat(3, auto);
      max-width: 65rem;
      width: 90%; }

    .contact-form input[type="submit"] {
      grid-column: 1 / span 2;
      grid-row: 3; } } }
.input .placeholder {
  color: black; }

.site-footer {
  background-color: #000000; }

.footer-navigation {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px white; }

.footer-navigation div {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  /*min-width: 350px;*/
  max-width: 350px; }

.h-adr {
  font-style: normal; }

.h-adr span {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #ffffff;
  display: block; }

.social-links img {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.5em; }

.footer-logo {
  display: flex;
  margin-bottom: 3rem;
  max-width: 90%;
  align-self: center; }

.footer-logo img {
  width: 250px; }

.bottom-bar {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
  text-align: center; }

@media only screen and (min-width: 900px) {
  .footer-navigation {
    display: flex;
    flex-flow: row wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }

  .footer-navigation div {
    margin-bottom: 0rem;
    flex: 1 0 0;
    justify-content: space-evenly;
    max-width: 350px; }

  .footer-logo {
    align-self: center; } }
.inner-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

a.service-box {
  display: flex;
  height: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border: solid 6px #e3e1e1; }

a.service-box:hover {
  box-shadow: 5px 5px 5px grey; }

.service-box.commercial {
  background-image: url("../img/services/commercial.jpg"); }

.service-box.domestic {
  background-image: url("../img/services/domestic.jpg"); }

.service-box.maintenance {
  background-image: url("../img/services/maintenance.jpg"); }

@media only screen and (min-width: 900px) {
  .inner-content {
    display: flex;
    flex-flow: row nowrap; }

  .service-box {
    flex-basis: 25%; } }
.overlay-background {
  width: 90%;
  height: auto;
  padding: 1rem;
  background-color: white;
  opacity: 1;
  display: flex column;
  justify-content: center;
  align-items: centre; }

.overlay-background:hover {
  opacity: 0.6; }

.overlay-background p {
  color: #000000;
  font-size: 0.8rem;
  line-height: 1.2rem;
  opacity: 1; }

.service-item-container {
  display: flex;
  flex-direction: column;
  margin-top: 3rem; }

@media only screen and (min-width: 900px) {
  .service-item-container {
    flex-direction: row; } }
.service-item-column {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 900px) {
  .service-item-column {
    width: 30%; } }
.service-item-column ul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px; }

.service-item-column li {
  display: block;
  list-style-type: circle;
  background-color: transparent; }

.service-item-column li::before {
  content: "✓";
  font-size: 1.5rem;
  color: #A741A0;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-family: 'Exo', sans-serif;
  font-size: 1rem; }

/*input {
  width: 100%;
  border: none;
  border-bottom: solid 1px white;
  color: white;
  font-size: 1.5rem;
  background-color: #333333;
  margin-bottom: 2rem; }*/

.team-container {
  display: flex;
  flex-flow: row wrap;
  height: auto;
  justify-content: space-between;
  padding-bottom: 3rem;
  align-content: flex-start; }

.team-member {
  flex-basis: 45%;
  padding-bottom: 1rem; }

@media only screen and (min-width: 500px) {
  .team-member {
    flex-basis: 30%;
    padding-bottom: 1rem; } }
@media only screen and (min-width: 1024px) {
  .team-member {
    flex-basis: 21%;
    margin-top: 2rem;
    padding-bottom: 1.5rem; } }
.team-container img {
  width: 100%;
  height: auto;
  border: solid 3px white;
  max-width: 300px; }

.member-title {
  color: white;
  width: 100%;
  font-size: 0.9rem;
  display: block;
  text-align: center;
  max-width: 300px;
  padding-top: 0.5rem; }

.certs {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 3rem; }

.certs img {
  width: 200px;
  height: auto;
  padding: 1rem; }

.project-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.project-grid figure {
  position: relative;
  margin: 0; }

.project-grid figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  font-size: 1.5rem;
  transition: height 0.35s; }

p.fig {
  color: #ffffff; }

.project-grid a:hover figcaption {
  background: rgba(0, 0, 0, 0.6);
  height: 100%; }

.project-grid a {
  display: block;
  text-decoration: none;
  color: #ffffff; }

.project-grid p {
  white-space: nowrap; }

.project-grid figure {
  margin: 0rem; }

.project-grid img {
  vertical-align: middle;
  width: 100vw; }

@media only screen and (min-width: 55em) {
  .project-grid {
    width: 100%; }

  .project-grid img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 30vh; }

  .project-grid a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; } }
.slideshow {
  max-width: 30em;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: hidden;
  padding-bottom: 2em; }

@media only screen and (min-width: 30em) {
  .slideshow {
    max-width: 28em; } }
.slide-large img, .slide-nav img {
  max-width: 100%; }

.slide-nav img {
  margin: 0.5em; }

.slide-large .slick-track, .slide-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#timelapse {
  cursor: pointer; }

/*# sourceMappingURL=styles.css.map */
