@import url('https://fonts.googleapis.com/css?family=League+Script|Lobster|Lato|Gilda Display');

body {
  margin: 0;
  font-size: medium;
}

#background {
  min-width: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  z-index: -1;
}

html, body { 
  height: 100%;
  font-size: 150%;
  font-family: 'Gilda Display';
}

.break {
  background-color: white;
  height: 1px;
  width: 50%;
  margin-left: 25%;
}

p, a, li {
  font-size: 120%;
}

#navigation {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 120px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10%;
  border-color: white;
  border-width: 2px 0;
  border-style: solid;
  font-size: 120%;
}

#navigation a {
  text-decoration: none;
  color: white;
}

#title {
  font-size: 400%;
  font-weight: 100;
  margin-top: 30%;
  color: white;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Lobster';
  font-weight: 100;
}

.header {
  font-size: 150%;
  padding-left: 5%;
  font-family: 'Lobster';
  text-shadow: black 1px 1px;
  color: white;
  border-bottom: 1px solid white;
}

#body {
  margin-top: 30px;
  margin-left: 10%;
  margin-right: 10%;
  padding: 5%;
  color: #333333;
  background-color: rgba(255,255,255,0.25);
}

#body a {
  font-size: inherit;
  color: #486772;
}

#subtitle {
  text-align: center;
  color: white;
  margin-top: 20px;
  font-size: 150%;
}

#container {
  position: fixed;
  top: 0;
  bottom: 215px;
  overflow-y: scroll;
  width: 100%;
}

@media (min-width: 400px) and (orientation: landscape) {
  html{ font-size: 80% }

  #body {
    margin-left: 20%;
    margin-right: 20%;
  }

  #navigation {
    border-width: 1px;
    top: 20px;
    bottom: auto;
    left: 5%;
    right: 5%;
    padding-left: 5%;
    font-size: 100%;
  }

  #container {
    top: 70px;
    padding-bottom: 65px;
    bottom: 0;
  }

  #title {
    margin-top: 10%;
  }
}
