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

/*page definitions*/
#maincontainer {
	background: #0e2f2b;	
}
nav {
	color: #0e2f2b;
	background-color: #dfa915;  
}

nav a {color: #0e2f2b;}

.scroll_heading {	
	color: #dfa915;
}

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

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

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

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