/*
CSS for African American Heritage Month site - December 2016
*/
footer div {
    background-color: #9305b6;
}
p.subHeading{
    background-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 12px;
    border-bottom-color: #333;
}
p.subHeading {
    background-color: #f4d2fc!important;
}
p.subHeading {
    color: black!important;
}
p.subHeading a {
    color:  #2b6d30 !important;
}
.carousel-inner{
    background-color: #f4d2fc;    
}
.carousel-caption a {
    color:  #2b6d30 !important;
}
div.container{
  background-color:#fce5b2;  
}
.eventContent h3{
    background-color: #047f0d !important;
}
.eventBox a {
    color: #2b6d30 !important;
}
.eventContent h4{
    color: #2b6d30;
}
.eventContainer h1, .eventContainer h2{
    color: #f4d2fc;
}
.badge {
    color: #2b6d30 !important;
}
a.toggleViewableContent {
    color: #fff !important;
}
div.featureBlock h3{
    color:#FBAEE3;
}
.eventContent{
    border: 1px solid #047f0d;
}
h1.featureHeading, h3.featureHeading, h4.featureHeading{
    color: #f4d2fc;
    background-color: #333 !important;
}
#accordion div.panel div.accordionHeading{
    background-color: #047f0d;
}
.panel-body h3{
    background-color:#dbfbdd;
}
i.fa-external-link{
    color:#9305b6;    
}
div.modal-content i.fa-external-link{ /* JT 20161028 */
    color:#fff;    
    padding-left: 0.25em;
}
div.featureBlock div.row div h2, div.featureBlock div.row div h2 a {
    color:#047f0d;
}
.customFigCaption, .modal-footer{
    background-color:#047f0d;
}
h2.paragraphHeading, h3.paragraphHeading, h4.paragraphHeading{
    color: #047f0d;
}
.modal-footer button.btn.btn-default{
 background-color:transparent;
}
body.home div.bgImgContainer {
	background: url("../images/backgrounds/home-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}
body.exhibits div.bgImgContainer {
	background: url("../images/backgrounds/exhibits-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}
body.video div.bgImgContainer {
	background: url("../images/backgrounds/video-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}
body.teachers div.bgImgContainer {
	background: url("../images/backgrounds/teachers-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}
body.images div.bgImgContainer {
	background: url("../images/backgrounds/images-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}
body.about div.bgImgContainer, body.legal div.bgImgContainer {
	background: url("../images/backgrounds/about-bkd.png") no-repeat center top;
	background-size:100%;
	border-radius:0;
}