/* Set the font for the entire page */
body {
    margin-top: 1em;
    margin-bottom: auto;
    font-family: Arial, sans-serif;
}

body.default-page {
    background-color: #f1f7ff;
}

body.blueprince-page {
    background-color: rgb(180, 212, 255);
}

body.hades-page {
    background-color: #e8f5e9;
}

body.space-page {
    background-color: #ffe4e6;
}

h1 {
    text-align: center;
    font-size: 2.5em;
}

h2 {
    text-align: center;
}

p, div {
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}

/* Responsive images */
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

img.map-image {
  width: 66.666%;
  max-width: 66.666%;
}

figcaption {
  text-align: center;
}

iframe.centered-video {
  display: block;
  margin: 20px auto;
  width: 560px;
  height: 315px;
}

audio.centered-audio {
  display: block;
  margin: 20px auto;
}

/* Center the site navigation */
nav {
  text-align: center;
}

/* Center the footer information */
footer {
  text-align: center;
}
