body {
  color: white;
  background-color: black;
  font-family: sans-serif;
  text-align: center;
}

@font-face {
  font-family: adventure;
  src: url(assets/Adventure.otf);
}

@media screen and (orientation: landscape) {
  
  #title {
      font: 5em adventure, sans-serif
  }

  .content-width {
    width: 30%;
  }

  .text {
    font-size: 1.3em;
  }

  .subtitle {
    font-size: 1.8em;
  }

  .menu {
    flex-direction: row;
  }

  .menu div {
    margin: 2px;
    padding: 5px;
  }

  .menu div {
    margin: 4px;
    padding: 15px;
  }
  
  #image-gallery img {
    padding: 15px 0px;
  }
  
  .sound-icon {
    height: 32px;
    font-size: 1.3em;
  }
  
  .credit-image {
    width: 32px;
    height: 32px;
    text-align: center;
  }

}

@media screen and (orientation: portrait) {

  #title {
      font: 5em adventure, sans-serif
  }

  .content-width {
    width: 90%;
  }

  .text {
    font-size: 3.5em;
  }

  .subtitle {
    font-size: 4.5em;
  }

  .menu {
    flex-direction: column;
  }

  .menu div {
    margin: 10px;
    padding: 20px;
  }
  
  #image-gallery img {
    padding: 20px 0px;
  }
  
  .sound-icon {
    height: 64px;
    font-size: 3.5em;
  }
  
  .credit-image {
    width: 64px;
    height: 64px;
    text-align: center;
  }

}

#title {
    text-shadow: #1e5724 5px 5px;
}

#video-player {
  margin: 30px;
}
.content-width {
    margin: auto;
}

.menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu div {
  flex-grow: 1;
  flex-basis: 0;
  background-color: #1e5724;
  color: white;
}

img {
  width: 100%;
}

.subtitle {
  padding-bottom: 10px;
  border-bottom: 5px solid #1e5724;
}

#description {
  padding: 30px 0px;
}

#description .text, #credits .text {
  color: #ccc;  
  background-color: inherit;
}

.credit-image {
  text-align: center;
}

td {
  text-align: left;
  padding: 10px;
  background-color: #222;  
}
table {
  display: inline;
  border-spacing: 5px;
}

.sound-icon {
  text-align: center;
  color: yellow;
  background-color: #222;  
}

a {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
