.map {
  position: relative;
  padding-bottom: 60vh;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.page-text {
  text-align: center;
}
.page-text li {
  line-height: 2;
}
.page-text li span {
  display: inline-block;
  margin: 0 10px;
}
.page-text a {
  color: #181d4b;
}
.page-text a:hover {
  color: #999;
}

.social {
  margin-top: 40px;
}
.social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #181d4b solid 1px;
  display: inline-block;
  line-height: 40px;
  font-size: 1.25em;
}

@media screen and (max-width: 1100px) {
  .page-content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .map {
    padding-bottom: 400px;
  }
}
