* {
  padding: 16px;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 16px;
}

a {
  padding: 0;
}

html {
  padding: 0;
}

body {
  padding: 0;
}

div {
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

h1 {
  font-size: 28px;
  width: 100%;
  text-align: center;
}

h2 {
  font-size: 24px;
  text-align: center;
  padding: 8px;
  margin: 16px;
  color: black;
}

p {
  text-align: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  height: auto;
  display: flex;
  text-align: left;
  background-color: #fa8316;
}

footer p {
  padding: 0;
  margin: 0;
  text-align: left;
  color: white;
}

nav {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 50%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  display: inline-block;
  padding: 8px;
  position: relative;
}

li a {
  color: black;
  text-align: center;
  text-decoration: none;
  padding: 0;
  transition: color 200ms ease-out;
}

li a:hover {
  color: #f18016;
  transition: color 200ms ease-out;
}

li a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #f18016;
  transition: width 150ms;
}

li a:hover::after {
  width: 100%;
}

li a:hover:active {
  color: #cf6e16;
}

.nav-selected {
  color: #f18016;
}

.contact-button {
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.logo {
  padding: 0;
  margin: 0;
  margin-right: auto;
}

.hyphen {
  height: 2px;
  background-color: #fa8316;
  border-radius: 2px;
  width: 80%;
  margin: auto;
  padding: 0;
}

.content-hyphen {
  height: 3px;
  background-color: #fa8316;
  border-radius: 2px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

.content {
  animation: fadeInAndScroll 400ms 0ms forwards;
}

.content-gamingMinds {
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

.content-gameJams {
  display: none;
}

.content-Printables {
  display: none;
}

.tab {
  border-radius: 5px;
  background-color: white;
  color: black;
  border: 2px solid #f18016;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  transition-duration: 200ms;
}

.tab:hover {
  background-color: #f18016;
  color: white;
  transition-duration: 200ms;
}

.image-cluster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 360px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-cluster > img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.image-cluster-two-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 360px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-cluster-two-images > img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.image-cluster-printables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 360px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-cluster-printables > img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.upscroll-icon {
  padding: 8px;
  margin: 0;
  border: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.video-page {
  display: flex;
  background-color: #fa8316;
  border-radius: 34px;
  margin: 32px;
  align-items: center;
  justify-content: center;
  border-right: 16px solid #f18016;
  border-left: 16px solid #f18016;
}

.video-page p {
  color: white;
}

.video-page h2 {
  color: white;
}

iframe {
  height: 100%;
  width: 60%;
  aspect-ratio: 16/9;
  border-radius: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  -o-object-fit: scale;
     object-fit: scale;
}

.video-description {
  width: 40%;
}

.video-description > p {
  text-align: left;
}

.exhibit-image {
  width: 30%;
  aspect-ratio: 1/1;
  padding-left: 16px;
  padding-right: 0;
  margin: 16px;
}

.exhibit {
  padding: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.exhibit-description {
  border-radius: 24px;
  width: 70%;
}

.exhibit-description > h2 {
  text-align: left;
  padding: 16px;
  padding-left: 32px;
  padding-top: 32px;
  padding-bottom: 0;
  margin: 0;
  color: white;
}

.exhibit-description > p {
  text-align: left;
  margin: 0;
  width: 100%;
  padding: 32px;
  color: white;
  padding-top: 0;
}

.exhibit-wrapper-design-one {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin: 16px;
  margin-bottom: 32px;
  border-radius: 24px;
  padding-bottom: 0;
  background-color: #fa8316;
}

.exhibit-wrapper-design-two {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin: 16px;
  margin-bottom: 32px;
  border-radius: 24px;
  padding-bottom: 0;
  background-color: #f18016;
}

.dusk-bookcover {
  width: 30%;
  aspect-ratio: 1/1.5;
  padding-left: 16px;
  padding-right: 0;
  margin: 16px;
}

.imprint-entry {
  padding-top: 0;
  padding-bottom: 0;
  padding: auto;
  padding-left: auto;
  padding-right: auto;
  color: white;
}

.imprint-list {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.intro-text {
  width: 70%;
}

.intro-text > p {
  text-align: left;
}

.intro-wrapper {
  display: flex;
}

.profile-pic {
  width: 30%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 32px;
  border-radius: 24px;
}

@media screen and (max-width: 1300px) {
  .image-cluster {
    grid-template-columns: repeat(2, 1fr);
  }
  .image-cluster-two-images {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-cluster-printables {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-page {
    display: table;
  }
  .video-page > iframe {
    width: 100%;
    display: table-header-group;
  }
  .video-description {
    width: 100%;
    display: table-footer-group;
  }
}
@media screen and (max-width: 900px) {
  .image-cluster {
    grid-template-columns: repeat(1, 1fr);
  }
  .image-cluster-printables {
    grid-template-columns: repeat(1, 1fr);
  }
  footer {
    display: none;
  }
  .imprint {
    display: flex;
  }
  .content-hyphen {
    color: white;
    background-color: white;
  }
  .exhibit-wrapper-design-one {
    display: table;
    align-items: center;
    padding-bottom: 0;
    margin: 16px;
    margin-bottom: 32px;
    border-radius: 24px;
    padding-bottom: 0;
    background-color: #fa8316;
    display: table;
    padding: 16px;
  }
  .exhibit-wrapper-design-two {
    display: table;
    align-items: center;
    padding-bottom: 0;
    margin: 16px;
    margin-bottom: 32px;
    border-radius: 24px;
    padding-bottom: 0;
    background-color: #f18016;
    display: table;
    padding: 16px;
  }
  .exhibit-image {
    width: 100%;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 16px;
    display: table-header-group;
    padding-right: 32px;
  }
  .exhibit-description {
    border-radius: 24px;
    width: 100%;
    display: table-footer-group;
  }
  .dusk-bookcover {
    width: 100%;
    aspect-ratio: 1/1.5;
    padding: 0;
    margin: 16px;
    padding-right: 32px;
  }
  .intro-wrapper {
    display: table;
  }
  .profile-pic {
    display: table-header-group;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    padding: 64px;
    padding-bottom: 16px;
    border-radius: 24px;
  }
  .intro-text {
    display: table-footer-group;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .image-cluster-printables {
    grid-template-columns: repeat(1, 1fr);
  }
}
#upscroll {
  display: none;
  width: 360px;
  background-color: #ff2e30;
  border-radius: 24px;
  border: 2px #f18016;
  position: fixed;
  bottom: 0;
  margin: 8px;
  margin-left: calc(50% - 180px);
  z-index: 99;
  cursor: pointer;
  transition: all 200ms ease-out;
}

#upscroll:hover {
  background-color: #cf6e16;
  transition: all 200ms ease-out;
}

#upscroll:active {
  background-color: #ff2e30;
}

@keyframes fadeInAndScroll {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.game-embedded {
  width: 45vw;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

.game-screenshot {
  width: 45vw;
}

.game-container {
  display: flex;
  flex-direction: column;
  margin: 16px;
  width: 40vw;
}

.gaming-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}/*# sourceMappingURL=styles.css.map */