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

/*page definitions*/
#maincontainer {
	background: #fee3eb;	
}
nav {
	color: #83457b;
	background-color: #aec4e8;  
}

nav a {color: #83457b;}

.scroll_heading {	
	color: #aec4e8;
}

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

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

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

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