/*
Theme Name: Super Green Tick
Author: Sam Jones @samjonesam
Version: 1.0 (August 2017)
*/


@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: Helvetica-Extended;
    src: url(fonts/Helvetica-Extended.woff) format('woff'),
    url(fonts/Helvetica-Extended.woff2) format('woff2');
}

@font-face {
    font-family: Helvetica-Regular;
    src: url(fonts/Helvetica-Regular.woff) format('woff'),
    url(fonts/Helvetica-Regular.woff2) format('woff2');
}

@font-face {
    font-family: Logo;
    src: url(fonts/SGT.woff) format('woff'),
    url(fonts/SGT.woff2) format('woff2');
}

/* START RESPONSIVE */

@media only screen and (max-width: 770px) {

    .container-left {
        z-index: 1000 !important;
        width: 100% !important;
        height: 55px !important;
        position: fixed !important;
        text-align: center !important;
    }

    .container-right {
        width: 100% !important;
        position: relative !important;
        top: 55px !important;
    }

    .logo {
        display: inline-block !important;
        position: absolute;
        height: 16px !important;
        top: 50%;
        margin: auto !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-repeat: no-repeat !important;
    }

    #menuicon {
        display: inline-block !important;
        position: absolute;
        height: 16px !important;
        top: 50%;
        float: right !important;
        right: 15px !important;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-repeat: no-repeat !important;
    }

  	#mobnavcontainer {
        display: none;
        position: fixed !important;
        font-family: Helvetica-Extended !important;
        background-color: #141314 !important;
        color: #eceaea !important;
        z-index: 1000 !important;
        width: 100vw !important;
        height: 100vh !important;
    }

    #mobilenav {
        display: block !important;
        position: fixed !important;
        font-size: 12vw !important;
        line-height: 100% !important;
        text-align: center !important;
        float: left !important;
        width: 100vw !important;
        margin: auto !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    #menutitle {
        display: block !important;
        position: fixed !important;
        font-size: 20px;
        bottom: 12px !important;
        width: 100vw !important;
        text-align: center !important;
    }

    ul {
        display: block !important;
    }

    #mobilenav .active a {
        opacity: 1;
        text-decoration: underline;
        outline: none;
    }

    #mobilenav > ul > li > a:hover {
        opacity: 1;
        text-decoration: underline;
        outline: none;
    }

    #mobilenav > ul > li > a:focus {
        opacity: 1;
        text-decoration: underline;
        outline: none;
    }

    nav {
        display: none;
    }

    .header {
        font-size: 7vw !important;
        line-height: 7.5vw !important;
        padding-top: 50px !important;
    }

    .body {
        font-size: 5vw !important;
        line-height: 6.5vw !important;
    }

    .body, .header {
        color: #121212 !important;
        margin: 0 20px 0 20px !important;
    }

    .image {
        height: 80vh !important;
    }

    #quotes, #tagline {
        display: none !important;
    }

    #fineprint {
        font-size: 2.2vw !important;
        line-height: 2.8vw !important;
    }
}

/* END RESPONSIVE */

body {
    margin: 0;
    background-color: #141314;
}

.logo {
    height: 2.13vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    z-index: 3100;
    font-family: Logo;
    position: relative;
    font-size: 2.7vw;
    line-height: 2.5vw;
    letter-spacing: 0px;
    text-align: center;
    background-color: transparent;
    color: #eceaea;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

#mobilenav, #menutitle, #menuicon, #menuiconclose {
    display: none;
}

.container-left {
    position: fixed;
    text-align: center;
    width: 45%;
    height: 100%;
    color: #eceaea;
    background-color: #141314;
}

.container-left0 {
    background-color: #A0A0A0;
}

.container-left2 {
    background-color: #141314;
    color: #eceaea;
}

.container-right {
    right: 0px;
    position: absolute;
    width: 55%;
    min-height: 100vh;
    background-color: white;
}

.container-right .section:nth-child(n) {
    background-color: #141314 !important;
}

