.foot-center {
  display: flex;
  align-items: center;
  justify-content: right;
}

.foot-center-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.foot-item-space {
  padding: 0 20px;
  margin-bottom: 0 !important;
}

.foot-color {
  background-color: var(--green-light);
  color: var(--white);
  width: 100%;
}

.foot-color-dark {
  background-color: var(--green-medium);
  color: var(--white);
  width: 100%;
}

.foot-width {
  padding: 0 !important;
  background-color: var(--green-medium);
  color: white;
}

.foot-link {
  margin-left: 5px;
  text-decoration: none;
  color: grey;
}

.foot-link:hover {
  color: black;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .foot-center-nav {
    flex-direction: column;
  }

  .foot-item-space {
    padding: 5px 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
