body {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0;
}
.header {
    height: 42px;
    border-bottom: 1px solid #eeeeee;
    padding: 8px;
    position: fixed;
    width: 100%;
    background: #ffffff;
}
.logo {
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    border-radius: 3px;
    vertical-align: text-bottom;
}
h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 10px 11px;
    display: inline-block;
}
.header-blog-button {
    display: inline-block;
    padding: 5px 7px;
    margin: 10px 20px 0 0;
    border-radius: 5px;
    float: right;
    color: #ffffff;
    font-size: 14px;
    background: #7986CB;
}
.first-wrapper {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.first-wrapper-image {
    max-width: 100%;
    margin: 60px 0 20px 0;
}
h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 auto 10px auto;
}
.first-wrapper-description {
    margin: 0 auto 80px auto;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    max-width: 340px;
}
.content-wrapper {
    margin: 0 auto 80px auto;
    max-width: 350px;
    text-align: center;
}
.content-title {
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
}
.content-image {
    width: 100%;
    border-radius: 5px;
}
.content-text {
    margin: 10px 0;
    font-weight: 300;
    font-size: 17px;
}
.content-button {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500;
    padding: 0 15px;
    color: #ffffff;
    background-color: #7986CB;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
}
.content-button a {
    color: #ffffff;
}
.category-button {
    margin: 5px 0 0 0;
}
.footer {
    font-weight: 300;
    margin-top: 100px;
    background-color: #333;
    bottom: 0;
    padding: 50px 30px 0 30px;
    text-align: center;
}
.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-app-icon {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
.footer-item {
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: center;
}
.footer-item a {
    color: #ffffff;
}
.footer-division {
    width: 100%;
    height: 1px;
    background-color: #606060;
    margin: 20px 0;
    border: none;
}
.contact {
    display: block;
    margin: 30px 0 10px 0;
}
.contact-email {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}
.contact-icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.footer-social-wrapper {
    padding: 5px 0 40px 0;
    color: #fff;
    line-height: 20px;
}
.footer-social-icon {
    display: inline-block;
    margin: 0 3px 0 3px;
    width: 40px;
    border-radius: 50%;
}
.footer-legals {
    font-size: 15px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
p {
    margin: 0;
}
@media screen and (min-width: 600px) {
    body {
        margin: 0 auto;
    }
    .first-wrapper-image {
        padding-top: 50px;
    }
    .first-wrapper-description {
        max-width: 560px;
        margin: 0 auto 100px auto;
    }
    .content-wrapper {
        margin: 0 auto 80px auto;
    }
    .content-title {
        color: #212121;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin: 10px 0;
    }
    .content-image {
        width: 100%;
        border-radius: 5px;
    }
    .content-text {
        margin: 10px 0;
        font-weight: 300;
        font-size: 17px;
    }
    .content-button {
        margin: 2px;
    }
    .footer {
        text-align: center !important;
    }
    .footer-app {
        margin: 0 auto 30px auto;
    }
    .footer-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer-division {
        margin: 30px auto;
    }
    .footer-social-icon {
    }
    .contact {
        margin: 30px 0 10px 0;
    }
    .footer-legals {
        margin-left: 0;
    }
}