.container-right .section:nth-child(n) > .header,
.container-right .section:nth-child(n) > .body {
    color: #eceaea !important;
    margin-left: 0;
}

.container-right .section:nth-child(n) > .header,
.container-right .section:nth-child(n) > .body {
    margin-left: 0;
}

#quotes, #tagline {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: Helvetica-Extended;
    position: absolute;
    font-size: 5.7vw;
    line-height: 5.5vw;
    text-align: center;
    letter-spacing: -1px;
    margin-top: calc((-2.24vw) - 20px);
    padding: 0 30px 0 30px;
    outline: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -webkit-user-select: none;
    transform: translateZ(0);
    user-select: none;
}

.header {
    text-transform: uppercase;
    font-family: Helvetica-Extended;
    font-size: 2.7vw;
    line-height: 2.5vw;
    letter-spacing: -1px;
    text-align: left;
    outline: none;
    margin: 0px 30px 0px 30px;
    padding-top: 60px;
    width: auto;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -webkit-user-select: none;
    transform: translateZ(0);
    user-select: none;
}

nav {
    text-transform: uppercase;
    font-family: Helvetica-Extended;
    font-size: 1.2vw;
    line-height: 1.4vw;
    letter-spacing: 0px;
    outline: none;
    width: 100%;
    position: absolute;
    margin-bottom: 20px;
    float: left;
    bottom: 0px !important;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -webkit-user-select: none;
    transform: translateZ(0);
    user-select: none;
}

nav > ul > li > a {
    opacity: 1;
}

ul {
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

li {
    margin: auto !important;
    outline: none;
    display: block;
    flex: 0 1 auto;
}

ul, li, a {
    padding: 0px !important;
    bottom: 0px;
    list-style-type: none;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.image {
    height: 105vh;
    background-size: cover;
    background-color: #141314;
}

.team {
    padding-bottom: 0px !important;
}

.team:last-child {
    padding-bottom: 60px !important;
}

.body {
    margin: 0 30px 0 30px;
    padding: 40px 0 60px 0;
    font-family: Helvetica-Regular;
    font-size: 1.4vw;
    line-height: 1.8vw;
    width: auto;
}

.section:nth-child(n) {
    position: relative;
}

.section:last-child {
    padding-bottom: 0px;
}

p {
    margin: 0;
    padding: 0;
}

nav .active a {
    opacity: 1;
    text-decoration: underline;
    outline: none;
}

nav > ul > li > a:hover {
    opacity: 1;
    text-decoration: underline;
    outline: none;
}

nav > ul > li > a:focus {
    opacity: 1;
    text-decoration: underline;
    outline: none;
}

#quotes > p {
    position: absolute;
    -webkit-user-select: none;
    user-select: none;
}

.quote-on > span {
    opacity: 0;
    display: inline-block;
    -webkit-animation-name: flip, opacity;
    -webkit-animation-duration: 0.2s, 0.2s;
    -webkit-transform: translateZ(0);
    -webkit-animation-fill-mode: forwards;
    animation-name: flip, opacity;
    animation-duration: 0.2s, 0.2s;
    transform: translateZ(0);
    animation-fill-mode: forwards;
}

span:nth-of-type(2) {
    -webkit-animation-delay: 0.07s;
    animation-delay: 0.07s;
}

span:nth-of-type(3) {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
}

span:nth-of-type(4) {
    -webkit-animation-delay: 0.21s;
    animation-delay: 0.21s;
}

.quote-off {
    opacity: 0;
}

@keyframes flip {
    0%, 50% {
        transform: rotateX(180deg);
    }

    50.1%, 100% {
        transform: rotateX(0deg);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#whyus {
    padding-bottom: 0;
}

#list {
    padding-top: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#details {
    padding-bottom: 0;
}

#fineprint {
    font-size: 0.7vw;
    line-height: 1vw;
    padding-bottom: 22px;
    opacity: 0.15;
    text-align: center;
}