@font-face {
  font-family: museo-slab;
  src:
    url("js/vite/assets/9e018664d42fadf58c15.woff2") format("woff2"),
    local("arial");
  font-display: swap;
}

@font-face {
  font-family: museo-slab;
  font-weight: 700;
  src:
    url("js/vite/assets/9e018664d42fadf58c15.woff2") format("woff2"),
    local("arial");
  font-display: swap;
}

@font-face {
  font-family: fs-albert;

  src:
    url("js/vite/assets/e945eec15a91cb4bab25.woff2") format("woff2"),
    local("arial");
  font-display: swap;
}

:root {
  --widescreen-limit: 1400px;
}

body {
  font-family: fs-albert;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

nav {
  height: 120px;
  background-color: #1b2840;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

nav > img {
  height: 68px;
}

.app {
  padding: 20px 0px;
  width: 100%;
}

nav > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-body-canvas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.page-body-header {
  height: 190px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
  background-color: #8080800d;
}

.page-content-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 2000px;
}
.odd {
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.odd > .page-content-img {
  background: url("ecsacop2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.odd > .page-content {
  display: flex;
  flex-direction: column;
}

.page-content-img {
  min-width: 50%;
  background: url("ecsacop1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.page-content {
  padding: 20px 30px;
  line-height: 25px;
  color: white;
  background-color: #1b2840;
  font-family: museo-slab;
  width: 50%;
}

.footer {
  background-color: #34535c;
  color: white;
  font-family: "museo-slab";
}

ul.footer-primary {
  display: flex;
  list-style: none;

  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
  font-weight: bolder;
  font-size: 18px;
}

ul.footer-social {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  justify-content: center;
  gap: 30px;
}

.footer-link > a {
  color: white;
  text-decoration: none;
  font-family: "museo-slab";
  font-size: 18px;
}

.footer-link > a:hover {
  color: #59d8a1;
  border-bottom: 2px solid;
  transition: 0.15s all;
}
.footer-link > a > svg:hover > path {
  fill: #59d8a1;
  border-bottom: 2px solid;
  transition: 0.15s all;
}

ul.footer-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  color: white;
  gap: 45px;
  font-size: 14px;
}

ul.footer-secondary > li > a {
  color: white;
  text-decoration: none;
}

.company-info {
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #c6c5c5;
  font-family: "fs-albert";
}
.donationLink {
  color: white;
  font-size: 25px;
  text-decoration: none;
  padding: 20px;
  background-color: #8080806e;
  text-align: center;
}

.body-canvas {
  display: flex;
  flex-direction: row;
  min-height: 80vh;
  gap: 10px;
}

.body-render {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*gap: 50px;*/
  align-items: center;
  background-color: #fafafa;
}

.nav-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0px;
  display: flex;
  gap: 15px;
  padding-left: 15px;
  cursor: pointer;
}

.nav-tile > a {
  font-family: "fs-albert";
  font-weight: 700;
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.side-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
  box-shadow: 1px 1px 9px 0px #8080804f;
  width: 251px;
  gap: 20px;
}

.nav-tile > img {
  width: 30px;
  height: 30px;
  fill: black;
}

.nav-tile:hover {
  background-color: #8080801f;
  border-radius: 5px;
}

.burger {
  display: none;
}

.informationCard {
  min-width: min(100%, var(--widescreen-limit));
  min-width: min(100%, var(--widescreen-limit));
  background-color: #ffffff;
  margin: 20px 0px;
  padding: 20px;
  border-radius: 10px;
}

.informationCard > h2 {
  margin: 30px 20px;
}

.informationWrapper > section {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
  row-gap: 10px;
}

.informationWrapper {
  display: flex;
  padding: 0px 20px;
  justify-content: space-around;
  margin: 20px 0px;
}

.informationLabel {
  font-family: "museo-slab";
  font-weight: 700;
}

.informationValue {
  color: #5a5959;
}

#addressApp {
  width: min(100%, 700px);
}
a.welcome-banner-link {
  /* padding: 15; */
  margin: 15 0;
  background-color: #1b2840;
  color: #59d8a1;
  border-radius: 5px;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  font-size: large;
  height: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 0px;
  transition: 0.5s all;
  font-family: museo-slab;
  border: none;
  cursor: pointer;
}

a.welcome-banner-link:hover {
  text-decoration: underline;
}

a.welcome-banner-link > svg,
button.welcome-banner-link > svg {
  width: 50px;
  padding-right: 20px;
  transition: 0.5s all;
}

a.welcome-banner-link:hover > svg,
button.welcome-banner-link:hover > svg {
  width: 70px;
  padding-right: 0px;
  transition: 0.5s all;
}

.cookies-banner {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99;
  bottom: 0px;
  background-color: white;
  width: 100%;
  gap: 40px;
  /* padding: 0px 20px; */
  flex-direction: row;
  align-items: center;
  box-shadow: -1px -7px 7px black;
  color: black;
}

@media only screen and (max-width: 600px) {
  .cookies-banner {
    flex-direction: column;
    gap: 0px;
  }

  .burger {
    width: 40px;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .line {
    border: 1px solid white;
    width: 100%;
    border-radius: 15px;
  }

  .side-wrapper {
    width: auto;
    display: none;
  }

  nav {
    padding: 0px;
  }

  nav > img {
    height: 40px;
    margin-left: 20px;
  }

  .body-canvas {
    flex-direction: column;
    padding: 10px !important;
  }

  ul.footer-primary,
  ul.footer-secondary {
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .page-content-block {
    flex-direction: column;
  }

  .odd {
    margin-bottom: 0px;
  }

  .page-content-img {
    min-height: 200px;
  }

  .page-content {
    width: auto;
  }

  .page-body-header {
    flex-direction: column;
    padding: 10px 0px;
    gap: 10px;
  }

  .page-body-canvas {
    gap: 0px;
  }

  .informationWrapper {
    flex-direction: column;
    gap: 50px;
  }
}
