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

/*page definitions*/
#maincontainer {
	background: #c8c7c7;	
}
nav {
	color: #00084a;
	background-color: #e3c257;  
}

nav a {color: #00084a;}

.scroll_heading {	
	color: #e3c257;
}

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

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

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

.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;
}
