@charset "UTF-8";
#volunteerbanner {
    background-image: url(../img/volunteer_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#volunteerbanner h4 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4em;
    background-color: hsla(0,0%,0%,0.44);
    color: hsla(0,0%,100%,1.00);
    padding-top: 150px;
    padding-bottom: 150px;
}
#volunteerliterature {
    padding-bottom: 35px;
    padding-top: 10px;
}
.pubteam {
    text-align: center;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.pubteam article {
    text-align: justify;
    font-size: medium;
    padding-bottom: 10px;
    line-height: 27px;
    padding-left: 0px;
    padding-right: 0px;
    color: hsla(0,1%,31%,1.00);
    padding-top: 20px;
}
.volunteerarticle {
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: hsla(0,1%,31%,1.00);
    font-size: medium;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
}
.committeebtn {
    background-color: hsla(0,0%,0%,1.00);
    color: hsla(0,0%,100%,1.00);
}
.greybg {
    background-color: hsla(0,0%,96%,1.00);
}
.volunteerteamheader h6  {
    font-size: 2em;
    color: hsla(0,0%,100%,1.00);
    text-transform: capitalize;
    padding-left: 25px;
}
.volunteerteamheader {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: hsla(129,53%,47%,1.00);
}
.whitebg {
    background-color: hsla(0,0%,100%,1.00);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
