* {
  /* border: 1px red solid; */
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  overscroll-behavior: none;
  background-color: black;
}

section {

}

p {

}

a {
  padding: 10%;
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #7c5cee;
  transition: color 400ms;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.margins {
  padding: 0;
  margin: 0;
}

.menu {
  position: fixed;
  transform: rotate(-90deg);
  display: flex;
  color; white;

  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;

  bottom: 50px;
  right: 0;
  padding-top: 150px;
}

.landing {
  position: relative;
}

.thesis {
  position: fixed;
  transform: rotate(-90deg);
  color: white;

  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;

  top: 100px;
  left: 0;
  padding-bottom: 100px;
}

.name {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 34px;
  margin: 0;
  padding-bottom: 8px;
}


.title {
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;

  margin: 0;
}

.person {
  width: 380px;
  color: white;
  flex-direction: column;
  padding: 2%;
}

.person:hover {
  color: #7c5cee;
  transition: color 400ms;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.show-text {
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 25px;
  color: #ffff;
}

.show-date {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  padding-top: 3%;
  line-height: 25px;
}

#bgImage {
  width: 100%;
  opacity: 20%;
  position: fixed;
  z-index: -2;
}

#title {
  position: fixed;
  margin-top: 2%;
  right: 25%;
  left: 25%;
  width: 50%;
  z-index: -1;
}

#planet {
  display: block;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70vh;
}

#astro {
  width: 5%;
  animation-name: float;
  animation-duration: 4s;
  transform: scaleX(-1);
  position: fixed;
  left: 30%;
  top: 80vh;
  opacity: 90%;
}

#designerImg{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: 100px;
  margin-right: 200px;
  align-items: center;
  justify-content: space-between;
  margin-top: 200px;
}
.mockup{
  width:325px;
  margin: 2%;
}

#designers {
 display: none;
 flex-flow: row wrap;
 align-items: center;
 margin: 5%;
 width: 90%;
 justify-content: space-evenly;
 padding-top: 2%;
}

#show-description {
  position: fixed;
  margin: 0% 25% 0% 25%;
  padding-top: 20%;
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -1;
}

@media (max-width: 1100px) {
  #designerImg{
    display: none;
  }
  #designers{
    display: flex;
  }
}

@media (max-width: 900px) {

  #bgImage {
    width: auto;
    height: 100%;
    top: 0;
  }

  #show-description {
    top:0;
    margin-top: 4vh;
  }
  #title {
    top:0;
    margin-top: 4vh;
  }
  #planet {
    display: none;
    background-color: red;
  }
  #astro {
    opacity: 0%;
    background-color: red;
  }
  #designers{

    background-color: black;
    padding-top: 10%;
    justify-content: center;
    margin: 100vh 20% 0% 20%;
    width: 60%;
  }

  .show-date {
    font-size: 20px;
  }
  .name {
    font-size: 25px;
  }
  .title {
    font-size: 14px;
  }
  .person {
    margin: 2%;
  }
}

@media (max-width: 600px) {
  .thesis {
    padding-bottom: 150px;
    z-index: -100;
  }
  .menu {
    padding-top: 200px;
    z-index: -100;
  }
  #designers {
    margin: 0% 15% 0% 15%;
    width: 70%;


  }
  #show-description {
    width: 68%;
    top: 0;
    margin: 5vh 16% 0% 16%;
    font-size: 15px;
  }
  .show-text {
    font-size: 13px;
  }
  #title {
    top: 0;
    width: 60%;
    left: 20%;
    right: 20%;
  }

}
