﻿h4 {
	font-family: "Lato", sans-serif;
}
h3 {
	font-family: "Lato", sans-serif;
}
h2 {
	font-family: "Lato", sans-serif;
}
h1 {
	font-family: "Lato", sans-serif;
}
body {
	font-family: "Lato", sans-serif;
}
html {
	font-family: "Lato", sans-serif;
}
h4 {
	color:green;
	font-weight:400;
}
h3 {
	color:green;
	font-weight:400;
}
h2 {
	color:green;
	font-weight:400;
}
h1 {
	color:green;
	font-weight:400;
}
.mySlides {
	display: none;
}
.fa {
	cursor: pointer;
}
.w3-tag {
	cursor: pointer;
}
.w3-tag {
	height: 15px;
	width: 15px;
	padding: 0;
	margin-top: 6px;
}
.indent-1 {
	margin-left:24px
}
.bold {
	font-weight: bold
}
.underline {
	text-decoration: underline
}
.grid-container {
  display: grid;
  grid-template-columns: 70% 25%;
  grid-gap: 1px;
  background-color: #ffffff;
  padding: 10px;
}
