/* Add here all your CSS customizations */

.footertop {
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footertop h4 {
  color: #e0e0e0 !important;
}

.footertop p {
  color: #e0e0e0;
}

.footertop a {
  color: #9cc825 !important;
  transition: 0.5s;
}

.footertop a:hover {
  color: #777 !important;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .footernav {
    text-align: right;
  }

  .footeraddress {
    text-align: center;
  }

  .footercontact {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footernav {
    text-align: center;
  }

  .footeraddress {
    text-align: center;
  }

  .footercontact {
    text-align: center;
  }
}
