/*
TABLE OF CONTENT

# Reset CSS
# Fonts
# Basic
# Header
# Main Content
    ## Sections
# Footer
# Media Queries
    ## max-width 1199px
    ## max-width 991px
    ## max-width 767px
    ## max-width 640px
    ## max-width 480px
    ## max-width 375px
*/

/*==============
# Reset CSS
===============*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==============
# Fonts
===============*/
/* Lato Regular */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Lato Medium */
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Medium.woff2') format('woff2'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Lato Bold */
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Lato Heavy */
@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato-Heavy.eot');
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Heavy.woff2') format('woff2'), url('../fonts/Lato-Heavy.woff') format('woff'), url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* Lato Black */
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/*==============
# Basic
===============*/
html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato-Regular', sans-serif;
    color: #353d41;
    background: #fff;
}

a,
a:active,
a:focus {
    outline: none;
}

.container {
    width: 970px;
    margin: 0 auto;
}

.row::after {
    clear: both;
}

.row::before,
.row::after {
    display: table;
    content: " ";
}

.gradient-bg {
    background: url("../images/grad-top.jpg") repeat-x center top,
    url("../images/grad-bottom.jpg") repeat-x center bottom;
}

.smile {
    color: #22b489;
}

/*==============
# Header
===============*/
.logo-block {
    padding: 60px 0 48px 0;
    text-align: center;
}

.logo img {
    width: 186px;
}
/*==============
## Sections
===============*/
/* Hero Section */
.hero-section {
    margin-bottom: 90px;
}

.hero-title {
    margin-bottom: 38px;
    font-family: 'Lato-Black', sans-serif;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.045em;
    word-spacing: -1px;
    color: #000;
}

.hero-text {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 34px;
    word-spacing: -1px;
}

.hero-text.first-paragraph {
    letter-spacing: 0.013em;
}

.hero-text.second-paragraph {
    letter-spacing: 0.007em;
}

/* Roadmap Section */
.roadmap-section {
    padding-bottom: 86px;
}

.section-title {
    padding: 99px 0;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    color: #303335;
}

.roadmap-features-block {
    margin-bottom: 26px;
}

.feature-item {
    height: 200px;
}

.feature-item.item-02 {
    margin-top: -3px;
}

.feature-item.item-03,
.feature-item.item-04 {
    margin-top: -2px;
}

.feature-item.item-05 {
    margin-top: -1px;
}

.feature-icon {
    position: relative;
    float: left;
    width: 10%;
}

.feature-icon::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 88px;
    left: 33px;
    top: 80px;
    background: url('../images/roadmap-line.png') no-repeat center transparent;
}

.feature-item.item-05 .feature-icon::after {
    content: initial;
}

.feature-info {
    float: left;
    width: 90%;
    padding-left: 3px;
}

.feature-info .feature-title {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.feature-info .feature-description {
    padding-left: 2px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.029em;
    color: #6d7478;
}

.feature-item.item-01 .feature-info .feature-description {
    letter-spacing: 0.034em;
}

.feature-item.item-03 .feature-info .feature-description {
    letter-spacing: 0.046em;
}

.roadmap-text {
    font-size: 20px;
    line-height: 40px;
}

.roadmap-text .smile {
    padding: 0 5px;
    font-size: 25px;
}

/* Team Section */
.team-section {
    margin-bottom: 100px;
}

.team-section .section-title {
    padding-top: 100px;
    letter-spacing: 0.03em;
    word-spacing: 2px;
}

.members-row {
    margin-bottom: 58px;
}

.member {
    float: left;
    width: 50%;
}

.member.left-col {
    padding: 0 40px 0 122px;
}

.member.right-col {
    padding: 0 40px 0 85px;
}

.member .avatar,
.member .info {
    display: inline-block;
    vertical-align: middle;
}

.member .avatar {
    margin-right: 30px;
}

.member .info {
    margin-top: 4px;
}

.member .info .name {
    display: block;
    margin-bottom: 9px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 22px;
    color: #2c3437;
}

.member .info .position {
    display: block;
    font-family: 'Lato-Medium', sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #9ca5af;
}

.button-block {
    padding-top: 41px;
}

.button-block .btn {
    display: block;
    width: 570px;
    height: 80px;
    margin: 0 auto;
    padding: 30px 0;
    border: 2px solid #117e4c;
    border-radius: 4px;
    font-family: 'Lato-Heavy', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    word-spacing: 2px;
    color: #fff;
    background: #1a955c;
    transition: .3s all ease-in-out;
}

.button-block .btn:hover {
    background: #117e4c;
    border: 2px solid #117e4c;
    transition: .3s all ease-in-out;
}

/*==============
# Footer
===============*/
footer {
    border-top: 1px solid #f1f2f3;
    text-align: center;
}

footer .container {
    position: relative;
}

.footer-logo {
    position: absolute;
    left: 0;
    top: 20px;
}

.footer-links {
    padding: 30px 0;
}

.footer-links li {
    display: inline-block;
    margin: 0 20px;
}

.footer-links li a {
    color: #99a9b4;
    font-family: "Lato-Bold";
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.002em;
    transition: .3s all ease-in-out;
}

.footer-links li a:hover {
    color: #1a955c;
    transition: .3s all ease-in-out;
}

/*==============
# Media Queries
===============*/
/*==============
## max-width 1199px
===============*/
@media (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .roadmap-section .section-title {
        padding: 85px 0;
        line-height: 45px;
    }
}

/*==============
## max-width 991px
===============*/
@media (max-width: 991px) {
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .roadmap-features-block {
        margin-bottom: 70px;
    }

    .feature-info {
        padding-left: 15px;
    }

    .member.left-col {
        padding: 0 40px;
    }

    .member.right-col {
        padding: 0 40px 0 65px;
    }

    .footer-logo {
        left: 15px;
    }

    .footer-links {
        text-align: right;
    }
}

@media (max-width: 799px) {
    .feature-item {
        height: auto;
        margin-bottom: 40px;
    }
}

/*==============
## max-width 767px
===============*/
@media (max-width: 767px) {
    .feature-icon {
        width: 11%;
    }

    .feature-info {
        width: 89%;
    }

    .member.left-col {
        padding: 0 20px 0 0;
    }

    .member.right-col {
        padding: 0 0 0 60px;
    }

    .footer-logo {
        display: block;
        position: static;
        margin-top: 30px;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }
}

/*==============
## max-width 640px
===============*/
@media (max-width: 640px) {
    .feature-item {
        margin-bottom: 60px;
    }

    .feature-icon {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }

    .feature-icon::after {
        content: initial;
        display: none;
    }

    .feature-info {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .feature-info .feature-title {
        text-align: center;
    }

    .button-block .btn {
        width: 450px;
    }

    .team-section .section-title {
        padding: 85px 0;
        line-height: 45px;
    }

    .members-row {
        margin-bottom: 0;
    }

    .member {
        width: 100%;
        float: none;
        max-width: 285px;
        margin: 0 auto 40px auto;
    }

    .member.left-col,
    .member.right-col {
        padding: 0;
    }

    .footer-links li {
        margin: 0 15px;
    }
}

/*==============
## max-width 480px
===============*/
@media (max-width: 480px) {
    .button-block .btn {
        width: 100%;
        padding: 15px 40px;
        line-height: 24px;
    }

    .footer-links li {
        display: block;
        padding-bottom: 10px;
    }
}

/*==============
## max-width 375px
===============*/
@media (max-width: 375px) {
    .hero-title {
        font-size: 33px;
    }
}
