body {
    color: white;
    background-color: black;
    font-size: 16pt !important;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    text-align: center;
}
p {
  padding-top: 1em;
}
strong {
  color: #cf00cf;
  font-weight: bold;
}
.section {
  color: #008719;
  font-weight: bold;
}
h1 {
  color: #acacac;
  text-transform: none;
  font-weight: bold;
}
h2 {
  color: #acacac;
  text-transform: none;
  font-weight: bold;
}
h3 {
  color: #acacac;
  text-transform: none;
  font-weight: bold;
}
h4 {
  color: #acacac;
  text-transform: none;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #008719 !important;
}
a:visited {
  text-decoration: none;
  color: #008719 !important;
}
a:hover {
  color: #00b120 !important;
  text-decoration: underline;
}
.sidenav li>a {
  font-size: 16pt;
  height: auto;
  line-height: normal;      
}
a img {
  border: 0px;
}
.nav-wrapper {
  line-height: normal;
}
.nav-wrapper img {
  margin-top: 13px;
  max-width: 80%;
  max-height: auto;
}
.nav-content hr {
  margin: 6px;
}
.hero {
  background: url("/static/banner.png") no-repeat center;
  background-size: contain;
}
nav a.sidenav-trigger {
  display: block;
}
.container img {
  max-width: 100%;
  max-height: auto;
}
.footer {
  font-size: 12pt;
}
