html {
  font-size: 16px;
}

body {
  background-color: #1a1c34;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  margin: 0;
}

.nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 3vw;
  gap: 10px;
}

button {
  padding: 12px 24px;
  background: #ffffff;
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border-style: none;
  transition: background-color 0.2s ease;
  color: #1a1c34;
}

button:hover {
  background-color: #ffcc7e;
}
.pad {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 164px 132px;
  gap: 18px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.orangeText {
  color: #ffb546;
}

.blueText {
  color: #00a4d8;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  height: 200px;

  background: #000000;

  /* Inside auto layout */

  flex: none;
  order: 6;
  align-self: stretch;
  flex-grow: 0;
}

.footer img {
  max-width: 40px;
}

h1 {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 800;
  font-size: 4rem;
  margin: 0;
  color: #ffffff;
}

h2 {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.5em;
  margin: 0;
  color: #ffffff;
}

.whatAndHow {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 164px;
  gap: 64px;
}

h3 {
  /* font-family: 'Avenir'; */
  font-style: italic;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0;
  /* identical to box height */

  text-transform: uppercase;

  color: #000000;
}

h4 {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.5em;
  margin: 0;
}

.experience {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 96px 164px;
  gap: 48px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 1;
}

h5 {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.3em;
  margin: 0;
}

.experience img {
  max-height: 433px;
}

.currently {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 96px 164px;
  gap: 10px;
}

.focus {
  color: #ffffff;
}

.sectionTitleText {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.5em;
}

.focusBody {
  /* font-family: 'Avenir'; */
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0px;
  gap: 64px;
}

.focusBody img {
  max-width: 450px;
  margin: 0;
}

.noProjects {
  background-color: #fff;
  color: #000;
}

.noProjects p {
  max-width: 760px;
  line-height: 1.75em;
}

.orangeBtn {
  background: #ffb546;
}

@media (max-width: 576px) {
  html {
    font-size: 8px;
  }
  /* h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.75rem;
  }
  h4 {
    font-size: 1rem;
  } */
  /* h5 {
    font-size: 1rem;
  } */
  .sectionTitleText {
    font-size: 1rem;
  }
  .pad {
    padding: 48px 16px;
  }
  .flip {
    flex-direction: column;
  }
  img {
    max-width: 95vw;
  }
  .focusBody {
    padding: 0px 16px;
  }
  .focusBody img {
    max-width: 80vw;
  }
  .whatAndHow {
    gap: 24px;
  }
  .philipsLogo {
    display: none;
  }
}

@media (max-width: 774px) {
  html {
    font-size: 8px;
  }
  /* h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 2.25rem;
    line-height: 4rem;
  }
  h5 {
    font-size: 2.25rem;
    line-height: 4rem;
  }
  */
  .sectionTitleText {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .pad {
    padding: 48px 48px;
  }
  .flip {
    flex-direction: column;
  }
  img {
    max-width: 95vw;
  }
  .focusBody {
    padding: 0px 0px;
  }
  .focusBody img {
    max-width: 70vw;
  }
  .whatAndHow {
    gap: 24px;
  }
  .philipsLogo {
    display: none;
  }
  p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1350px) {
  .experience {
    flex-direction: column;
    align-items: center;
  }
  .focusBody {
    flex-direction: column;
  }
}
