
body {
    padding-bottom: 50px;
    background-color: #E6E6E6;
    font-family: verdana, Arial, serif;
    background: #E6E6E6;
}

.container {
    margin-top: 40px;
}

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;
}

.contact h3 {
}

.contact .message-content {
    width: 100%;
    height: 150px;

    box-sizing: border-box; /* For IE and modern versions of Chrome */
    -moz-box-sizing: border-box; /* For Firefox                          */
    -webkit-box-sizing: border-box;
}

.contact textarea {
    resize: none;
}

.contact textarea:focus, input[type="text"]:focus {
    outline: 0 none;
}

.contact .btn, .bar {
    background: none;
    text-shadow: none;
}


