html, body {
  font-family: 'Montserrat', sans-serif;
}

header {
  padding: 150px 0 100px;
  background-image: url('img/stop.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-blue {
  background-color: #002147; /* Oxford Blue */
}

.color-blue {
  color: #002147; /* Oxford Blue */
}

sup.def a {
  color: #000;
  text-decoration: none;
}


/* to make sure anchors are not covered by header */
ol li {
  padding-top: 60px;
  margin-top: -60px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 50px 0;
}

#data-by-town {
  padding-bottom: 0;
}

.logo {
  height: 45px;
  margin-right: 20px;
}


.full-screen {
  width: 100vw;
  height: calc(100vh - 56px);
  margin: 25px 0;
}

.three-maps {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1199px) {
  .three-maps {
    height: 250px;
  }
}

iframe {
  border: 0;
  margin: 20px 0;
}

.iframe-container-square {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.iframe-container-square iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.document-link {
  display: block;
  width: 200px;
  height: 240px;
  float: left;
  padding: 10px;
  margin: 20px 20px 0 0;
  font-size: 0.9em;
}

.document-link img {
  width: 100%;
  margin-bottom: 10px;
}

.document-link:hover {
  background-color: #002147;
  text-decoration: none;
  color: white;
}

.document-link span {
  font-size: 0.8em;
  color: #999;
}
