body {
    border-top: 10px solid #1565c0;
    background-color: #fff;
}

.title {
    font-size: 4.2rem;
    line-height: 4.6rem;
}

.container {
    max-width: 70rem;
}

.post code {
    font-size: 1.2rem;
}

.article-list {
    list-style: none;
    padding: 0px;
}

.preview {
    margin-bottom: 6rem;
}

.preview h2 {
    margin-top: 3.2rem;
    margin-bottom: 0;
}

/*.preview h2 a {
    color: #212121;
}

.preview h2 a:hover {
    color: #1565c0;
}*/

.preview .post-title {
    margin-bottom: .75rem;
}

.preview .posted-on {
    margin-left: 0;
    margin-right: 1.5rem;
}

.preview--description {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.preview .post-meta span, .post .post-meta span {
    display: inline-block;
    font-size: 1.4rem;
}

.preview .post-meta i {
    text-align: center;
    width: 1.6rem;
    margin-left: 0;
    margin-right: 0.5rem;
}

.preview .post-meta i, .post .post-meta span i {
    color: #bfbfbf;
}

.preview--cta {
    display: block;
}

.hero {
    margin-bottom: 9.6rem;
}

.hero--avatar {
    float: right;
    margin-top: 1rem;
    margin-left: 1rem;
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
}

@media only screen and (min-width: 568px) {
    .hero--avatar {
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 20rem;
        height: 20rem;
    }
}

.hero--mission {
    font-size: 4.7rem;
    line-height: 5.2rem;
    margin-bottom: 1rem;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 6.4rem 0 2rem 0;
}

.hero--subline {
    margin-top: 0px;
    font-size: 2.8rem;
    line-height: 4.2rem;
    margin-bottom: 2rem;
}

.cta-main a {
    background: #1565c0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-family: Lato, Helvetica, sans-serif;
}

.cta-main a:hover {
    background: #2879d6;
    text-decoration: none;
}

.cta-secondary {
    margin-top: 3.2rem;
    font-family: Lato, Helvetica, sans-serif;
}

.cta-secondary a {
    border: 1px solid #1565c0;
    color: #1565c0;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.4rem;
}

.cta-secondary a:hover {
    background: #fff;
    text-decoration: none;
}

.home--title {
    margin-bottom: 1rem;
}

.footerbox {
    display: flex;
    clear: left;
    justify-content: space-between;
}
.footerbox--about p {
    margin-left: 80px;
}

.footerbox--about img {
    float: left;
    border-radius: 50px;
    width: 60px;
    margin: 2rem;
    margin-left: 0rem;
}

.newsletter--details {
    display: inline-block;
    font-size: 1.4rem;
}

.mc-field-group {
    margin-top: 0px;
    margin-left: 80px;
}

.footer--legal {
    font-size: 1.4rem;
    color: #bfbfbf;
    margin: 0px;
    text-align: center;
    margin-top: 6.4rem;
}

.footer--legal a {
    margin: 0px 1rem;
    display: inline-block;
}

.newsletter {
    margin-bottom: 6.4rem;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}

.newsletter-title {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.newsletter--mail {
    height: 37px;
    font-family: Lato, Helvetica, sans-serif;
    width: 100%;
    max-width: 300px;
    margin-bottom: 1rem;
}

.newsletter--action {
    background: #1565c0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-family: Lato, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    margin-bottom: 1rem;
}

.newsletter--action:hover {
    background: #2879d6;
}

.newsletter--action:active {
    background: #2064b1;
}
