.footer-basic {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgb(0,100,0);
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  display: inline-block;
  padding: 0 10px;
}

.footer-basic ul a {
  color: rgb(0,100,0);
}

.footer-basic ul a:hover {
  color: rgb(21,162,21);
  text-decoration: none;
}

footer {
  text-align: center;
}

.h4, h4 {
  color: rgb(0,100,0);
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #indi {
    width: 50% !important;
  }
}

#db {
  text-align: center;
  margin-top: 30px;
}

#ab {
  padding: 5px 15px 5px 15px;
  background-color: rgb(0,100,0);
  color: rgb(255,255,255);
  border: 1px rgb(0,112,0) solid;
  text-decoration: none;
}

#ab:hover {
  background-color: rgb(21,162,21);
}

