#contact a {
    color: black;
    font-weight: 400;
}

#contact .name {
    text-transform: uppercase;
    font-size: 1.25em;
}

#contact .links {
    margin-top: 1.5em;
}

#contact .links i {
    width: 1.5em;
}

#contact hr {
    width: 75%;
    margin: 1em 0;
}

#contact form {
    margin-bottom: 1em;
}

#contact form textarea {
    resize: vertical;
}

#contact .hasError {
    border-color: #d9534f;
}

#contact .mistake {
    color: #f0ad4e;
}

#contact .failed {
    color: #d9534f;
}

#contact .success {
    color: #5cb85c;
}

@media screen and (max-width: 767px) {
    #contact .row > div:nth-child(2) {
        padding: 1em 0 0;
        text-align: center;
    }
    #contact hr {
        margin: 1em auto;
    }
}
