@import url('https://fonts.googleapis.com/css?family=Asap:200,400,700');

html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    color: #222222;
    background-color: #fff;
    transition: background-color 0.5s ease;
    font-family: 'Asap', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #999999;
    display: inline-block;
}

a:hover {
    cursor: pointer;
    opacity: 0.8;
}

h1 {
    color: #000000;
    font-weight: 700;
    font-size: 59px;
    line-height: 56px;
    font-family: 'Asap', sans-serif;
    margin-right: 30%;
}

h2 {
    margin-right: 25%;
    margin-bottom: 2rem;
    font-size: 33px;
}

h4,
h5,
h6 {
    margin-bottom: 2rem;
    font-weight: 700;
    max-width: 600px;
    font-size: 24px;
    font-family: 'Asap', sans-serif;
}

h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 800px;
    font-size: 14px;
}

p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    font-family: 'Asap', sans-serif;
    margin-bottom: 16px;
    color: #000;
}

strong {
    font-weight: 700;
}

img {
    width: 100%;
}

header {
    width: 100%;
    height: 40px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    top: 0;
    transition: all ease 1s;
    position: fixed;
}

#logo {
    margin: 10px auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: grey;
}

#socialMedia a {
    right: 10px;
    top: 10px;
    position: fixed;
    height: -5px;
    width: 55px;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px 0 0;
    background-size: 55px;
    background-image: url(../svg/social.svg)
}

#socialMedia a:hover {
    background-image: url(../svg/socialH.svg)
}

#socialMedia a.twitter {
    background-position: 0 40%
}

#socialMedia a.facebook {
    background-position: 106% 40%
}

.fullContent.social {
    padding: 50px 0
}

#container {
    height: 100%;
}

.left {
    width: 50%;
    height: 100%;
    float: left;
}

.left P {
    margin-right: 30%;
}

.right {
    color: #FFFFFF;
    width: 50%;
    height: 100%;
    right: 0;
    position: fixed;
}

#small-title {
    font-size: 14px;
    margin-bottom: -20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.4;
}

#cover {
    margin-top: 24%;
    color: #808080;
    height: 100vh;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

h2 span {
    position: relative;
    float: left;
    opacity: 0.4;
    font-size: 80px;
    font-weight: 400;
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin: -100px 0px 0px 0px;
}

.download {
    -webkit-box-shadow: 6px 3px 14px 5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 6px 3px 14px 5px rgba(0, 0, 0, 0.13);
    box-shadow: 6px 3px 14px 5px rgba(0, 0, 0, 0.13);
    width: 100%;
}

.device {
    display: none;
}

.gh-mobile {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.bg-mobile {
    padding-bottom: 50px;
    height: auto;
}

.desktop {
    display: block;
}

#question1,
#question2,
#question3,
#question4,
#question5 {
    margin-top: 30%;
}

img.center {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}

img.gintro {
    display: none;
    max-width: 425px;
    width: 100%;
}

img.keycolor {
    top: 60px;
    position: absolute;
    width: 300px;
}

div#left section {
    padding: 5.5em;
}

.left section {
    margin-left: 22%;
    margin-bottom: 80vh;

}

section {
    height: 100vh;
    display: inline-table;
}

.section {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
}

.flexbox {
    height: 100%;
    margin: 0 2.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.icon {
    padding-top: 0.75em;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.rightContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rightImg {
    max-width: 90%;
    max-height: 90%;
}

.rightVertImg {
    height: 90%;
}

.moreinfo {
    margin-right: 10%;
    display: block;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}

.more {
    border: 1px solid #c6c6c6;
    padding: 8px;
    border-radius: 50px;
    margin-right: 30%;
    margin-top: 1%;
    color: #383737;
}

.more:hover {
    background-color: #C6C6C6;
    color: #fff;
    cursor: pointer;
}

.reference {
    font-size: 12px;
    line-height: 14px;
    text-align: border;
    letter-spacing: 0.2px;
}

.colorintro {
    background-color: #e1b129;
}

.color2 {
    background-color: #357e85;
}

.color3 {
    background-color: #929965;
}

.color4 {
    background-color: #e1b129;
}

.color5 {
    background-color: #357e85;
}

.color6 {
    background-color: #929965;
}

.color7 {
    background-color: #e1b129;
}

.nopadding {
    margin-bottom: 20vh;
}

@media(max-width:1440px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media(max-width:1280px) {
    h1 {
        font-size: 37px;
    line-height: 41px;
    }


}

@media(max-width:1024px) {
    .right {
        display: none;
    }

    .left {
        width: 100%;
    }

    .left section {
        margin-bottom: 0;
    }

    .device {
        display: block;
    }
    
    section {
    height: 50vh;
    }
    .more {
        margin-bottom: 60px;
    }

    #cover {
        margin-top: 15%;
        margin-bottom: 10%;
    }

    #small-title {
        text-align: center;
    }

    h1 {
        text-align: center;
        margin-left: 0;
    }
    #footer {
        margin-top: 80px;
    }
    img.gintro {
    display: block;
    }
}

@media(max-width:425px) {
    h1 {
        margin-right: 0;
    }
    section {
        padding: 20px;
    }

    .left section {
        margin-left: 0px;
    }

    .left P {
        margin-right: 0%;
    }
    h2 {
        margin-right: 5%;
    }
    #question1, #question2, #question3, #question4, #question5 {
    margin-top: 50%;
}

@media(max-width:375px) {}

@media(max-width:320px) {}