@charset "UTF-8";
.nav-item {
    color: #7B7B7B;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
}
.navbar-brand {
    color: #5F5D61;
}
#volunteersbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/volunteer_bg);
    background-position: 0% 55%;
    padding-top: 200px;
    padding-bottom: 200px;
}
#volunteersbanner .btn.btn-lg {
    background-color: hsla(0,0%,0%,0.78);
    border-style: none;
    color: hsla(0,0%,100%,1.00);
    text-transform: uppercase;
}
h2 {
    font-size: 1em;
    text-transform: uppercase;
    color: #656467;
}
#volunteersinfoDiv {
    padding-top: 40px;
    padding-bottom: 40px;
}
#volunteerformlink {
    color: #656467;
    text-align: justify;
    line-height: 30px;
    font-weight: 300;
}
.copyright {
    margin-top: -13px;
}
.centered {
    text-align: center;
}
.nopadding {
}
