  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    z-index: 99;
  }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: green; }

body {
  scroll-behavior: smooth;
}

a:hover {
  color: #008216;
}

.bold {
  font-weight: 700;
}

.header {
  height: 360px;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.description {
  font-weight: 700;
  padding-top: 30px;
}

.large {
  color: white;
  font-weight: 300;
  font-size: 18pt;
  text-shadow: 2px 2px 2px black;
}

h1 {
  font-weight: 500;
  color: #008216;
}

h4 {
  color: #008216;
}
