.grid-container-1 {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 5px;
	margin: -10px 0px 0px -10px;
	border-bottom: 1px solid black;
	float: left;
	height: 100%;
	position: fixed;
	background-color: #9dc88d;
	height: 100%;
	grid-row-gap: 10px;
	width: 20%;
}

.grid-container-2 {
	float: right;
	width: 80%;
}

.grid-item-1 {
	grid-row: span 2;
}

.grid-container-1 img {
	width: 90%;
	margin: auto;
	padding-top: 5%;
	display: flex;
}

.grid-container-1 a:hover {
	background-color: #ddd;
}

.grid-container-1 a {
	text-align: center;
	display: flex;
	font-size: 1.5vw;
	padding-left: 20px;
	border-bottom: 1px solid black;
	color: #151619;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	align-items: center;
}

h1 {
	font-size: 4em;
	font-family: 'Merriweather', serif;
	text-align: center;
	color: #151619;
	text-decoration: underline;
}

p, ul {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300;1,400;1,700&display=swap');

.slideshow-container {
	position: relative;
}

.slides {
	display: none;
}

.grid-item-c {
	box-sizing: border-box;
}

.slides img {
	vertical-align: center;
	height: 400px;
	margin: auto;
	width: auto;
	max-width: 90%;
	display: block;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.showingimg {
  background-color: #717171;
}

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

h2 {
	color: #003c00;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	vertical-align: center;
}


.active {
	background-color: #4d774e;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.grid-container-3 ul {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

.left, .right {
	float: left;
	width: 30%;
	text-align: center;
}

.right {
	float: right;
}

.grid-item-f ul {
	list-style-type: none;
	display: block;
	line-height: 30px;
}

.grid-item-f h3 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
}

.grid-item-f {
	margin: 0px 20%;
}
