/*
CSS for Women's History Month site
*/
footer div {
    background-color: #ab5108;
}
p a {
    color:#076792;
}
p.subHeading {
    background-color: #7f3a02;
    border-bottom-style: solid;
    border-bottom-width: 12px;
    border-bottom-color: #333;
}
.carousel-inner {
    background-color: #fce6d4;    
}
div.container {
  background-color:#fce5b2;  
}
.eventContent h3 {
    background-color: #0f523f !important;
}
.eventContent h4 {
    color: #03916b;
    margin: 4px 0px 0px -5px;
	font-size: 1.9em;
    padding-bottom: 2px;
}
.eventContainer h1, .eventContainer h2 {
    color: #fce6d4;
}
div.featureBlock h3 {
    color:#FBAEE3;
}
.eventContent {
    border: 1px solid #0f523f;
}
h1.featureHeading, h3.featureHeading, h4.featureHeading {
    color: #fce6d4;
    background-color: #333 !important;
}
#accordion div.panel div.accordionHeading {
    background-color: #0f523f;
}
.panel-body h3 {
    background-color:#c7fbed;
}
i.fa-external-link {
    color:#c5681d;    
}
div.modal-content i.fa-external-link { /* JT 20161028 */
    color:#fff;    
    padding-left: 0.25em;
}
/* - did taking this out vrak anythign?
.row {
    margin-right:-15px;
	margin-left:-15px;
}*/
.row.eventContainer {
    margin-right:0px;
	margin-left:0px;
}
.col-sm-6 {
    float:right;
}
/*
div.featureBlock div.row div p {
    padding: 0;
    margin-left: 20px;
    margin-right: -10px;
}*/
.customFigCaption, .modal-footer {
    background-color:#0f523f;
}
h2.paragraphHeading, h3.paragraphHeading, h4.paragraphHeading {
    color: #0f523f;
}
.modal-footer button.btn.btn-default {
 background-color:transparent;
}
.badge {
    color:#03616f!important
}

div.featureBlock div.row div h2, div.featureBlock div.row div h2 a {
    color:#0f523f;
    padding: 0;
    /*margin-left: 10px; try 5 px*/
	margin-left: 5px;
    margin-right: -10px;
}

div.featureBlock div.row div p {
    padding: 0;
    /*margin-left: 20px*/
	margin-left: 10px;
    margin-right: -10px;
}

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;
}