@charset "UTF-8";
/* CSS Document */

/* Main Page Mission Card Style */
.main-card {
	margin: 0px;
	width:100%; 
	box-shadow: 0 5px 6px -2px rgba(0,0,0,.5);
}

.main-card .header {
	background-image: url("../images/gradient.jpg");
	text-align: left;
	color: white;
}

.main-card .body {
	text-align: left;
}

/* Main Page Event Style */
.main-event-title {
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen-sans, ubuntu, cantarell, helvetica neue, helvetica, arial, sans-serif;
}

.main-event-card {
	margin-bottom: 5px;
}

.main-event-card .main-event-body {
	margin: 5px;
	padding: 5px;
}

.main-event-card .main-event-title {
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen-sans, ubuntu, cantarell, helvetica neue, helvetica, arial, sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}

.main-event-card .main-event-date {
	font-family: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen-sans, ubuntu, cantarell, helvetica neue, helvetica, arial, sans-serif;
	font-size: 1rem;
	padding: 1px;
	
}

.main-event-card .main-event-level {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1rem;
	color: #c3ad56;
}
