:root p {
  margin: 0;
}

body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #1e1e1e;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
#container::-webkit-scrollbar {
  display: none;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: wheat;
  position: absolute;
  height: 5vh;
  top: 0;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 50vw;
  position: sticky;
  background-color: wheat;
}
header img {
  height: 5vh;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: wheat;
  position: sticky;
  height: 5vh;
  margin-top: 0.5rem;
  bottom: 0;
}
footer nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 50vw;
  position: sticky;
  background-color: wheat;
}
footer img {
  height: 5vh;
}

#home {
  padding: 0 2rem 1.25rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 75vh;
  color: #d4d4d4;
}
#home section {
  margin-top: 3.5rem;
}
#home section h2 {
  text-align: center;
}
#home #closure {
  margin-top: 4.5rem;
}
@media only screen and (orientation: landscape) {
  #home #closure {
    max-width: 25vw;
  }
}
@media only screen and (orientation: portrait) {
  #home #closure {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 500px) {
  #home #closure {
    max-width: 95vw;
  }
}
#home h2 {
  padding: 0 2rem 0 2rem;
}

.information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 1.5rem;
}
.information div {
  padding: 0.5vw;
}
.information .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 25vw;
}
@media only screen and (orientation: portrait) {
  .information .text {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.information .text h3, .information .text p {
  padding: 0 2rem 0 2rem;
}
.information #host {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  min-width: 25vw;
}
.information .image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.information .image img {
  max-width: 100%;
  min-width: 50vh;
}
@media only screen and (orientation: portrait) {
  .information .image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 50vw;
  }
  .information .image img {
    max-width: 100%;
    min-width: 70vw;
  }
}
@media only screen and (max-width: 500px) {
  .information .image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
  }
  .information .image img {
    max-width: 100%;
    min-width: 100vw;
  }
}
@media only screen and (orientation: portrait) {
  .information {
    display: block;
  }
}

button {
  background-color: #2D7D46;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}
button :hover {
  background-color: #215B32;
}

#host {
  text-align: center;
}

.hidden {
  display: none;
}

div > p {
  padding: 0 2rem 0 2rem;
}

@media only screen and (max-width: 769px) {
  #clojure {
    max-width: 95vw;
  }
}

/*# sourceMappingURL=styles.css.map */
