body {
  background-color: #191228;
}

/* https://www.youtube.com/watch?v=phWxA89Dy94 used this for flex boxes*/

* {
  color: white;
  background: #191228;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  border-radius: 3vh;
}



h2 {
  margin-left: 30px;
  font-style: italic;
}

h6 {
  margin-left: 30px;


}
p {
  margin:10px;
}

h3 {
  font-style: italic;
}
.projectimgs {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  justify-content: space-between;
  margin:10px;
  column-gap: 30px;
}

.stickyhead {
  position: sticky;
  top: 10px;

  background: #191228;
  
  z-index: 100;

  border: 1px solid white;
  padding-top: 15px;
  padding-right: 30px;
  margin:10px;

  display:flex;
  justify-content: space-between;
  height:40vh;

  align-items: center;
  transition: all .3s;

}

.stickyhead.addedClass {
  padding-top: 4px;
  height:20vh;
}

.menu {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  display:flex;

  
}
.vertmenu {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  display:flex;
  flex-direction: column;
  
}
.projectTitle {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}
.rhy {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}
.sol { 
  min-width: 500px;
  min-height: 550px;
  margin:10px;
}
.synth {
  min-width: 600px;
  min-height: 750px;
  margin:10px;
}
.projects {
  display:flex;
  flex-direction: column;
  border: 1px solid white;
  padding: 30px;
  margin:10px;

}
.synthEmbed {
  display:flex;
  flex-direction: row;
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}
.solEmbed {
  display:flex;
  flex-direction: row;
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}

details > summary {
  padding: 2px 6px;
  
}
details > p {
  padding: 10px;
}

.pedalboardimg {

  max-width: 700px;

  object-fit: contain;
  width:auto;
  height:auto;

}
.horisplitter {
  display: flex;
  justify-content: space-between;
}
.random{
  display: flex;
}
.randomAlbum{
  margin:10px;
}
.pedal {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  width:auto;
  flex-grow: 1;
}
.vertpedalstack {
  display:flex;
  flex-direction: column;
}
.hori {
  
  margin:20px;
  border:20px;
  gap: 20px;
  display:flex;
  justify-content: start;
}
.menu {
  display: flex;
  justify-content: space-between;
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}

.stacker {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}

.back {
  position: sticky;
  top: 0;

  background: #191228;
  
  z-index: 100;

  display: flex;
  justify-content: space-between;
  border: 1px solid white;
  padding: 10px;
  margin:10px;
}

.stuffmade {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.randomText {
  white-space: pre-wrap;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  width:100%;
}
.aboutMe{
  display: flex;
  
}
.container {
  position: relative;

}
.faderText {

  /* pretty copied from w3schools */

  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.quicklinks {
  display: flex;
  flex-direction: column;
  height:100%;
  flex-wrap: wrap;
  font-size:12px;
  justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #191228;
  margin:5px;

}

.logo {
  height: 100%;
  

}

.logo img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  border-radius: 0vh;
}

.container:hover .overlay {
  opacity: .9;

}
.aboutMeText {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  
}
.aboutMeImages {
  border: 1px solid white;
  padding: 30px;
  margin:10px;
  display: flex;
  flex-direction: row;
}
img {

  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
}

.game {
  display: flex;
  flex-wrap:wrap;
}
.freakyfrog {
  width:15vh;
  height:15vh;
  object-fit: cover;
  border-radius: 1vh;
}
.gameboard {
  width:80vh;
  height:80vh;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  margin:20px;
}

select {

  background-color: #191228;

  border-color: white;

}

.car { 
  position: absolute;
  width:25vh;
  height:15vh;
  object-fit: cover;
  border-radius: 1vh;
}


.stilllife {
  width:100%;
  height:90vh;
  background-color: white;


}
.dotimage {
  margin-top: 100px;
  margin:100px;

  position: relative;
}