html {
  height: 100%;
}

.bold {
  font-weight: bold;
}

.white-link {
  color: #fff;
}

.end-margin {
  height: 65vh;
}

.end {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8em;
  background: #a905be;
  color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.end .end-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1.7rem;
}

.end .end-item > * {
  margin-bottom: 5%;
  letter-spacing: 3px;
  font-family: 'comicsno';
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.end .map-wrapper iframe {
  border: none;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .end-margin {
    height: 75vh;
  }
}

@media screen and (max-width: 800px) {
  .end-margin {
    height: 110vh;
  }
  .end-item > * {
    padding-bottom: 2%;
  }
}

.container {
  position: relative;
}
/*# sourceMappingURL=style.css.map */