
.contact h3 {
    display: inline;
    margin-left: 5px;
    font-family: 'Monda', Arial, serif;
    font-weight: 400;
}

.contact {
    color: white;
    border-radius: 7px;
    padding: 8px;
    -webkit-box-shadow: 0px 0px 2px 0px #000000;
    box-shadow: 0px 0px 2px 0px #000000;
    background: none !important;
}

.contact *{
    background:none !important;
}
.contact h3 {
}

.contact .message-content {
    width: 100%;
    height: 150px;

    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
}

.contact textarea {
    resize: none;
}

.contact textarea:focus, .contact input[type="text"]:focus {
    outline: 0 none;
}

.contact .btn, .bar {
    background: none;
    text-shadow: none;
}
.contact input{
    -webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
}