.backgroundPic {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/melbourne-bridge-home.jpg');
  background-position: center top;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blockFont {
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.blockFont a:link,
.blockFont a:active,
.blockFont a:visited {
  color: white;
}
.blockFont a:hover {
  color: #00d6b2;
}
body > .pusher,
#main {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#main {
  display: flex;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/melbourne-bridge-home.jpg');
  background-position: center top;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#main #content {
  flex-grow: 1;
  min-height: 300px;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
}
#main #content .title {
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 3em;
  text-align: center;
}
#main #content .title a:link,
#main #content .title a:active,
#main #content .title a:visited {
  color: white;
}
#main #content .title a:hover {
  color: #00d6b2;
}
#main #content .flex-panel {
  display: block;
  padding: 0;
  margin: 0 auto;
  height: auto;
  width: 500px;
  max-width: 90%;
}
#main #content .flex-panel > .title {
  display: none;
}
#main #content .flex-panel .buttons {
  border: none;
  justify-content: center;
}
#main #content .flex-panel .buttons > .button {
  font-size: 2em;
  padding: 0.5em 1em;
  margin: 0 0.5em;
}
#main #content .flex-panel .buttons > .spacer {
  display: none;
}
#main #inner-content {
  max-width: 1200px;
  margin: 0 auto;
}
