@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
  box-sizing: border-box;
}

body {
  /* font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  margin: 0; */
}

.navbar-brand img {
  height: 70px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
}

.card.hero{
  height: 60vh;
  
}

.hero .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-text {
  font-size: 1.2rem;
}

.contact-social a {
  font-size: 1.8rem;
  text-decoration: none;
}

footer li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  
}

footer li a:hover {
  color: #fff;
}

/* Event Images */
.event-image {
  height: 400px;
  width: auto;
}

.address a {
  text-decoration: none;
}

.address a h5:hover {
  transition: 0.2s all ease-in;
  color: #000000 !important;
}

/* Map */

.map-area {
  position: relative;
  height: 600px;
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100% !important;
  z-index: 10;
}

.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

@media  (max-width: 680px) {
  .card-text {
    font-size: 1rem;
  }
}