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

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

nav a {color: #1d3539;}

.scroll_heading {	
	color: #e5dcbf;
}

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

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

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

.slide_Regular {
	font-family: Century Gothic, sans-serif;
    font-style: italics;
}

.slide_Large {
	font-family: Century Gothic, sans-serif;
    font-style: italics;
}

.slide_Regular_Library {
	font-family: Century Gothic, sans-serif;
    font-style: italics;
}

.slide_Large_Library {
	font-family: Century Gothic, sans-serif;
    font-style: italics;
}
