@font-face {
  font-family: "font";
  src: url("/src/fonts/Tagesschrift-Regular.ttf") format("truetype");
}
* {
  font-family: "font";
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#map {
  width: 100%;
  height: 100vh;
}

.icon {
  position: absolute;
  top: -44px;
  background-color: white;
  border-radius: 69px;
  padding: 13px;
}
.icon img {
  transition-duration: 0.28s;
  width: 48px;
  height: 48px;
}
.icon img:hover {
  scale: 1.3;
}

@media (min-width: 0px) and (max-width: 999px) {
  .icon {
    top: -65px;
    padding: 22px;
  }
  .icon img {
    width: 69px;
    height: 69px;
  }
  .icon img:hover {
    scale: 1;
  }
}
#contact {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#contact a {
  padding: 8px 13px;
  border: 2px solid black;
  border-radius: 48px;
  text-decoration: none;
  color: black;
  transition-duration: 0.22s;
}
#contact a:hover {
  background-color: black;
  color: white;
}

@media (min-width: 0px) and (max-width: 999px) {
  #contact {
    gap: 13px;
  }
  #contact a {
    padding: 11px 22px;
  }
}
body {
  display: flex;
  justify-content: center;
}

.header {
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 0px 0px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 48px;
}
.header h1,
.header p {
  margin: 0;
  padding: 0;
}
.header h1 {
  font-size: 1.5rem;
}
.header img {
  width: 48px;
}
.header nav ul {
  display: flex;
  gap: 28px;
  list-style-type: none;
}

@media (min-width: 0px) and (max-width: 999px) {
  .header {
    padding: 48px 28px;
    gap: 13px;
    left: 0px;
    right: 0px;
  }
  .header img {
    width: 69px;
  }
  .header h1 {
    font-size: 3rem;
    color: black !important;
  }
}
.location {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  padding: 48px 28px;
  border-radius: 28px 28px 0px 0px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.location section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.location h2,
.location p,
.location a {
  margin: 0px;
  text-align: center;
}
.location p {
  width: 580px;
}
.location h2 {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 999px) {
  .location {
    padding: 69px 28px;
    gap: 13px;
    left: 0px;
    right: 0px;
  }
  h2 {
    font-size: 3rem;
    color: black !important;
  }
  p {
    font-size: 2rem;
  }
}/*# sourceMappingURL=volkskaart.css.map */