h3.muted {
    color: #08C;
}
/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 940px;
}
.container-narrow > hr {
    margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
section {
    margin-bottom: 45px;
}
form {
    margin: 0;
}
input.parsley-success,
textarea.parsley-success {
    color: #468847 !important;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}
input.parsley-error,
textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}
input {
    width: 150px;
    margin: 0 2px !important;
}
ul.parsley-error-list {
    font-size: 11px;
    margin: 2px;
    list-style-type: none;
}
ul.parsley-error-list li {
    line-height: 11px;
}
.social-buttons {
    padding: 5px 20px;
}
h3 {
    color: #FB4006;
}
.container-narrow > hr {
    margin: 15px 0 0 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .not-for-mobile {
        display: none;
    }
}
