* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

h1, h2 {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}

p, span, strong {
    font-family: "Roboto", Arial, sans-serif;
}

.header {
    position: sticky;
    top: 0;
    height: 160px;
    background: #fff;
    background-image: url('../img/pipes/pipe-top-l.png'), url('../img/pipes/pipe-top-r.png');
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 140px, 220px;
    z-index: 5;
    border-bottom: 1px solid #345c73;
    padding: 40px 0;
}

@media print, screen and (max-width: 64em) {
    .header {
        height: 80px;
        padding: 0;
        background-size: 80px, 120px;
    }
}

.header .header-text-1 {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 32px;
    line-height: 24px;
    font-weight: 900;
    color: #111118;
    top: 30%;
    position: absolute;
}

.header .header-text-2 {
    letter-spacing: 4px;
    position: absolute;
    top: calc(30% + 24px);
}

.blengate-icon {
    max-height: 64px;
    position: relative;
    top: 8px;
    transition: all 300ms ease-in-out;
}

.blengate-icon:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.social-icon {
    display: block;
    float: left;
    height: 32px;
    font-size: 32px;
    line-height: 2.5em;
    color: #345c73;
    transition: color 300ms ease-in-out;
}

.social-icon a {
    color: #345c73;
    transition: color 300ms ease-in-out;
}

.social-icon:hover, .social-icon a:hover {
    color: #000000;
    cursor: pointer;
}

.footer {
    position: relative;
    background: #67c3c1;
    height: 80px;
    color: #fff;
}

.footer .footer-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.footer .footer-text p {
    margin-bottom: 0;
    font-weight: 700;
}

.intro-section {
    background-image: url('../img/bg-intro-img.jpg');
    background-position: center right;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    position: relative;
}

.intro-section::before {
    background-color: rgba(0, 0, 0, 0.67);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.intro-section .header-text {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.intro-section .header-text span {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 90px;
    line-height: 75px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    letter-spacing: 0px;
}

@media print, screen and (max-width: 64em) {
    .intro-section .header-text span {
        font-size: 64px;
        line-height: 52px;
    }
}

.intro-section .header-text span.top {
    color: #13c4bc;
}

.intro-section .header-text span.middle {
    color: #fff;
}

.intro-section .header-text span.bottom {
    color: #000;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    margin-bottom: 20px;
}

.intro-section p {
    position: relative;
    z-index: 2;
}

.buffer-section {
    background-color: #345c73;
    color: #fff;
    padding: 60px 0;
}

@media print, screen and (min-width: 64em) {
    .buffer-section {
        background-image: url('../img/pipes/pipe-mid-l.png'), url('../img/pipes/pipe-mid-r.png');
        background-position: top left, right;
        background-repeat: no-repeat, no-repeat;
        background-size: 180px, 140px;
    }
}

.buffer-section .header-text span {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 90px;
    line-height: 75px;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

@media print, screen and (max-width: 64em) {
    .buffer-section .header-text span {
        font-size: 64px;
        line-height: 52px;
    }
}

.buffer-section .header-text span.top {
    color: #13c4bc;
}

.buffer-section .header-text span.bottom {
    color: #fff;
}

.what-we-do-section {
    min-height: 400px;
    padding: 40px 0;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(19, 196, 188, 1) 60%, rgba(19, 196, 188, 1) 100%);
}

.get-in-touch-section {
    min-height: 400px;
    padding: 80px 0;
    background-image: url('../img/pipes/dot-arrows.png'), linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(19, 196, 188, 1) 60%, rgba(19, 196, 188, 1) 100%);
    background-repeat: no-repeat;
    background-position: bottom 5% left 10%;
    background-size: 700px, contain;
}

@media print, screen and (max-width: 64em) {
    .get-in-touch-section {
        background-size: cover, contain;
    }
}

.what-we-do-section .header-text {
    border-bottom: 10px solid #239098;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.get-in-touch-section .header-text {
    margin-bottom: 36px;
}

.what-we-do-section .header-text span, .get-in-touch-section .header-text span {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 90px;
    line-height: 75px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    color: #111118;
    letter-spacing: -1px;
}

@media print, screen and (max-width: 64em) {
    .what-we-do-section .header-text span {
        font-size: 64px;
        line-height: 52px;
    }
}

.what-we-do-section .wwd-text p {
    width: 70%;
}

@media print, screen and (max-width: 64em) {
    .what-we-do-section .wwd-text p {
        width: 100%;
    }
}

.what-we-do-section .wwd-wrapper .cell {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    padding: 10px;
    position: relative;
}

.what-we-do-section .wwd-wrapper .cell .wwd-price {
    position: absolute;
    background:rgba(19, 196, 188, 1);
    border-radius: 10px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    top: 10px;
    right: 10px;
    color: #ffffff;
    padding: 6px 10px;
}

.what-we-do-section .wwd-wrapper .cell .wwd-popular {
    position: absolute;
    background:#13c4bc;
    border-radius: 10px;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: 10px;
    left: 10px;
    color: #ffffff;
    padding: 5px 8px;
}

.what-we-do-section .wwd-wrapper .cell .wwd-img-wrapper {
    min-height: 200px;
    align-content: center;
}

.what-we-do-section .wwd-wrapper .cell .wwd-title {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 24px;
    font-weight: 900;
    color: #345c73;
    padding-bottom: 4px;
    border-bottom: 2px solid #13c4bc;
}

.what-we-do-section .wwd-wrapper .cell p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    padding: 0 8px;
}

.clients-section {
    min-height: 300px;
    background: url('../img/graves-lm.jpg');
    background-position: bottom;
    background-size: cover;
    color: #fff;
    position: relative;
}

.clients-section.contact-page {
    background: url('../img/clients.jpg');
    background-position: center;
    background-size: cover;
}

.clients-section.about-page {
    background: url('../img/alt-header.jpg');
    background-position: center;
    background-size: cover;
}

.clients-section::before {
    background-color: rgba(0, 0, 0, 0.67);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.clients-section .header-text {
    margin-top: 60px;
}

.clients-section .header-text span {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 90px;
    line-height: 75px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    color: #ffffff;
    letter-spacing: -1px;
}

.clients-section .client {
    z-index: 2;
}

#contactForm input, #contactForm textarea {
    display: block;
    border: 1px solid #13c4bc;
    border-radius: 10px;
    font-family: "Roboto", Arial, sans-serif;
}

#contactForm textarea {
    min-height: 200px;
}

#contactForm #first-name, #contactForm #last-name {
    width: 48%;
    float: left;
}

#contactForm #first-name {
    margin-right: 4%;
}

#contactForm button, .enquire-button {
    background: #345c73;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    border-radius: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: 400ms all ease-in-out;
}

.enquire-button:hover {
    color: #fff;
    background: #13c4bc;
    cursor: pointer;
}

#contactForm button:hover {
    background: #fff;
    color: #345c73;
    cursor: pointer;
}

#response {
    color: #ffffff;
    font-weight: 800;
    font-family: "Roboto", Arial, sans-serif;
    margin-top: 12px;
}

@media print, screen and (max-width: 64em) {
    #response {
        color: #111118;
    }
}

.who-we-are-section {
    padding: 60px 0;
}

.who-we-are-section .header-text {
    margin-bottom: 36px;
}

.who-we-are-section .header-text span {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-size: 90px;
    line-height: 75px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    color: #111118;
    letter-spacing: -1px;
}

.animate-on-scroll {
    opacity: 0;
    transition: 750ms all ease-out;
    transform: translateY(20px);
}

.animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}