@charset "UTF-8";
#programbanner {
    background-image: url(../img/prog_bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#programs article {
    text-align: justify;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    color: hsla(0,1%,31%,1.00);
    font-size: medium;
    padding-bottom: 10px;
    padding-top: 20px;
}
#programs {
}
#programbanner h4 {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3em;
    background-color: hsla(0,0%,0%,0.64);
    color: hsla(0,0%,100%,1.00);
    padding-top: 200px;
    padding-bottom: 200px;
}
