/*!
 * Custom Styles
 */

/* Contact */

#contact {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    background: #ffffff;
}

#contact textarea {
    padding: 10px 16px;
}

.contact-button {
    padding: 0;
    font-size: 25px;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    line-height: 75px;
}

@media (max-width: 768px) {
    .contact-name {
        margin-bottom: 15px;
    }
}
