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

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

nav a {color: #e1f3fd;}

.scroll_heading {	
	color: #152e4d;
}

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

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

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

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