.content {
  position: relative;
  margin-bottom: 130px;
}

.content h1 {
  font-size: 25px;
  font-family: "Pattaya", sans-serif;
  text-align: start;
}

.content h3 {
  font-family: "Teko", sans-serif;
  color: white;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0;
}

.content p {
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 20px;
}

.content address p {
  font-family: "Teko", sans-serif;
  color: #241509;
  font-size: 20px;
  border-bottom: 1px solid #241509;
  padding-left: 8px;
}

.content address p a{
  color: #241509;

}

.content address {
  background-color: white;
  padding: 5px;
  border-radius: 20px;
  border: 2px solid #e6b93e;
  margin-top: 10px;
  box-shadow: #2b2a2a 0px 0px 6px 6px;

}

.slogan{
    font-size: 25px;
    /* margin-left: 0; */
}

.contact {
  font-size: 25px;
}

.welcome {
  text-align: center;
  font-size: 28px !important;
  margin: 10px;
}
.maps {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.maps iframe {
  width: 380px;
  overflow: hidden;
  border-radius: 20px;
  height: 400px;
  border: 2px solid #e6b93e;
  box-shadow: #2b2a2a 0px 0px 6px 6px;

}

.bottom-bar{
  background-color: rgb(43, 42, 42, 0.6);
}

ul li {
  list-style: none;
}

#map { 
 width: 380px;
  overflow: hidden;
  border-radius: 20px;
  height: 400px;
  border: 2px solid #e6b93e;
  box-shadow: #2b2a2a 0px 0px 6px 6px;
  z-index: 0;
}

#map svg.leaflet-attribution-flag path{
    display: none;
}