main {
  padding-bottom: 60vh; }

.contact {
  align-self: center;
  text-align: left; }
  .contact h1, .contact h2, .contact h3, .contact h4 {
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    color: #f9f9f6;
    line-height: 1.6; }
  .contact p {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    display: block;
    max-width: 240px;
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    color: #c8c8c5;
    line-height: 1.6; }
  .contact a {
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    color: #c8c8c5;
    text-decoration: none; }
  @media (hover) {
    .contact a:hover {
      color: #009fe3; } }

@media (min-width: 400px) {
  .contact.next-to-right {
    text-align: right; }
    .contact.next-to-right p {
      float: right; } }
.map {
  display: block;
  position: relative;
  color: #f9f9f6; }
  .map img {
    display: block;
    width: 100%; }
  .map p {
    display: block;
    position: absolute;
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    bottom: 1em;
    right: 1em; }

@media (hover) {
  .map:hover {
    color: #009fe3; } }
