body {
  font-size: 1.25em;
  line-height: 2;
}
h1 {
    color: #003781;
}

h3.title {
  margin-top: 0.5em;
}

.mapContainer {
  padding-bottom: 1em;
}

.openingTimes {
  background-color: #003781;
  color: #ffffff;
}

.services {
  background-color: rgb(248, 248, 248);
  color: #003781;
  text-align: left;
}

.services .title {
  text-align: center;
}

.services .content {
  padding-left: 3rem;
}

.roundedContainer {
  border-radius: 1em;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footerSeparator {
  margin-top: 7em;
}

footer .title {
  color: #5e5e5e;
  text-align: center;
}

.legalCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;
  border-radius: 0.5em;
  padding: 1em;
  line-height: 1.5;
  text-align: center;
}

.legalLink {
  color: #787878;
}

.legalLink:hover {
  color: #424242;
}
