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

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

nav a {color: #ffffff;}

.scroll_heading {	
	color: #60c5b7;
}

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

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

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

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

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

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

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