.content-container {
    padding: 0;
    width: 100%;
    margin: 0;
}

#contnet {
    overflow: hidden;
}

.hero {
    text-align: center;
    background: black;
    padding: 7rem;
    padding-bottom: 9rem;
    color: white;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.9)), url(/themes/unfollo/img/backgrounds/american-flag-wall.jpg);
    background-size: cover;
    background-position-x: center;
}

.hero-content {
    max-width: 1050px;
    margin: 0 auto;
}

.hero-logo {
    margin-top: 3rem;
    margin-left: 9rem;
}

.hero-logo img {
    width: 100%;
    max-width: 250px;
}

.hero .title {
    font-size: 2rem;
    font-weight: bold;
}

.hero .subtitle {

}

.hero a {
    padding: 1rem 6rem;
    display: inline-block;
    border: 2px solid white;
    margin: 4rem;
    color: white;
    border-radius: 5px;
    transition: box-shadow ease .2s;
    text-decoration: none;
    font-weight: bold;
}

.hero a:hover {
    box-shadow: 0px 0px 0px 1px white;
}

.features {
    max-width: 1050px;
    margin: 0 auto;
    margin-top: -3rem;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    border-radius: 5px;
}

.features h2 {
    text-align: center;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.features .features-item {
    padding: 3rem;
}

.features .features-item-dec {
    padding-right: 3rem;
}

.features .features-item-icon {
    font-size: 6rem;
    padding: 0;
    text-align: center;
    margin-right: 3rem;
}

.fa-analytics {
    font-size: 5rem;
    margin-top: -1rem;
}

.fa-comment-alt-times {
    font-size: 5rem;
}

.fa-user-secret {
    margin-top: -1rem;
}

.features .features-item-icon svg {
    vertical-align: middle;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}

.features .features-item h3 {
    margin: 0;
    margin-bottom: 1rem;
}

.features .features-item p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0;
}

.articles {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
}

.stats {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.stats-content {
    max-width: 1050px;
    padding: 3rem 0;
    margin: 0 auto;
    /*border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;*/
}

.stats img {
    width: 100%;
    max-width: 100px;
}

.stats .stats-item {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    border-radius: 5px;
    padding: 2rem 3rem;
}

.stats .stats-item h3 {
    font-weight: normal;
    margin: 0;
    color: #bbbbbb;
}

.stats .stats-item span {
    font-size: 3rem;
    font-weight: bold;
}
.stats .stats-item-icon {
    text-align: center;
    display: none;
}
.stats .stats-item-dec {
    text-align: center;
}

footer {
    max-width: 1050px;
    margin: 0 auto;
}

footer .footer-wrapper {
    display: block;
}

.hero-footer {
    display: none;
}

@media (max-width: 600px) {

    .hero {
        padding: 0;
        padding-bottom: 6rem;
    }
    
    .hero a {
        display: block;
        margin: 2rem;
    }

    .hero-logo {
        margin-left: 0;
    }

    .hero-logo img {
        max-width: 150px;
    }

    .hero-desc {
        margin-top: 3rem;
    }

    .hero-footer {
        display: block;
        padding: 0;
    }

    .features {
        padding: 1rem 2rem;
        max-width: 90%;
    }

    .stats {
        margin: 0;
        margin-left: -11px;
        margin-right: -11px;
    }

    .stats-content {
        max-width: 90%;
    }

    .stats-item {
        margin-bottom: 1rem;
    }

    .features .features-item {
        text-align: center;
    }
    .features .features-item-icon {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .articles, footer {
        padding: 0 2rem;
    }
}