body {
	background-color: #1e5a7e;
}
a {
	color: 184b69; /* customize based on color scheme - nav background color*/
}
a.rounded-button {
    background-color: 184b69; /* customize based on color scheme - nav color */
    color: ffffff;
}

/*page definitions*/
#maincontainer {
	background: #ebebeb;	
}
nav {
	color: #ffffff;
	background-color: #184b69;  
}

nav a {color: #ffffff;}

.scroll_heading {	
	color: #184b69;
}

.honoree-button {
    background-color: #184b69;   	
}

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: #184b69; 
  }
}

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