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

/*page definitions*/
#maincontainer {
	background: #e4e8de;	
}
nav {
	color: #003246;
	background-color: #e4e8de;  
}

nav a {color: #003246;}

.scroll_heading {	
	color: #e4e8de;
}

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

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

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

.slide_Regular {
	font-family: Palatino Linotype, Book Antiqua, serif;
    font-style: italics;
}

.slide_Large {
	font-family: Palatino Linotype, Book Antiqua, serif;
    font-style: italics;
}

.slide_Regular_Library {
	font-family: Palatino Linotype, Book Antiqua, serif;
    font-style: italics;
}

.slide_Large_Library {
	font-family: Palatino Linotype, Book Antiqua, serif;
    font-style: italics;
}
