html {
  font-family: "Varela Round", sans-serif;
  font-size: 22px;
}

img {
  pointer-events: none;
}

b {
  font-weight: bold;
}

html {
  height: 100%;
  overflow-y: scroll;
}

html, body {
  min-height: 100%;

  color: black;
  background-color: white;
}

body {
  zoom: 0.8;
  display: flex;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

#resume {
  width: 100%;

  display: flex;
  align-items: center;
  flex-direction: column;

  text-align: center;

  margin-bottom: 60px;
}

#resume h1 {
  margin-bottom: 20px;
}

#resume a {
  width: 70%;
  max-width: 300px;

  display: flex;

  margin-bottom: 28px;
}

#resume img {
  width: 100%;
}

#resume p {
  width: 70%;
  max-width: 500px;
}

h1:first-of-type {
  margin-bottom: 30px;
}

#experiences {
  width: 90%;
  min-width: 200px;
  max-width: 1600px;

  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;

  gap: 20px;
  align-items: center;
  justify-content: space-evenly;

  margin-bottom: 80px;
}

#experiences > div {
  margin-bottom: 30px;
}

#experiences > div:last-child {
  margin-bottom: 0;
}

.job {
  width: 95%;
  max-width: 650px;

  display: flex;
  align-items: center;
  flex-direction: column;

  align-self: baseline;
}

.side-by-side {
  width: 100%;

  gap: 10px;
  align-items: center;
  justify-content: center;

  display: flex;
  flex-wrap: wrap;
}

.header {
  width: 100%;
  text-align: left;
}

.header > span:nth-child(1) {
  font-weight: bold;
}

.header > span:nth-child(2) {
  color: lightgray;
}

hr {
  width: 100%;
  border-style: inset;
  border-width: 1px;
  border-color: black;

  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.job hr {
  margin-bottom: 20px;
}

.job:first-of-type hr {
  margin-bottom: 0;
}

.job img {
  border-radius: 10px;
}

.tagline {
  color: gray;
  font-size: 16px;
  font-style: italic;
  text-align: center;

  margin-top: 12px;
  margin-bottom: 12px;
}

.job ul {
  width: 100%;
  line-height: 1.8;

  list-style: none;
  padding: 0;
}

.job li::before {
  position: absolute;
  left: 0;
  width: 1.5rem;
  text-align: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

li {
  position: relative;
  padding-left: 2rem;
}

#sde2 ul {
  margin-top: -8px;
}

#sde2 li:nth-child(1)::before {
  content: "🤖";
}

#sde2 li:nth-child(2)::before {
  content: "🏗️";
}

#sde2 li:nth-child(3)::before {
  content: "📈";
}

#sde2 li:nth-child(4)::before {
  content: "🔧";
}

#sde2 li:nth-child(5)::before {
  content: "🤝";
}

#alexa-text {
  color: #00CBF6;
  font-weight: bold;
}

#nova-text {
  background: linear-gradient(45deg,
    #F25EA0 0%,
    #EA1EC1 33%,
    #A63DFE 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  font-weight: bold;
}

#guest-speaker li::before {
  content: "🤖";
}

#game-intern li:nth-child(1)::before {
  content: "🤖";
}

#game-intern li:nth-child(2)::before {
  content: "🎮";
}

#game-intern li:nth-child(3)::before {
  content: "📝";
}

#game-intern li:nth-child(4)::before {
  content: "🎨";
}

#web-intern li:nth-child(1)::before {
  content: "🌐"
}

#web-intern li:nth-child(2)::before {
  content: "💻"
}

#web-intern li:nth-child(3)::before {
  content: "🌱"
}

#club-director li:nth-child(1)::before {
  content: "👥"
}

#club-director li:nth-child(2)::before {
  content: "🎮"
}

#club-director li:nth-child(3)::before {
  content: "🤝"
}

#club-director li:nth-child(4)::before {
  content: "🌱"
}

#alexa {
  width: 32%;
  max-width: 130px;
}

#nova {
  width: 52%;
  max-width: 200px;
  margin-left: -20px;
}

#level {
  width: 95%;
  max-width: 400px;
}

#alera {
  width: 220px;
}

#legacy {
  width: 90%;
}

#order {
  width: 90%;
  max-width: 340px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

#present1 {
  width: 95%;
}

#present2 {
  width: 95%;
  margin-bottom: 18px;
}

h1:last-of-type {
  margin-bottom: 0;
}

#info {
  width: 70%;
  max-width: 500px;

  margin-top: 8px;
  margin-bottom: 60px;

  text-align: center;
}

@media (max-width: 520px) {
  .header > span:nth-child(2) {
    display: none;
  }
  .header > span:nth-child(3) {
    display: none;
  }
}

@media (max-width: 415px) {
  .job ul {
    font-size: 20px;
  }
  .video-resize {
    width: 70%;
  }
  #info {
    width: 85%;
  }
  #alera {
    width: 300px;
  }
  #alexa {
    margin-left: 24px;
  }
  #nova {
    margin-left: 0;
  }
}

#resume a {
  transition: all .1s ease-in-out;
}

#resume a:hover {
  transform: scale(1.1);
}
