body {
	background-color: #ffffff;
}
a {
	color: 0a2c4f; /* customize based on color scheme - nav background color*/
}
a.rounded-button {
    background-color: 0a2c4f; /* customize based on color scheme - nav color */
    color: ffffff;
}

/*page definitions*/
#maincontainer {
	background: #c7d8e0;	
}
nav {
	color: #ffffff;
	background-color: #0a2c4f;  
}

nav a {color: #ffffff;}

.scroll_heading {	
	color: #0a2c4f;
}

.honoree-button {
    background-color: #0a2c4f;   	
}

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

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

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

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

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

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