body {
  margin: 0;
  padding: 0;
}

.navbar {
  color: white !important;
  background-color: #000000 !important;
}

.button {
  width: 10rem;
  padding: 1rem;
  border-radius: 2rem;
}
.button--solid {
  color: #e0fbfc;
  border: none !important;
  background-color: rgba(131, 72, 0, 0.631372549);
}
.button--outlined {
  color: #ee6c4d;
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0.1rem solid #ee6c4d;
}
.button:hover {
  color: #e0fbfc;
  background-color: #834800 !important;
  transition: all 0.5s ease-in-out;
  transform: translateY(-10px);
}

.breadcrumb-item a {
  color: grey !important;
}
.breadcrumb-item ~ .active {
  color: black !important;
}

.thead {
  background: linear-gradient(rgba(131, 72, 0, 0.631372549), rgba(10, 2, 85, 0.5019607843)), url("../assets/images/header1.jpeg");
  filter: grayscale(1);
  color: white;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7), 0px 8px 13px rgba(0, 0, 0, 0.4), 0px 18px 23px rgba(0, 0, 0, 0.4);
}

.sections {
  min-height: 90vh;
}

.footer a,
.footer li {
  color: #a1a1a1;
}
.footer a:hover,
.footer li:hover {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}
.footer ul {
  list-style: none;
}
.footer__outer-list {
  padding: 0;
}
.footer__inner-list {
  padding-left: 1rem !important;
}/*# sourceMappingURL=contact.css.map */