html {
  font-family: sans-serif;
  font-weight: 250;
  display: flex;
  justify-content: center;
}

body {
  max-width: 1300px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 100px;
}

h1 {
  font-weight: 600;
}

div.page-title {
  padding: 50px 20px;
}

div.header {
  width: 100%;
  margin: 20px 0px;
  padding: 25px 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background-color: #2596BE;
  color: white;
}

div.header h2 {
  font-weight: inherit;
  background-color: #2596BE;
  color: white;
  padding: 5px 0px;
}

div.header h3 {
  font-weight: lighter;
  background-color: white;
  color: #2596BE;
  padding: 20px;
}

div.header p {
  font-size: smaller;
  margin: 0px;
}

div.mapContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

#mapHeader {
  width: 100%;
  text-align: center;
  margin-top: -30px;
  font-weight: bold;
  font-size: 20px;
}

#mapDescription {
  width: 100%;
  text-align: center;
  margin-top: -20px;

  font-size: 15px;
}
