@charset "utf-8";
/* CSS Document */



#contact {
    padding-bottom: 1px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#contact .well {
    margin-top: 10px;
    border-radius: 0;
}

#contact .form-control {
    border-radius: 0;
    border: 2px solid #1e1e1e;
}

#contact button {
    border-radius: 0;
    border: 2px solid #1e1e1e;
}

#contact .row {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #contact iframe {
        margin-bottom: 15px;
    }

}
