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

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

nav a {color: #;}

.scroll_heading {	
	color: #;
}

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

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

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

.slide_Regular {
	font-family: ;
    font-style: normal;
}

.slide_Large {
	font-family: ;
    font-style: normal;
}

.slide_Regular_Library {
	font-family: ;
    font-style: normal;
}

.slide_Large_Library {
	font-family: ;
    font-style: normal;
}
