body {
	background-color: #6896ad;
}
a {
	color: 223947; /* customize based on color scheme - nav background color*/
}
a.rounded-button {
    background-color: 223947; /* customize based on color scheme - nav color */
    color: f3ddb8;
}

/*page definitions*/
#maincontainer {
	background: #f7e8ce;	
}
nav {
	color: #f3ddb8;
	background-color: #223947;  
}

nav a {color: #f3ddb8;}

.scroll_heading {	
	color: #223947;
}

.honoree-button {
    background-color: #223947;   	
}

a.honoree-button-link {
	color: #f3ddb8;
}

@media screen and (max-width: 999px) { /* only do this if the screen size becomes less than 990px */
  a.mobile_menu {
	  background-color: #223947; 
  }
}

.slide_Regular {
	font-family: Arial, Helvetica, sans-serif;
    font-style: italics;
}

.slide_Large {
	font-family: Arial, Helvetica, sans-serif;
    font-style: italics;
}

.slide_Regular_Library {
	font-family: Arial, Helvetica, sans-serif;
    font-style: italics;
}

.slide_Large_Library {
	font-family: Arial, Helvetica, sans-serif;
    font-style: italics;
}
