body {
	background: #92dac5 ;
    
}




h1 {
	font-size: 3.1rem;
	line-height: 1.1em;
	margin: 0.75em 0;
	margin-bottom: 1rem;
	color: #0c2340;
}

.CEvent-date {
	border: 1px solid #0C2340;
	border-radius: 7px;
	padding: 1rem 0.75rem;
margin-bottom: 10px;
}

.CEvent-date p:first-of-type {
	font-size: 1.125rem;
	line-height: 1.25em;
	margin: 0;
}

.CEvent-date p:last-of-type {
	font-size: 1rem;
	line-height: 1.2em;
	margin: 0;
	margin-top: 0.25rem;
}

.last-p {
	margin-top: 1rem;
}

.job-code {
	padding-top: 10%;
}


@media only screen and (max-width: 769px) {
	body::before {
		content: none;
	}
}