.center {
  text-align: center;
}

.padding-top-1 {
  padding-top: 1rem;
}
.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2 {
  margin-top: 2rem;
}

.big {
  font-size: 16pt;
}

a, a:visited, a:active, a:focus, a:hover {
  color: #7FAB16;
}
a:hover {
  text-decoration: underline;
}
a.no-underline:hover {
  text-decoration: none;
}
a.button {
  background-color: #7FAB16;
  color: #fff;
}
a.button:hover {
  background-color: #92D416;
  text-decoration: none;
}

.topnav {
  width: 100%;
}
.topnav ul {
  margin: 1rem 0 0 0;
}
.topnav li {
  list-style-type: none;
  float: right;
  margin: 0 0 0 1rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 40em) {
  .topnav li {
    float: left;
    width: 50%;
    margin: 0 0 1rem 0;
  }
}
.topnav li.active {
  background-color: #7FAB16;
}
.topnav a,
.topnav a:visited,
.topnav a:hover {
  color: #7FAB16;
  text-decoration: none;
}
.topnav li.active a,
.topnav li.active a:visited,
.topnav li.active a:hover {
  color: #fff;
  text-decoration: none;
}

.jumbotron {
  width: 100%;
  background-color: #7FAB16;
  padding: 1rem 0;
}
.divider {
  width: 100%;
  height: 0.5rem;
  background-color: #7FAB16;
  margin: 1rem 0 2rem 0;
}

.avatar {
  width: 150px;
  max-width: 100%;
  max-height: 150px;
  border-radius: 75px;
  margin-top: 15px;
}

footer {
  width: 100%;
  text-align: center;
  color: #888;
  font-size: 11pt;
  padding: 2rem 1rem 1rem 1rem;
}
footer a {
  color: #888;
}
footer a:hover {
  color: #7FAB16;
}
