/* CSS Document */
footer div {
    background-color: #07349A;
}
p.subHeading{
    background-color: #07A3FC;
    border-bottom-style: solid;
    border-bottom-width: 12px;
    border-bottom-color: #333;
}
.carousel-inner{
    background-color: #DBF0FC;    
}
div.container{
  background-color:#f9decd;  
}
.eventContent h3{
    background-color: #910565 !important;
}
.eventContent h4{
    color: #E6059F;
}
.eventContainer h1, .eventContainer h2{
    color: #FBAEE3;
}
div.featureBlock h3{
    color:#FBAEE3;
}
.eventContent{
    border: 1px solid #910565;
}
h1.featureHeading, h3.featureHeading, h4.featureHeading{
    color:#FBAEE3;
    background-color: #333 !important;
}
/*
#accordion div.panel div.accordionHeading{
    background-color: #07A3FC;
}
*/
.panel-body h3{
    background-color:#DBF0FC;
}
i.fa-external-link{
    color:#df5704;    
}
div.modal-content i.fa-external-link{ /* miev 20170901 */      
    padding-left: 0.25em;
}
div.featureBlock div.row div h2, div.featureBlock div.row div h2 a {
	color: #D70595;
}
.carousel-caption p a {
	color: #070595!important;
}
.customFigCaption, .modal-footer{
    background-color:#910565;
}
h2.paragraphHeading, h3.paragraphHeading, h4.paragraphHeading{
    color: #D80796;
}
.modal-footer button.btn.btn-default{
 background-color:#910565;
}
div.carousel-caption p {
    font: .9em arial, sans-serif;
}
.carousel-caption p.small {
	font-size: 83%;
}
p.subHeading, div.accordionHeading {
    background-color: #0372b1!important;
}
.badge {
	color: #027a8c!important;
}
ul.standard li a {
	color: #070595!important;
}
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.audio-and-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;
}