body {
  font-family: Arial, Helvetica, sans-serif;
}

main {
  margin-bottom: 60px;
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav h1{
  display: inline-block;
  position:relative;
  left: 0px;
  top:10px; 
}

.topnav a {
  margin: 0px;
  float: right;
  display: block;
  color: #000000;
  text-align: center;
  padding: 21px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.green {
  color: #04AA6D;
  padding: 0px;
  margin-bottom: 0px;
}

.black {
  color: black;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin-bottom: 20px;
  }
  .topnav h1{
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.footer{
  position: fixed; 
  left: 0; 
  bottom: 0; 
  width: 100%; 
}

.ml-1 { margin-left:.25rem !important }
.ml-2 { margin-left:.5rem !important }
.ml-3 { margin-left:1rem !important }
.ml-4 { margin-left:1.5rem !important }
.ml-5 { margin-left:2rem !important }
.ml-6 { margin-left:3rem !important }
.ml-7 { margin-left:4rem !important }
.ml-8 { margin-left:5rem !important }

.-ml-1 { margin-left:-0.25rem !important }
.-ml-2 { margin-left:-0.5rem !important }
.-ml-3 { margin-left:-1rem !important }
.-ml-4 { margin-left:-1.5rem !important }
.-ml-5 { margin-left:-2rem !important }
.-ml-6 { margin-left:-3rem !important }
.-ml-7 { margin-left:-4rem !important }
.-ml-8 { margin-left:-5rem !important }
