@import url(/bower_components/normalize-css/normalize.css);
@font-face {
  font-family: "conqueror";
  src: url("/fonts/ConquerorSlab.woff2") format("woff2"), url("/fonts/ConquerorSlab.woff") format("woff"); }

:root {
  --color-beige: #C89C6E;
  --color-blue: #4FA3ED;
  --color-dark: #223D5B; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html,
body,
#map {
  height: 100%;
  width: 100vw;
  background: white;
  font-size: 1rem;
  font-family: 'conqueror', Times, serif;
  color: var(--color-dark); }
  html h4,
  body h4,
  #map h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 0;
    color: var(--color-beige); }
  html strong,
  body strong,
  #map strong {
    color: var(--color-blue); }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.leaflet-control-container {
  display: none; }

.leaflet-popup-content-wrapper {
  width: calc(100vw - 20px);
  max-width: 700px; }

.leaflet-popup-content {
  overflow-y: auto;
  width: auto !important;
  max-height: 400px; }

.switch {
  z-index: 9999;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  top: 10px;
  left: 10px; }
  @media screen and (min-width: 400px) {
    .switch {
      top: 30px;
      left: 30px; } }
  .switch img {
    height: 2.5rem;
    width: 2.5rem; }
    @media screen and (min-width: 400px) {
      .switch img {
        height: 5rem;
        width: 5rem; } }
  .switch.historic {
    background: var(--color-beige); }
  .switch.modern {
    background: var(--color-blue); }

.switch-about {
  z-index: 9999;
  position: fixed;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  bottom: 10px;
  left: 10px; }
  @media screen and (min-width: 400px) {
    .switch-about {
      bottom: 30px;
      left: 30px; } }
  .switch-about img {
    height: 1.3rem;
    width: 1.5rem; }
    @media screen and (min-width: 400px) {
      .switch-about img {
        height: 3rem;
        width: 3rem; } }
  .switch-about.historic {
    background: #C89C6E; }
  .switch-about.modern {
    background: #4FA3ED; }

.about {
  height: auto;
  width: 90%;
  display: block;
  position: relative;
  padding: 1.5rem 0 7rem;
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto 12rem; }
  .about h1, .about h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-beige);
    width: 75%;
    margin-bottom: 1rem; }
    @media screen and (max-width: 400px) {
      .about h1, .about h2 {
        font-size: 2.5rem;
        letter-spacing: 1px; } }
  .about h2 {
    font-size: 2rem;
    margin-top: 3rem; }
  .about p,
  .about ol,
  .about li {
    color: var(--color-dark);
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0 5rem 0 0; }
    .about p.small,
    .about ol.small,
    .about li.small {
      font-size: .85rem; }
    @media screen and (max-width: 400px) {
      .about p,
      .about ol,
      .about li {
        padding: 0 1.5rem 0 0; } }
    .about p a,
    .about ol a,
    .about li a {
      color: var(--color-beige); }
  .about nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 2rem 0; }
    .about nav .option {
      font-size: 1.5rem;
      margin-bottom: .5rem; }
      .about nav .option a {
        color: var(--color-blue);
        margin-right: 1.5rem; }
        .about nav .option a:visited {
          color: var(--color-beige); }
  .about .grant {
    display: flex;
    justify-content: flex-start;
    margin: 2rem 0; }
    .about .grant .grant-box {
      width: 18rem;
      padding-right: 0;
      margin-right: 0; }
      .about .grant .grant-box .grant-logo {
        width: 10rem;
        margin-top: .75rem; }
        .about .grant .grant-box .grant-logo:hover {
          opacity: .75; }
  .about .partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 0 0 3rem; }
    .about .partners img {
      width: 7.5rem;
      padding: 2.5rem; }
      @media screen and (max-width: 400px) {
        .about .partners img {
          width: 5rem;
          padding: 1.5rem; } }
      .about .partners img:hover {
        opacity: .7; }
