body,
html {
    overflow-x: hidden;
    font-family: 'Times New Roman', Times, serif, Arial, Helvetica, sans-serif;
}



.banner {
    text-align: center;
    padding-top: 1em;
    color: white;
    overflow: hidden;
    background: #C04848;
    /* fallback for old browsers */
    /* background: linear-gradient(rgb(9, 62, 111), rgb(192, 72, 72, 0.8)), url("hands.jpeg");*/
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(rgba(9, 62, 111), rgb(101, 183, 242, 0.8)), url("hands.jpeg");
    background: linear-gradient(rgba(3, 34, 77), rgb(3, 34, 77, 0.8)), url("hands.jpeg");  */
    background: linear-gradient(rgb(79, 129, 188, 0.5), rgb(3, 34, 77, 0.4)), url("hands.jpeg");
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-size: cover;*/
    background-position: center;
}

section h1 {
    text-align: center;
    margin: 1em;
    font-size: 4vw;
    font-weight: bold;

}

section h3 {
    text-align: center;
    padding: 1em;

}

.banner .container {}

.hero-header h1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: bolder;
    font-size: 6vw;

}

.hero-header .hero-header h5 {
    padding: 1em;
    font-weight: lighter;
}

.hero-header button {
    width: 15em;
    padding: 1.5em;
    margin: 2.5em 0em;
}

.navbar-nav {
    text-align: right;

}

#aboutus,
#services,
#careers {
    margin-top: 4em;
    padding-top: 2em;
}

.career {
    margin: 2em;

}

.contact input[type=text],
.contact select,
.contact textarea {
    width: 80%;
    padding: 0.8em 1.2em;
    margin: 0.5em 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0.1em;
}

.contact p {
    text-align: center;
}

.contact input[type=submit],
.contact input[type=reset] {
    padding: 1em 3em;
    margin: 0.2em;
}

.contact input[type=submit] {
    background-color: #EDAB31;
    border: 1px solid #EDAB31;
    color: ;
    border-radius: 4px;
}

.contact input[type=reset] {
    background-color: #3282B4;
    border: 1px solid #3282B4;
    color: ;
    border-radius: 4px;
}

.grievance {
    background-color: #4F81BC;

}

.grievance_note {
    margin: 4em 0em;
    padding: 3em;
    color: #FFFFFF;
}

.grievance_note address {
    font-size: small;
    font-weight: lighter;
    text-align: center;
}


.footer {
    padding: 2rem 0rem;
    background-color: #4F81BC;
    color: #FFFFFF;
    font-size: small;
}

.footer h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: small;
}

.footer p {
    margin: 0em;
    /* reduce space between paragraphs*/
    font-style: italic;
    font-weight: lighter;
}

.footer a {
    color: #fff;
}

.footer_note {
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-size: small;
    height: 5em;
    line-height: 5em;
    background-color: #FFFFFF;
}

.application {
    width: 100%;
}

.application form {
    display: inline-block;
}

.equal {
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-size: small;
}