@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body {
	font-family: "Open Sans";
	font-size: 18px;
	color: #003366;
	background: white;
	line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}
.hero a {
	display: block;
	background-image: url("/site/templates/images/Header-2.jpg");
	background-size: 100%;
	padding-bottom: 25%;
}
.events__title {
	margin-bottom: 0;
}
.events__venue {
	margin-top: 0;
}
.events__date {
	display: none;
}
.date,
.time {
	display: none;
}

a {
	text-decoration: none;
	color: #1982c4;
}

.content {
	max-width: 1000px;
	padding: 1rem;
	margin: auto;
}

.venue__heading,
.price__heading,
.register__heading {
	margin-bottom: 0;
	font-size: 1.7rem;
}

dt {
	font-weight: bold;
}

.venue__location,
.venue__address,
.venue__phone {
	display: block;
}
.venue__location {
	font-weight: bold;
}

.register__link a {
	display:inline-block;
	padding:1rem 2rem;
	background: #1982c4;
	color:white;
	border-radius: .5rem;
}
