/*
CSS for Native American Heritage Month site - October 2016
*/
/*
footer div {
    background-color: #579f03;
}*/

/* tsal added xsmall on Oct 31, */
/* 2023 to fit caption with */
/* long descriptive text on carousel */

.xsmall 
{ font-size:80%;
line-height: 1em;}

/*  END xsmall */
p.subHeading{
    background-color: #2e5501;
    border-bottom-style: solid;
    border-bottom-width: 12px;
    border-bottom-color: #333;
}
.carousel-inner{
    background-color: #e6fccc;    
}
div.container{
  background-color:#fce5b2;  
}
/*
.eventContent h3{
    background-color: #fca204 !important;
}
.eventContent h4{
    color: #fca204;
}
*/
.eventContainer h1, .eventContainer h2{
    color: #fdde07;
}
div.featureBlock h3{
    color:#FBAEE3;
}
.eventContent{
    border: 1px solid #fca204;
}
h1.featureHeading, h3.featureHeading, h4.featureHeading{
    color:#fdde07;
    background-color: #333 !important;
}
#accordion div.panel div.accordionHeading{
    background-color: #2e5501;
}
.panel-body h3{
    background-color:#e6fccc;
}
i.fa-external-link{
    color:#df5704;    
}
div.modal-content i.fa-external-link{ /* JT 20161028 */
    color:#fff;    
    padding-left: 0.25em;
}
div.featureBlock div.row div h2 {
    color:#579f03;
}/*
div.featureBlock div.row div h2, div.featureBlock div.row div h2 a {
    color:#579f03;
}
*/
/*
.customFigCaption, .modal-footer{
    background-color:#fca204;
}
*/
h2.paragraphHeading, h3.paragraphHeading, h4.paragraphHeading{
    color: #579f03;
}
.modal-footer button.btn.btn-default{
 background-color:#fca204;
}

/********* custom styles that were in the header block *********/
			/*TOP NAV BAR COLOR */
ul.menu li a {
    color: #CCC!important;
}
/*******************/
/*HEADER paragraph read more  LINKS*/
.pageContent p a {color: #57CAFF!important;}

/*******************/

/*HOMEPAGE CHANGES*/
/***carousel link*****/
/*this is teachers page-.featureBlock div.row a*/
div.pageContent div.carousel-caption p a, .featureBlock div.row a
{color:#06238f!important;}
/*******************/

/*EVENT HIGHLIGHT LINK and FONT*/

.eventContent h4 {font-size: 2.25em!important;
color: #2e5501!important;
}
.eventContent {border: 1px solid #2e5501!important;}
div.eventContent h3 {
	background-color: #2e5501!important;}
div.eventBox p a, div.itemBottomBorder p a
{color:#0078ae!important;}
/*******************/


/*LISTS on Exhibits and Audio page */
a.toggleViewableContent{
	color: #FFF!important;}

.panel-default > .panel-heading .badge  { color: #2e5501;}
div.panel-body h3
{
color:#fff!important;}

/*******************/

/*** IMAGES BACKGROUND ***/
.customFigCaption, .modal-footer, .modal-footer button.btn.btn-default {
    background-color:#2e5501!important;
}
/*******************/

/***TEACHERS TITLE ****/

div.featureBlock div.row div h2 a {
    color:#498206!important;
}
/*About page headings*/
h2.paragraphHeading {
	color:#498206!important;
}
/*******************/

/********FOOTER ***********/
footer div {
    background-color:#2e5501!important;
}
/*******************/
/*EXTERNAL LINK ICON */
/*ABOUT*/
.customFigCaption i.fa-external-link {
    color: #57CAFF!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.images div.panel-body h3 {
	background-color: #2e5501;
}
body.images .panel-default > .panel-heading .badge  {
	color: #2e5501;
}
body.images div.featureBlock div.row div h2 a { 
	color: #2e5501;	
}
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;
}