/*body {
	background-color: #92bbbb !important;
}
.page-container {
	background-color: #fff;
}
*/
#headtitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	
	color: #FEFA20;
	text-align: center;
}

#eventslist  p {
	margin:0;
}



@media only screen and (min-width: 1000px) {
 #headtitle {
 	font-size: 36px;
 }
}
@media only screen and (min-width: 750px) and (max-width: 999px) {
 #headtitle {
 	font-size: 24px;
 }
}
.table > :not(caption) > * > * {
	padding:0.2rem;
}

.bg-dark {
	background-color: #FDD868 !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #660000;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
h5 {
	color:red;
}
h5.card-title {
	color:#000080;
}

.navbar-dark .navbar-toggler {
	background-color:#5BB2F1;
	border-color: #FEFA20;
}
@media only screen and (max-width: 767px) {
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: left;
}
}
