
.thisDiv:hover{
	background-color: #f8efff;
	border-style: solid;
	border-width: 0.1px;
	border-color: #cc66ff
}

.link:hover{
	color: #5e2ca5;
}

.text-header-color {
	color: #4ca6ff;
}


/*----story-pages hiding/showing the navs----*/

#otherStories {
	display: none;
}

#toShowStories {
	display: block;
}

#toHideStories {
	display: none;
}

/*----Gallery-pages hiding/showing the navs----*/


#otherGalleries {
	display: none;
}

#toShowGalleries {
	display: block;
}

#toHideGalleries {
	display: none;
}
/*####BACKGROUND COLORS####*/



/*.bg-darkgrey {
	background-color: #8095A3;
}

.bg-navy {
	background-color: #646873;
}*/

.bg-silver, .bg-light-gray { background-color: #ddd }


.bg-softblue {
	background-color: #f1f8fe;
}

.bg-softred {
	background-color: #fef7f1;
}

.bg-softpurple2 {

background-color: #f7f1fe;
}

.bg-softpuke {
	background-color: #f8fef1;
}

.bg-softorange {
	background-color: #fff6e7;
}

.bg-softaqua {
	background-color: #e7fcff;
}

.bg-softpink {
	background-color: #ffe7f0;
}

.bg-lazygreen {
	background-color: #e3e2d8;
}

 .bg-lazygrey {
 	background-color: #d8dfe3;
 }

.bg-lazyred {
	background-color: #e3d8da;
}


.bg-deepBlue {
	background-color: #52B7F8;
}

.bg-sassypurple {
background-color: #f7f0ff;
}

.bg-sassyyellow {
	background-color: #f8fff0;
}

.bg-sassyred {
	background-color: #fff0f8;
}

.bg-sassygreen {
	background-color: #f0fff7;
}

.bg-lullgreen {
	background-color: #dae3d8;
}

.bg-lullred {
	background-color: #e1d8e3;
}

.bg-epicred {
	background-color: #E91736;
}


.bg-UMblue {
	background-color: #002D62;
}



.overflow-scroll { overflow-y: scroll; overflow-x: hidden;  }

#textboxHeight {
	height: 1500px;
}



/*!!!!!!!!!!!BORDERS!!!!!!!*/

.thisUMborder {
	border-style: solid; 
	border-color: #002D62;
	border-width: 3px;

}

.thisUMHover:hover {
	background-color: #b2c0cf;
}

.thisICCborder {
	border-style: solid; 
	border-color: #2C5F2F;
	border-width: 3px;
	box-sizing: border-box;
}

.thisICCHover:hover {
	background-color: #bfcfc0;
}


.thisWelbyborder {
	border-style: solid; 
	border-color: #7AD59E;
	border-width: 3px;
}

.thisWelbyHover:hover {
	background-color: #e4f6eb;
}

.thisWelbyborder-side {
	border-left: solid;
	border-right: solid;
	border-color: #D677B0;
	border-width: 10px;
}

.thisEpicborder {
	border-style: solid; 
	border-color: #E91736;
	border-width: 3px;
}

.thisEpicHover:hover {
	background-color: #f8b9c2;
}

.thisCanonborder {
	border-style: solid; 
	border-color: #343235;
	border-width: 3px;
}

.thisCanonHover:hover {
	background-color: #d6d6d6;
}

.thisPenborder {
	border-style: solid; 
	border-color: #ffe690;
	border-width: 3px;
}

.thisPenHover:hover {
	background-color: #fffae8;
}


.thisEduborder1 {
	border-left: solid;
	border-right: solid;
	border-color: #7AD59E;
	border-width: 10px;

}

#index-header {
	background-image: url("../images/index-header-final.jpg");
}

#index-footer {
	background-image: url("../images/index-footer.jpg");
}

#michigan-header {
	background-image: url("../images/edu/umich-header5.jpg");
}



#thisPage {
	text-decoration: line-through;
}


