@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);

body {
    margin: 0 auto;
    max-width: 1920px;
    font: 14px Raleway;
    color: #333;
    background: #f0ded4 url('../img/background.jpg') center repeat-y;
    background-size: cover;
}

p {
    text-align: center;
}
a img {
    display: block;
}
img {
    width: 100%;
    height: auto;
}

select.form-control {
    appearance: none;
    border: 2px solid white;
    border-radius: 0;
    height: 43px;
}
input.form-control {
    border: 2px solid white;
    border-radius: 0;
    padding: 11px 12px;
    height: 43px;
    font-size: 13px;
    line-height: 17px;
    box-shadow: none !important;
}
input.form-control:focus {
    border-color: white;
}

::-moz-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-webkit-input-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}

.btn {
    height: 39px;
    line-height: 36px;
    padding: 0px 23px;
    border: 2px solid #303030;
    outline: 0 !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    background: white;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    box-shadow: none !important;
}
.btn:hover {
    background: black;
    border-color: black;
    color: white;
}
.btn.disabled:hover {
    color: black;
}

#header {
    margin-top: 15px;
    margin-bottom: 15px;
}
#section {
    margin-top: 30px;
    margin-bottom: 30px;
}