
  h1, h2, h3, h4, h5, h6 {
    
    font-family: "REGULAR", sans-serif;
    
    margin: 0rem 0rem 1rem 0rem;
  }
  
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  p {
    margin: 0rem 0rem 1rem 0rem;
  }
  
  p:first-child {
    margin-top: 0;
  }
  
  p:last-child {
    margin-bottom: 0;
  }

  
  a {
    color: #1d3b58;
  }
  
  main a{
    color: #1d3b58;
  }
  
  img {
    max-width: 100%;
    border-radius: 0.2em;
    display: block;
  }
  
  button {
    font-family: inherit;
    font-size: 100%;
    
    padding: 0em;
    margin: 0em;
    
    border: none;
    cursor: pointer;
    background: none;
  }
  
  button:hover,
  button[type=submit]:hover {
     -webkit-filter: brightness(0.99);
             filter: brightness(0.99);
  }
  
  video {
    width: 100%;
  }
  
  ul + p,
  ol + p {
    margin-top: 1rem;
  }

  table {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  tr:hover {
    background: #fbfbfb;
  }
  
  th {
    text-align: left;
  }

  th, td {
    padding: 0.5em 0.2em;
    border: 0.1em solid #eaeaea;
  }

  tfoot{
    font-weight: 700;
  }

  @media screen and (min-width: 900px) {
  

  }
