html,
body {
  display: flex;
  flex-direction: column;
  align-items: center;

  box-sizing: border-box;

  margin: 0;
  padding: 0;

  background-color: #88e8fa;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

/**/
/**/
/**/
/**/
/**/
#zyanthos_header_container {
  width: 100%;
}

#zyanthos_copyright_container {
  margin-top: 5rem;
  width: 100%;
}
/**/
/* HEADER */
/**/

.header_body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.header_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(#b9f8f3 10.5vh, #88e8fa 11vh);
  width: 100vw;
}
.zyanthos_logo_main {
  height: 15vh;
}

/**/
/**/
/**/
/**/
/**/

/**/
/* FOOTER */
/**/

.footer_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #668cff;
  width: 100%;
}
.footer_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  box-sizing: border-box;
  width: 1000px;
}

/**/
/**/
/**/
/**/
/**/
.footer_logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}
.footer_logo_img {
  height: 7.5rem;
}

/**/
/**/
/**/
/**/
/**/
.footer_links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.footer_links_column {
  width: 33%;
}
.footer_column_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;

  width: 100%;
  height: 4rem;
}

.footer_language {
  border: 1px solid black;
  border-radius: 10px;
  width: 70%;
  height: 2rem;
  background-color: #f0eca2;
  padding-left: 0.5rem;
  font-size: 1rem;
}

/**/
/**/
/**/
/**/
/**/
.footer_socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer_socials_img {
  width: 2rem;
  height: 2rem;
}

/**/
/**/
/**/
/**/
/**/
.footer_legal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: 80%;
}

/**/
/**/
/**/
/**/
/**/
.footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 80%;
  margin-bottom: 0.5rem;
}

/**/
@media screen and (max-width: 1100px) {
  .footer_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }

  .footer_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  .footer_links_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
  }
  .footer_column_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;

    width: 100%;
    height: 4rem;
  }
}

@media screen and (max-width: 800px) {
  .header_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }
  .header_container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#b9f8f3 6vh, #88e8fa 7vh);
    width: 100%;
    padding-top: 1vh;
  }
  .zyanthos_logo_main {
    height: 7.5vh;
  }
}

@media screen and (max-width: 700px) {
  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }
  .footer_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
  .footer_links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer_links_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer_column_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;

    width: 100%;
    height: 4rem;
  }
}

/**/
/**/
/**/
/**/
/**/

/**/
/**/
/**/
/**/
/**/

/**/
/**/
/**/
/**/
/**/
