/* Styling */
* {
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  background-color: black;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Times New Roman", Times, serif;
}

a {
  color: white;
  text-decoration: underline;
}

h1 {
  font-size: 3em;
  text-align: center;
  margin-top: 20px;
}

p {
  width: 90vw;
  text-align: center;
  padding: 2%;
}

iframe {
  width: 660px;
  height: 415px;
  margin-left: 25%;
  margin-top: 10%;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  text-align: center;
  font-size: 2.5em;
}

h3 {
  text-align: center;
  font-size: 2em;
}

details {
  text-align: center;
  list-style-type: circle;
}

/* Horizontal Navigation */
nav {
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
}
nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
}
nav li {
  height: 50px;
}
nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
}
nav a:hover {
  font-style: bold;
  text-decoration: underline;
}

nav li:first-child {
  margin-right: auto;
}

/* Vertical Navigation */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  z-index: 999px;
  background-color: black;
  backdrop-filter: blur(10px);
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.5);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.sidebar li {
  width: 100%;
}
.sidebar a {
  width: 100%;
}
.menuButton {
  display: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  width: auto;
}
.closeButton a:hover {
  background-color: black;
}
.navTitle {
  font-style: bold;
  font-size: 20px;
  font-weight: bold;
}
.navTitle a:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
}

/* Classes */

.screenshots {
  height: auto;
  width: 100%;
}

.changelogItem p {
  position: relative;
  text-align: left;
  padding: 5px;
  margin-left: 9%;
}

.changelogItem h3 {
  text-align: left;
  padding: 5px;
  margin-left: 7%;
}

.changelogItem h2 {
  text-align: left;
  padding: 5px;
  margin-left: 5%;
}

/* ID's */

/* Banner */
#banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

#banner h1 {
  position: absolute;
  font-size: 3em;
  width: 90vw;
  bottom: 65%;
}
#banner p {
  position: absolute;
  width: 90vw;
  bottom: 50%;
  font-size: 2em;
  text-align: center;
  color: white;
}
#banner blockquote {
  position: absolute;
  bottom: 55%;
  font-size: 2em;
  text-align: center;
  color: white;
  font-style: italic;
}

#banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}

/* Media Queries */

@media (max-width: 800px) {
  h1 {
    font: size 3em;
  }

  .hideOnMobile {
    display: none;
  }
  .menuButton {
    display: flex;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    width: auto;
  }
  #banner img {
    width: auto;
    height: 100vh;
    object-position: center;
  }
  #banner h1 {
    position: absolute;
    font-size: 3em;
    width: 90vw;
    bottom: 65%;
  }
  #banner p {
    position: absolute;
    width: 90vw;
    bottom: 50%;
    font-size: 2em;
    text-align: center;
    color: white;
  }
  #banner blockquote {
    position: absolute;
    bottom: 55%;
    font-size: 1.5em;
    text-align: center;
    color: white;
    font-style: italic;
  }
  #banner h1 {
    position: absolute;
    font-size: 1.75em;
    width: 90vw;
    bottom: 65%;
  }
  #banner p {
    position: absolute;
    width: 90vw;
    bottom: 50%;
    font-size: 1.5em;
    text-align: center;
    color: white;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 1.25em;
  }

  p {
    text-align: left;
  }

  iframe {
    width: 260px;
    height: auto;
    margin-left: 15%;
    margin-top: 15%;
  }

  h2 {
    text-align: center;
    font-size: 1.2em;
  }

  h3 {
    text-align: center;
    font-size: 1.1em;
  }

  .sidebar {
    width: 60%;
    height: 100%;
  }
  .menuButton {
    display: hidden;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    width: auto;
  }
  .navTitle {
    margin-left: 25vw;
    width: fit-content;
  }
  #banner img {
    width: auto;
    height: 100vh;
    align-content: center;
    object-fit: cover;
    filter: brightness(75%);
  }
  #banner h1 {
    position: absolute;
    font-size: 1.25em;
    width: 90vw;
    bottom: 65%;
  }
  #banner p {
    position: absolute;
    width: 90vw;
    bottom: 50%;
    font-size: 1em;
    text-align: center;
    color: white;
  }
  #banner blockquote {
    position: absolute;
    bottom: 55%;
    font-size: 1em;
    text-align: center;
    color: white;
    font-style: italic;
  }
}
