/* CSS */

  body {
    background: #ffffff;
    font-family: 'Plain-Light', sans-serif;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Plain-Regular', sans-serif;
    line-height: inherit;
  }
   
   tr:nth-child(even) {

  background-color: #e48d0a;

}
  p {
    color: #666262;
    font-size: 18px;
    line-height: 1.5em;
  }

  b, 
  strong {
    letter-spacing: 0;
    color: #149e08;
  }


  a {
    color: #404040;
    font-weight: normal;
    text-decoration: none;
  }

  a:hover, 
  a:active, 
  a:focus {
    color: #149e08;
    outline: none;
    text-decoration: none;
  }


  .navbar {
    background: #e48d0a;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 1.5em;
  }

  .navbar-brand {
    color: #ffffff;
    font-size: v32px;
  }

  .nav-link {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.4px;
    margin: 0 1.6em;
    padding: 0.6em;
  }

  .nav-link.active,
  .nav-link:hover {
    color: #149e08;
  }


  .site-footer {
    background: #171819;
    padding: 7em 0 6em 0;
  }

  .site-footer a {
    color: #171819;
  }

  .site-footer a:hover,
  .footer-icon {
    color: #149e08;
  }

