/* for mobile do display: hidden */
* {
  /* border: 1px red solid; */
  margin: 0;
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}

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;
  bottom: 50px;
  right: 0;
  padding-top: 150px;
}
.menu {
  color; white;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
}

.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: 0px;
  padding-bottom: 100px;
}

.about-info {
  display: flex;
  margin: 0% 100px;

}

.text{
  display: flex;
  flex-direction: column;
  padding: 10% 5% 10% 5%;
}

.text h1 {
  font-size: 50px;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  margin-bottom: 5%;
}

.text h2 {
  font-size: 25px;
  font-family: acier-bat-solid, sans-serif;
  line-height: 25px;
  margin-bottom: 5%;
}

.text p {
  font-size: 14px;
  line-height: 25px;
  font-family: greycliff-cf, sans-serif;
  width: 75%;
}


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

.credit-row {
  margin-top: 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-right: 6vw;
}

.credits {
  display: flex;
  flex-wrap: wrap;
}

.single-credit {
  margin-bottom: 40px;
  margin-right: 50px;
}

.credit-row h4 {
  font-family: greycliff-cf, sans-serif;
  font-weight: 900;
  font-size: 24px;
  display: flex;
  flex-direction: column;
}

.credit-row h3 {
  font-size: 30px;
  font-family: acier-bat-solid, sans-serif;
  margin-bottom: 3vh;
}

@media (max-width: 790px) {

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

  .thesis {
    padding-bottom: 150px;
  }

  #menu {
    padding-top: 200px;
  }

  .about-info {
    flex-direction: column;
    margin: 12%;
    margin-top: 4vh;
  }

  .text h1 {
    font-size: 53px;
    margin-bottom: 15%;
  }

  .text h2 {
    font-size: 20px;
    font-family: acier-bat-solid, sans-serif;
    margin-bottom: 10%;
  }
  .text p {
    font-size: 13px;
    width: 100%;
  }

  .credit-row h3 {
    font-size: 20px;
  }

  .single-credit h4 {
    font-size: 18px;
  }

  .credit-row {
    flex-direction: column;
    margin-top: 25%;
  }

  #map {
    display: none;
  }
}
