* {
  font-family: 'Fira Code', monospace;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html{
  background: #000;
}

body {
  font-size: 24px;
  margin: 0px;
}

header {
  color: #000;
  outline: 3px white solid;
  display: grid;
}

h1 {
  font-size: 52px;
  color: white;
  text-align: center;
}

h2 {
  font-size: 42px;
  color: white;
  font-style: italic;
  text-align: center;
}

header h1 {
  outline: 20px white solid;
  outline-style: double;
  outline-offset: 5px;
}

header h2 {
  font-size: 25px;
}

nav {
  font-weight: bold;
  font-size: 18px;
  border: 3px white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

nav a.inactive {
}

nav a:link {
  background-color: #fff;
  color: #000;
  padding: 1% 2%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 5px solid black;
}

nav a:visited {
  background: #fff;
  color: #000;
  border: 3px black solid;
}

nav a:hover {
  color: #fff;
  background-color: #000;
}

nav a.active {
  background: #fff;
  color: #000;
  border: 3px black solid;
  text-decoration: line-through;
  font-style: italic;
}

#flex {
  display: flex;
  justify-content: center;
}

figure img {
  width: 50%;
}

#videoContainer {
}

#intro_vid {
  mix-blend-mode: screen;
  width: 25%;
  height: 25%;
  display: flex;
  justify-content: center;
  position: absolute;
  margin-left: 37.5vw;
}

#photoContainer {
  margin-top: 20vh;
  width: 100vw;
}

section.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

div.parentheses {
  font-size: 40vh;
  color: #e2bff2;
  display: flex;
  justify-content: center;
}

#parenthesisRight {
  padding-left: 1vw;
}

#fade {
  margin: 0 auto;
}

#fade img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#fade img.fadeout:hover {
  opacity:0;
}

#figureHome {
  height: 40vh;
}

.penrose {
  display: block;
  mix-blend-mode: screen;
  margin: auto;
  -webkit-animation:rotate-center 2s linear infinite both;
  animation:rotate-center 2s linear infinite both
}

.anim {
  animation: colorChange .5s infinite linear;
}

#game_Container {
  display: grid;
  grid-template-rows: 1fr 2fr;
  justify-content: center;
}

.gridcenter {
  display: grid;
  grid-template-rows: 1fr;
  justify-content: center;
  outline: 3px white solid;
  align-self: center;
  /* justify-self: center; */
  padding: 3%;
  /* width: 70vw; */
}

#visualDesign_Container {
  display: flex;
  flex-flow: column wrap;
  padding-left: 15vw;
  width: 90vh;
}

img.visualItem {
  padding-bottom: 5vh;
  align-self: center;
}

.visualItem.wide {
  max-width: 80vw;
}

.visualItem.tall {
  max-height: 80vh;
  width: auto;
  align-self: center;
}

#noname-image {
  /* max-width: 20vw; */
  /* align-self: center; */
  /* display: flex; */
  max-width: 70vw;
  /* justify-content: center; */
  /* object-fit: cover; */
}
