body {
  background-color: #fff; /*#7cb69d;*/
  font-family: Arial, sans-serif;
  height: 100%;
  margin: 0;
}

header {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-top: 2%;

}

img {
  height: 80px;
  width: 300px;
}

main {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 0%;
}

h1 {
  color: #333;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.ListTitle{
  line-height:0%
}
.bolded { 
  font-weight: bold; 
}
h3 {
  color: #333;
  font-size: 1.3em;
  font-weight: normal;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
}

footer {
  left: 0;
  bottom: 0;
  width: 67%;
  margin-left: 15%;
  margin-right: 15%;
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  justify-content: space-between;
}

p {
  margin: 0;
}
ul {
  line-height:150%
}