@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.otf');
    font-weight: bold;
}


html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
    color: #9da6b8;
    font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #373c46;
    line-height: initial;
}

h1 {
    font-size: 4.2rem;
    margin: 2.2rem 0;
}

h2 {
    margin: 1rem 0;
}

.icon-logo {
    background: url(Assets/logo-svg.svg);
    width: 127px;
    height: 30px;
}


.icon-logo-footer {
    background: url(Assets/p-icon-footer.svg);
    width: 24px;
    height: 24px;
    margin-right: 20px;
}


.icon-access {
    background: url(Assets/inspect-elements-icon.svg);
    width: 116px;
    height: 83px;
}

.icon-colors {
    background: url(Assets/browse-colors-ico.svg);
    width: 116px;
    height: 83px;
}


.icon-export {
    background: url(Assets/export-assets-ico.svg);
    width: 99px;
    height: 81px;
}

.icon-arrow {
    background: url(Assets/arrow.svg);
    width: 19px;
    height: 8px;
}

.icon-twitter {
    background: url(Assets/twitter-logo.svg);
    width: 16px;
    height: 13px;
}

.icon {
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

button {
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s;
    border: none;
    width: 180px;
    height: 48px;
    color: #fff;
    border-radius: 50px;
    background-color: #6c63ff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
    margin: 14px 0;
}

button:hover {
    background: #fff;
    color: inherit;
    box-shadow: 0 13px 15px 0 rgba(0,0,0,.25);
    transform: translateY(-10px);
}

.content {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.content__center {
    align-items: center;
}

.content > div:first-child {
    width: 65.5%
}

header, section.main, section.try {
    background: #f4f6fa;
}

section.main, section.main .relative {
    min-height: 518px;
    font-size: 2rem;
    line-height: 3.2rem;
}
section.inspect, section.inspect .relative {
    min-height: 745px;
}
section.colors, section.colors .relative {
    min-height: 656px;
}
section.export, section.export .relative {
    min-height: 726px;
}
section.featured {
    position: relative;
    margin-top: 62px;
    border-top: solid 1px #eceff3;
    min-height: 103px;
}

header {
    height: 180px
}

section {
    padding: 36px 0;
}

.chrome-ext {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.hero-image, .inspect-image, .colors-image, .export-image {
    position: absolute
}

.export-image__wrapper {
    left: -244px;
    top: 124px;
}
.export-image__front {
    width: 400px;
    left: 233px;
    top: -80px;
}
.export-image__back {
    width: 455px;
}

.hero-image__wrapper {
    left: -297px;
    top: 25px;
}
.hero-image__front {
    width: 370px;
    left: 170px;
    top: -96px;
}
.hero-image__back {
    width: 723px;
}

.inspect-image__wrapper {
    left: -348px;
    top: 83px;
}
.inspect-image__back {
    width: 522px
}
.inspect-image__front {
    width: 400px;
    left: 321px;
    top: -39px;
}

.colors-image__wrapper {
    top: 2px;
    left: -12px;
}
.colors-image__front {
    width: 400px;
}
.colors-image__back {
    width: 450px;
    left: 179px;
    top: 77px;
}

.relative {
    position: relative;
}

.companion-link {
    display: flex;
    align-items: center;
}

.companion-link span {
    margin-right: 18px;
}

.companion-link__love {
    justify-content: flex-end;
    min-width: 375px;
}

.companion-link__love a {
    color: #6c63ff;
    font-weight: bold;
}

.companion-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#twttr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -180px;
    width: calc(100% + 450px);
}

.tweet {
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    padding: 24px 17px 0 35px;
    margin: 12px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #eceff3;
    position: relative;
}

#twttr .tweet:first-child {
    margin-left: 204px;
}

.tweet-author--image {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.tweet-author {
    display: flex;
    align-items: center;
}

.tweet-author--name {
    margin-left: 12px;
    text-decoration: none;
    color: #373c46;
    font-weight: bold;
}

.tweet-text p {
    margin: 12px 0;
    line-height: 2rem;
}

.tweet-text a {
    color: inherit;
    text-decoration: none;
}

.date {
    position: absolute;
    bottom: 13px;
    right: 17px;
    font-size: 1rem;
    text-transform: uppercase;
}

.twitter-posts {
    position: relative;
    overflow: hidden;
    padding-top: 6px;
    max-height: 370px;
}

.twitter-logo {
    position: absolute;
    top: 27px;
    right: 27px;
}

.twitter-cover {
    position: absolute;
    pointer-events: none;
    top: -24px;
    bottom: -24px;
    left: 0;
    right: 0;
    box-shadow: 0 0 24px 12px #fff inset;
}

.featured-by {
    position: absolute;
    top: -15px;
    background: white;
    width: 320px;
    left: 50%;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    transform: translateX(-50%);
}

.featured > .content {
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.featured > .content > div:first-child {
    width: auto;
}

.featured img {
    margin: 4px;
}

.try-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.try p {
    text-align: center;
    margin: 10px 0 15px;
    line-height: 2rem;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:center;
    font-size: 1.4rem;
    min-height: 120px
}

footer a {
    color: #6c63ff;
    text-decoration: none;
}

.created-by {
    display: flex;
    align-items: center;
}

.social {
    display: flex;
    align-items: flex-end;
}

@media(max-width: 1160px) {
    .content {
        flex-wrap: wrap;
        text-align: center;
        overflow: hidden;
        padding: 0 10px;
    }
    .content.content__reverse {
        flex-wrap: wrap-reverse;
    }
    .content > div, .content > div:first-child {
        width: 100%;
    }
    .content .relative {
        width: 100%;
    }

    .lg-alignment, br {
        display: none
    }

    .image {
        left: 0;
    }

    .try-content {
        text-align: center;
    }

    .main {
        padding-bottom: 0;
    }

    .hero-image__wrapper {
        transform: scale(0.9);
        top: 42px;
    }
    .image {
        left: 10px;
    }
}

@media(max-width: 800px) {
    .image {
        transform: scale(0.7);
    }

    .hero-image__wrapper {
        top: 100px;
        left: -10px;
    }

    .inspect-image__wrapper {
        transform: scale(0.6);
        left: -58px;
    }

    .export-image__wrapper {
        left: -70px;
    }

    section .relative {
        min-height: 470px !important;
    }
    .export .relative {
        min-height: 550px !important;
    }

    #twttr .tweet:first-child {
        margin-left: 12px;
    }

    #twttr {
        margin-left: 0;
    }

    .companion-link__love {
        min-width: 0;
    }

    .twitter-posts {
        min-height: 570px;
    }
}