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

/*page definitions*/
#maincontainer {
	background: #DCDBEB;	
}
nav {
	color: #3b3096;
	background-color: #f1c803;  
}

nav a {color: #3b3096;}

.scroll_heading {	
	color: #f1c803;
}

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

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

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

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