header.how-it-works-header {
    background: url("../../img/How-It-Works-Header.png") no-repeat center center;
    background-size: cover;
    min-height: 365px;
    width: 100%;
}
.how-it-works-header .header-main-info h2 {
    color: white;
    font-size: 4em;
    font-family: KeepCalm-Medium;
}
.how-it-works-header .header-main-info h6 {
    font-size: 1em;
    margin: 30px 0;
    color: white;
}
.how-it-works-image-field input {
    margin-right: auto;
    margin-left: auto;
}
.no-padding {
    padding: 0;
}
#inspiration-awaits {
    background: url("../../img/How It Works-Footer.jpg") no-repeat center center;
    background-size: cover;
    height: 650px;
    width: 100%;
    display: table;
}
#inspiration-awaits .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
}
#inspiration-awaits .inner h3 {
    font-size: 4em;
}
#inspiration-awaits .inner h6 {
    font-size: 1em;
    margin: 20px 0;
}
#inspiration-awaits .inner .btn {
    font-size: 1em;
}
#how-it-works,
#app-layout {
    background-color: #d2d2d2;
}
.post {
    background-color: white;
    margin: 65px 0px;
}
.post:first-child {
    margin-top: -15px;
}
.post:last-child {
    margin-bottom: 175px;
}
.post .row {
    padding: 15px 15px 50px 15px;
    margin-right: 0px;
    margin-left: 0px;
}
.post h3 {
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 30px;
    display: inline-block;
}
.post img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post .post-text {
    /*max-width: 85%;*/
}
.post a,
.post form,
.post form input {
    display: inline-block;
    margin-bottom: 12px;
}
textarea {
    resize: none;
}
@media (min-width: 768px) {
    .post h3 {
        text-align: center;
    }
}