html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    background-color: #F2F1EE;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cropped-map-box {
    width: 500px; /* Forces your requested 500px width */
    height: 400px; /* The final visible height of your map */
    overflow: hidden; /* Cuts off the top header bar */
    position: relative;
    border: 10px solid #ccc; /* Optional: adds a nice border around your map */
}

.cropped-map-box iframe {
    margin-top: -50px; /* Shifts map up 50px to hide the profile section */
    height: 450px; /* Must be exactly (Visible Height + 50px) */
}

.event-list-banner {
    background-image: url('/images/event-list-banner.svg');
    background-size: cover;
    background-position: center;
    min-height: 220px;
}