* {
  margin: 0;
  padding: 0;
  color: rgb(6, 57, 112);
}

body {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: calc(100vw);
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  width: 100vw;
}

.row {
  max-width: 100vw;
  margin-right: 0;
  margin-left: 0;
}

main {
  margin-top: 5rem;
  text-align: center;
  font-family: 'Arvo', Helvetica, sans-serif;
}

section {
  padding: 2rem 0 0;
  text-align: center;
  font-size: 1.3rem;
  font-family: 'Arvo', Helvetica, sans-serif;
}

#mapContainer {
  width: 100%;
  overflow-x: hidden;
}

small {
  font-size: 0.75rem !important;
}

a:link,
a:visited {
  color: rgb(6, 57, 112);
}

#map {
  height: 280px;
  font-size: 1rem !important;
}

#attribution {
  margin-bottom: 0.5rem;
}