/* Inspiration from: https://floatui.com/components/cards */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-family: "Barlow", sans-serif;
  /*     font-family: "Inter", sans-serif; */
  font-family: "Hanken Grotesk", sans-serif;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-optical-sizing: auto;
  font-style: normal;
}

ol, ul, menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-weight: 500;
  font-size: 22px;
  margin: 5px 0;
  color: #191919;
  color: #009688;
}

main h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: rgb(31, 41, 55);
}

p, li {
  /*   font-size:20px; */
  line-height: 1.625;
  /*   font-size: 19px; */
  /*     font-weight: 330; */
  /* text-rendering: optimizelegibility; */
  /* font-weight: 300; */
  color: rgb(75, 85, 99);
}

.map-thumbnail svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  vertical-align: middle;
}

.map-thumbnail p a {
  display: inline-flex;
  column-gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #009688;
}

.map-thumbnail p a:hover {
  color: #469a93;
  opacity: 0.9;
}

.map-thumbnail a {
  text-decoration: none;
}

.map-thumbnail h3 {
  color: rgb(31, 41, 55);
}

.map-thumbnail a:hover h3 {
  color: #469a93;
  opacity: 0.9;
}

footer {
  background: white;
  /*   color:#333; */
  text-align: center;
  color: rgb(75, 85, 99);
  padding-top: 60px;
}

footer .inner-wrapper {
  border-top: solid 1px rgb(229, 231, 235);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* https://ibelick.com/blog/create-grid-and-dot-backgrounds-with-css-tailwind-css */
.grid {
  background-color: #fafafa;
  inset: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(to right, rgba(128, 128, 128, 0.0705882353) 1px, transparent 1px), linear-gradient(to bottom, rgba(128, 128, 128, 0.0705882353) 1px, transparent 1px);
  background-size: 24px 24px;
}

.inner-wrapper {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
  padding: 12px;
}

nav {
  /*   box-shadow: 0 0 5px rgba(0, 0, 0, .25); */
  border-bottom: solid 1px rgb(229, 231, 235);
  background: white;
}

nav .inner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-lockup {
  display: flex;
  align-items: center;
  min-width: 320px;
}

.logo-lockup a {
  text-decoration: none;
  color: #009688;
}

.logo-lockup img {
  width: 30px;
  height: auto;
  align-self: center;
  margin-right: 8px;
}

nav ul {
  display: flex;
  padding-left: 0;
  margin-left: 0;
}

nav ul li {
  list-style: none;
  margin: 0 10px;
  font-size: 15px;
}

nav li a {
  color: rgb(55, 65, 81);
  text-decoration: none;
}

nav li .selected {
  border-bottom: solid 1px;
  color: #009688;
}

nav li a:hover {
  color: #009688;
}

.map-outer-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #e5e7eb;
}

.map-wrapper {
  /*   padding:0 40px; */
  background: #eee;
  background: #020726;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  /*     background: #fff; */
}

#map {
  border-radius: 10px;
  width: 100%;
  height: 75vh;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 800px) {
  #map {
    height: 50vh;
  }
}
.maplibregl-popup-close-button {
  color: #333;
}

.ui {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 800px) {
  .ui {
    background: white;
    border-radius: 0;
    bottom: 0;
  }
}
.ui button {
  margin: 0px;
  width: 150px;
}

.mini-flag {
  font-size: 30px;
  vertical-align: middle;
}

.jq-toast-single {
  font-size: 16px;
  padding: 20px;
}

.jq-toast-single img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.close-jq-toast-single {
  font-size: 25px;
}

.modal-content img {
  border: solid 1px #ddd;
}

/* https://copy-paste-css.com/ */
button {
  display: inline-block;
  outline: 0;
  cursor: pointer;
  padding: 5px 16px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 6px !important;
  font-weight: normal;
  color: #ffffff;
  background-color: #2ea44f;
  border-color: rgba(27, 31, 35, 0.1490196078);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
}

button:hover {
  background-color: #2c974b;
  border-color: rgba(27, 31, 35, 0.1490196078);
  transition-duration: 0.1s;
}

main {
  margin-top: 0px;
  padding-top: 50px;
}

/*# sourceMappingURL=main.css.map */