li a {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #212529 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 30px;
}
.navbar-nav li.active > a  {
    border-bottom: 3px solid #70a209 !important;
}
h1 {
    font-size: 32px !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    color: #70a209 !important;
}
h2 {
    font-size: 28px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    
}

footer {
    
    color: #fff;
    background-color: #24272D;
    text-align: center;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.white {
    color: #fff !important;
}
a {
    text-decoration:none !important;
    font-size: 14px;
}
.space-top {
    margin-top: 60px;
}
.space-bottom {
    margin-bottom: 80px;
}
.fixed-bottom {
    position: fixed !important;
    bottom: 0px !important;
    }
    