@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html {
  margin: 0;
  padding: 0;
  background-color: aliceblue;
  font-size: 66%;
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
  margin: 0em 10em;
  padding: 1em 0em;
  background-color: white;
  font-weight: 600;
}

.flex-row {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
}

.flex-column {
  display: flex;
  flex-flow: column wrap;
  gap: 1em;
}

.nav-list {
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
  padding: 0.5em 3.5em;
}

.nav-list a {
  font-size: 2rem;
  font-weight: 600;
}

.top-icon {
  align-self: end;
}

.link {
  text-decoration: none;
  color: black;
}

.about-header {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.item7 {
  flex: 1;
  cursor: auto;
}

.pointer {
  cursor: pointer;
}

.space {
  margin: 2em;
  padding: 0em 1em;
  gap: 4em;
}

.about-div {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 8vw 8.3vw 8.3vw;
  background-image: url('https://ableton-production.imgix.net/about/header.jpg?auto=format&fit=crop&fm=jpg&h=782&ixjsv=1.1.3&w=1334');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.coverText {
  font-weight: 400;
  font-size: 12rem;
}

.info {
  margin-block: 10em;
  margin-left: 20em;
  margin-right: 20em;
}

.info h3 {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.6em;
}
.info p {
  font-size: 2rem;
  line-height: 1.9em;
}

p {
  font-weight: 300;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20em 0;
  overflow: hidden;
}

.video-padding {
  padding: 5em 0;
}

.singlePhoto-padding {
  padding: 5em 0;
}

.grid-pictures1 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  place-items: center;
}

.grid-pictures2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
  place-items: center;
}

.grid-pictures3 {
  display: grid;
  place-items: center;
  margin: 50em 0;
}

.grid-pictures4 {
  margin: 10em 20em;
}

.control-padding-grid4 {
  margin: -30em 6em;
  margin-bottom: -20em;
}

.yellowBackground {
  position: absolute;
  min-width: 84em;
  min-height: 80em;
  background-color: #fbffa7;
  z-index: 0;
  margin-left: 30em;
}

.greenBackground {
  position: absolute;
  min-width: 100em;
  min-height: 120em;
  z-index: 0;
  margin-right: 24em;
  background-color: #b6ffc0;
}

.purpleBackground {
  position: absolute;
  max-height: 80em;
  max-width: 100em;
  background-color: #d5b3ff;
}

.blueBackground {
  display: flex;
  background-color: #b1c5ff;
  margin: 0 -20em;
}

.blueBackground h3 {
  margin: auto 1em;
  padding: 0 2em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}

.blueBackground h3 a {
  text-decoration: none;
  color: #0000ff;
}

.photo {
  max-width: 100%;
}

.photo1 {
  z-index: 0;
}

.photo2 {
  position: relative;
  transform: scale(0.8);
  /* left: 20%; */
}

.photo3 {
  position: relative;
  transform: scale(0.8);
}

.photo4 {
  position: relative;
  transform: scale(0.8);
}

.photo5 {
  position: relative;
  top: 30%;
  left: 1%;
}

.photo7 {
  transform: translate(-10em, 20em) scale(0.9);
}

.photo8 {
  transform: translate(50em, -40em) scale(0.7);
}

.photo9 {
  max-height: 43em;
}

.video {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.video-caption {
  font-size: 1.2rem;
  font-weight: 400;
}

.blue-font {
  color: #0000ff;
}

.orange-font {
  color: #e64118;
}

.arrow-right::after {
  content: ' >';
  font-size: 0.5rem;
}

footer {
  padding: 10em 5em;
}

.nowrap {
  white-space: nowrap;
}

.footerParent {
  display: flex;
  flex-flow: column wrap;
  justify-content: start;
  align-items: flex-start;
  gap: 7em;
}

.footerChild1 {
  gap: 11em;
}

.footerChild2 {
  gap: 5em;
}

footer h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

footer a {
  text-decoration: none;
  font-weight: 400;
  color: black;
  font-size: 1.6rem;
}

footer .flex-column {
  justify-content: start;
  gap: 0.4em;
}

.bottomNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  gap: 0.8em;
  width: 100%;
  padding: 5em 0;
}

.separate {
  flex: 6;
}

hr {
  border: none;
  height: 1px;
  background-color: #efefef;
}

@media (max-width: 800px) {
  body {
    margin: 0em;
    padding: 0.3em;
  }
  .info h3 {
    font-size: 1rem;
  }
  .info p {
    font-size: 0.8rem;
  }
  .info {
    margin: 5em 7em;
    line-height: 1.5em;
  }

  footer a,
  footer p {
    font-size: 0.7rem;
    font-weight: 200;
  }
}
