h1 {
  font-size: 36px !important;
  font-weight: 700 !important;
  margin: 20px 0 15px !important;
}
h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin: 10px 0 15px !important;
}
h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 10px 0 15px !important;
}
p {
  margin-bottom: 15px !important;
}
nav li {
  margin-right: 15px;
  padding: 5px 10px;
}
nav li:hover {
  background-color: #f0f0f0;
}
nav li a {
  font-size: 16px;
  padding: 15px 0;
}
nav li.active {
  background-color: #f0f0f0;
}
nav li.active a {
  font-weight: 700;
}
a {
  color: green !important;
  text-decoration: underline !important;
}
a:hover {
  text-decoration: none !important;
}
nav a {
  color: black !important;
}
nav li.active a {
  text-decoration: none !important;
}
.submitted {
  font-size: 14px;
  margin-bottom: 10px;
}
