
body {
    background-color: #e9e9e9;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #4f5355;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #4f5355;
    font-size: 14px;if;
}
:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #4f5355;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #4f5355;
    font-size: 14px;
}

.header {
    padding-top: 30px;
    padding-bottom: 50px;
}

.header div {
    text-align: center;
}

.logo img {
    padding: 0 10px;
    margin: 15px 0;
}

.footer {
   padding: 50px 0;
   text-align: center;
}

.contact-info-wrap, .form-wrap {
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
    letter-spacing: 1px;
    margin-bottom: 15px;
}


.contact-info-wrap h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 4px;
}

.contact-info-wrap h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-info-wrap h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-info-wrap p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.form-wrap input, .form-wrap textarea {
    background-color: rgba(96,105,111,0.06);
    border: none;
    width: 100%;
}
.form-wrap input {
    line-height: 20px;
    padding:15px;
    margin-bottom: 30px;
}

.form-wrap textarea {
    padding:15px;
    margin-bottom: 30px;
    height: 100px;
}

.form-wrap div.submit {
    text-align: right;
}

.form-wrap button.submit {
    background-color: background-color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    color: #b81c24;
    border: 1px solid #b81c24;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: 300;
}
.form-wrap button:hover {
    color: #ffffff;
    background-color: #b81c24;
}

.form-wrap input:focus , .form-wrap textarea:focus {
    outline:1px solid #b81c24;
}