body {
    background-image: linear-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, .1)), url('../img/thanks.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: 'El Messiri', sans-serif;
}

#nav_bar {
    background-color: #EEEEEE;
    padding: 5px;
    box-shadow: 0px 0.5px 5px #9E9C9C;
}

#nav_bar h1 {
    font-family: 'Pirata One', cursive;
    font-weight: 900;
    font-size: 50px;
    color: #6A0000;
}

#body {
    padding: 10px 50px 0 50px;
}

#body h1 {
    color: #6A0000;
}

.form {
    background-color: #6A0000;
    margin-top: 20px;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    font-size: 32px;
    font-family: 'El Messiri', sans-serif;
}

.form h2, .form label {
    color: white;
}

.form button {
    width: 100%;
}

#body h1 strong {
    font-family: 'Croissant One', cursive;
}

#map {
    padding: 0px 50px 50px 50px;
}

::-webkit-input-placeholder {
    color: black !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black !important;
}

:-ms-input-placeholder {
    color: black !important;
}
