#footer {
  flex-wrap: wrap;
  padding: 10px;
  min-width: 100px;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: var(--footer-background);
}

#footer a {
  text-decoration: none;
}

#footer .section-item {
  width: 70%;
}
#footer .logotype {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

#footer .title_preset_1 {
  color: var(--textcolor);
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-family: Lavishly Yours;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding: 0px;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  word-break: break-word;
}

#footer .title_preset_2,
#footer a {
  color: var(--textcolor);
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-family: Nunito;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding: 0px;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px;
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  word-break: break-word;
}

#footer .links {
  align-items: baseline;
  height: fit-content;
  min-width: inherit;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 140px;
  height: fit-content;
  padding: 10px;
  list-style: none;
}

#footer .links li {
  text-align: center;
}

.copyright {
  background-color: white;
}

#footer .navbuttons {
  display: block;
  flex-direction: column;
  display: flex;
  text-align: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
#footer .navbuttons button {
  padding: 5px;
  margin: 15px;
  background-color: var(--button_1);
  color: var(--textcolor);
  border-radius: 25px;
  box-shadow: 0px 2px 5px var(--hero-box-shadow);
  transition: all 0.3s;
}

#footer .navbuttons button:hover {
  background-color: var(--buttonhover_1);
  color: white;
  box-shadow: 0px 15px 35px 5px var(--hero-box-shadow-hover);
  transform: scale(1.03);
}
#footer .navbuttons button:active {
  box-shadow: 0px 15px 55px var(--hero-button-active);
  transform: scale(0.98);
}

#footer .navbuttons a {
  text-decoration: none;
}
