body {
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px
}

.container {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

main {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5)
}

h1, h2 {
    font-family: 'Bevan', cursive;
    text-transform: uppercase;
    font-size: 45px;
    color: #a2210b
}

p {
    margin-bottom: 15px;
}

ol {
    line-height: 20px;
}

.red {
    background-color: rgba(162, 33, 11, 0.82);
    color: #fff;
    padding: 20px;
}

.black{
    background-color: rgba(0, 0, 0, 0.82);
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}



.black a,
footer a{
    color: #eee!important
}


ol.phpfmg_form {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

.form_field, .form_required {
    font-weight: normal!important;
}


ol.phpfmg_form input, ol.phpfmg_form textarea, ol.phpfmg_form select {
    border: 1px solid #ccc;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    border-radius: 0px!important;
}


.text_box, .text_area, .text_select {
    min-width: 160px;
    max-width: 400px!important;
    width: 100%;
    margin-bottom: 10px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    font-weight: 300;
    font-weight: normal;
    color: #000!important;
}

label {
    font-weight: 300!important;
}

.form_footer + br + br + div {
    display: none!important;
}

.form_button {
    background-color: #a2210b!important;
    color: #fff!important;
    font-weight: 300!important;
    margin-top: 24px;
}

.instruction {
    font-size: 14px!important
}