/*html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}


/* Map */
.map {
  height: 350px;
}

@media(max-width:768px) {
  .map {
    height: 75%;
  }
}
.map iframe {
  pointer-events: none;
}

/* Footer 
footer {
  padding: 50px 0;
}*/
