body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.topnav {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
 	overflow: hidden;
 	background-color: white;
	font-family: 'Manjari', sans-serif;
}

.topnav a {	
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #369eba;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #369eba;
  color: white;
}

.topnav a#active {
  background-color: #f2df61;
  color: #142d91;
}

img {
	display: block;
	float:left;
	height: 60px;
	width: 100px;
	margin: auto;
}

.top {
	display: grid;
	grid-template-columns: 3fr 2fr;
}

.bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.calendar {
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 30px;
	position: relative; 
	padding-bottom: 75%; 
	height: 0; 
	overflow: hidden;
}
	 
.calendar iframe {
	position: absolute; top:0; left: 0; width: 100%; height: 100%;
}

.dates {
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 15px;
	background-color: #f2df61;
	border-radius: 15px;
	padding: 20px;
}

ul {
	text-align: left;
}

.inner {
	margin-left: 30px;
}

ol {
	text-align: left;
}

a {
	color: white;
}

.dates a {
	color: black;
}

.welcome {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
	background-color: #369eba;
	border-radius: 15px;
	padding: 10px;
	color: white;
}

.closing {
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #142d91;
	border-radius: 15px;
	padding: 10px;
	color: white;
}

#schedule {
	font-size: 22px;
}

.title {
	font-size: 22px;
	text-align: center;
	padding-bottom: 3%;
	padding-top: 1%;
}
