:root {
  --bs-font-sans-serif: 'Plus Jakarta Sans', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
}

body {
  margin-bottom: 60px;
  font-family: var(--bs-body-font-family) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 600;
  letter-spacing: -0.02em;
}

#carousel-1 {
  width: 100%;
  max-height: 700px;
}


.map-responsive {

  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;

}

.map-responsive iframe{

  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;

}


.container.rounded.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}

html {
  position: relative;
  min-height: 100%;
}

.text-green-dark {
  color: green;
}

.bg-green-dark {
  background-color: green;
}

a {
  color: green;
}
