html, body, .container, main {
  height: 100%;
  width: 100%;
  background-color: #000000;
}

body {
  overflow-x: clip;
}

p, h1, h2, a {
  position: relative;
  z-index: 2;
}

#navbar {
  background-color: #000000;
  z-index: 9999;
}

.width512 {
  width: 512px;
}

.text-align-right {
  text-align: right;
}

.container {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
}
.container main .hero {
  background-color: #000000;
  height: 100%;
  width: 100%;
  background-image: url("../images/idk.png");
  background-position: center;
  background-clip: border-box;
  background-size: cover;
}
.container main .hero nav {
  padding-top: 50px;
  font-weight: 600;
}
.container main .hero nav li a {
  cursor: pointer;
}
.container main .hero nav li a:hover {
  color: #000000 !important;
}
.container main .hero .landing-area {
  margin-top: 200px;
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding-bottom: 20px;
  text-align: left;
}
.container main .hero .landing-area .bubble {
  width: 100px;
  height: 100px;
  background-color: #f38181;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.container main .hero .landing-area .bubble-1 {
  top: -50px;
  left: -50px;
  width: 450px;
  height: 450px;
}
.container main .hero .landing-area .bubble-2 {
  bottom: -150px;
  left: -150px;
  width: 300px;
  height: 300px;
}
.container main .hero .landing-area .bubble-3 {
  top: 350px;
  left: 280px;
  width: 450px;
  height: 450px;
}
.container main .hero .landing-area .bubble-4 {
  top: 315px;
  right: 550px;
  width: 300px;
  height: 300px;
}
.container main .hero .landing-area .bubble-5 {
  top: -40px;
  right: -40px;
  width: 500px;
  height: 500px;
}
.container main .hero .landing-area .bubble-6 {
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
}
.container main .hero .landing-area h1 {
  font-size: 100px;
  font-weight: bolder;
}
.container main .hero .landing-area img {
  width: auto;
  height: 700px;
  clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 0%, 25% 0%, 25% 100%, 45% 100%, 45% 0%, 50% 0%, 50% 100%, 70% 100%, 70% 0%, 75% 0%, 75% 100%, 95% 100%, 95% 0%);
}
.container main #about-me {
  background-color: #000000;
  color: #fff;
  z-index: 2;
  position: relative;
}
.container main #about-me .content > div:first-of-type {
  display: block;
  width: 700px;
  height: 100%;
}
.container main #about-me div.me-picture {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/robert-kawaii.png");
  background-position: center;
  background-clip: border-box;
  background-size: cover;
}
.container main #about-me h4 {
  font-family: "Merriweather", serif;
}
.container main #about-me svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(95deg) brightness(107%) contrast(102%);
}
.container main #about-me > div {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 80px;
}
.container main #about-me > div h2 {
  font-size: 80px;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
}
.container main #about-me > div p {
  font-weight: 300;
}
.container main #about-me > div .wrapper {
  padding-top: 175px;
  width: 70%;
}
.container main #about-me > div .wrapper div {
  width: 100%;
}
.container main #about-me > div div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
}
.container main #about-me > div div:nth-child(2) > div div:nth-child(2) div {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: flex-start;
  gap: 5px 0;
}
.container main #about-me > div div:nth-child(2) > div div:nth-child(2) div svg {
  transform: translate(0, 3px);
}
.container main #about-me > div div:nth-child(2) span {
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: -25px;
}
.container main #about-me > div div:nth-child(2) span p {
  font-weight: 400;
  display: inline-block;
}
.container main #about-me > div div:nth-child(2) h4, .container main #about-me > div div:nth-child(3) h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.container main #about-me > div div:nth-child(2) p, .container main #about-me > div div:nth-child(3) p {
  margin-bottom: 0;
}
.container main #about-me > div div:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr auto;
}
.container main #about-me > div div:nth-child(3) h4 {
  grid-column: 1/3;
}
.container main #about-me > div img {
  height: 100%;
  width: 700px;
  display: block;
  justify-self: center;
}
.container .content {
  margin: 0 auto;
  height: 100%;
}
.container #projects {
  z-index: 2;
  position: relative;
  background-color: #000000;
  height: 100%;
}
.container #projects .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}
.container #projects .content a {
  color: #ffffff;
  text-decoration: none;
}
.container #projects .content a > div {
  background: #C04848; /* fallback for old browsers */
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.5) 40%, rgb(0, 0, 0) 100%), url("../images/studyportals-cover.png"); /* Chrome 10-25, Safari 5.1-6 */
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  opacity: 0.5;
}
.container #projects .content a > div:hover {
  transition: 0.4s;
  opacity: 1;
  transform: scale(0.95);
}
.container #projects .content a > div h3 {
  padding-top: 100px;
  padding-left: 40px;
}
.container #projects .content a > div > div {
  padding-left: 40px;
  padding-bottom: 80px;
}
.container #projects .content a > div > div h2:nth-child(2) {
  font-size: 20px;
}
.container #projects .content a:nth-child(2) > div {
  background: #C04848; /* fallback for old browsers */
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.5) 40%, rgb(0, 0, 0) 100%), url("../images/holland-market-cover.png"); /* Chrome 10-25, Safari 5.1-6 */
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.container #projects .content a:nth-child(3) > div {
  background: #C04848; /* fallback for old browsers */
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(71, 71, 71, 0.5) 40%, rgb(0, 0, 0) 100%), url("../images/game-design-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.container #study-portals, .container #holland-market, .container #game-dev {
  background: linear-gradient(to right, #000000 0%, #000000 50%, #F38181 50%, #F38181 100%);
}
.container #study-portals div.spacer, .container #holland-market div.spacer, .container #game-dev div.spacer {
  display: block;
  height: 400px;
}
.container #study-portals .content .studyportals-info, .container #holland-market .content .studyportals-info, .container #game-dev .content .studyportals-info {
  margin: 0 auto;
  width: 80%;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 380px 1fr;
  padding-bottom: 200px;
}
.container #study-portals .content .studyportals-info h1, .container #holland-market .content .studyportals-info h1, .container #game-dev .content .studyportals-info h1 {
  margin-top: 200px;
  padding-bottom: 200px;
}
.container #study-portals .content .studyportals-info h3, .container #holland-market .content .studyportals-info h3, .container #game-dev .content .studyportals-info h3 {
  text-align: center;
  padding-bottom: 50px;
}
.container #study-portals .content .studyportals-info img, .container #holland-market .content .studyportals-info img, .container #game-dev .content .studyportals-info img {
  height: 250px;
  width: 250px;
  justify-self: center;
  align-self: end;
  text-align: center;
  border-radius: 800px;
}
.container #study-portals .studyportals-design, .container #holland-market .studyportals-design, .container #game-dev .studyportals-design {
  padding-top: 100px;
  width: 100%;
  background-color: #000000;
}
.container #study-portals .studyportals-design > div, .container #holland-market .studyportals-design > div, .container #game-dev .studyportals-design > div {
  width: 80%;
  margin: 0 auto;
}
.container #study-portals .studyportals-design > div h1, .container #holland-market .studyportals-design > div h1, .container #game-dev .studyportals-design > div h1 {
  padding-bottom: 80px;
}
.container #study-portals .studyportals-design > div > div, .container #holland-market .studyportals-design > div > div, .container #game-dev .studyportals-design > div > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}
.container #study-portals .studyportals-design > div > div div, .container #holland-market .studyportals-design > div > div div, .container #game-dev .studyportals-design > div > div div {
  height: 400px;
  margin-bottom: 100px;
}
.container #study-portals .studyportals-design > div > div div h3, .container #holland-market .studyportals-design > div > div div h3, .container #game-dev .studyportals-design > div > div div h3 {
  margin: 80px 0 20px 0;
}
.container #study-portals .studyportals-design > div > div div p, .container #holland-market .studyportals-design > div > div div p, .container #game-dev .studyportals-design > div > div div p {
  line-height: 40px;
}
.container #study-portals .studyportals-design > div span.horizontal-line, .container #holland-market .studyportals-design > div span.horizontal-line, .container #game-dev .studyportals-design > div span.horizontal-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: relative;
}
.container #study-portals .studyportals-design > div span.horizontal-line div, .container #holland-market .studyportals-design > div span.horizontal-line div, .container #game-dev .studyportals-design > div span.horizontal-line div {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #F38181;
  position: absolute;
}
.container #study-portals .studyportals-design > div span.horizontal-line div:nth-child(1), .container #holland-market .studyportals-design > div span.horizontal-line div:nth-child(1), .container #game-dev .studyportals-design > div span.horizontal-line div:nth-child(1) {
  top: -25px;
  left: 11%;
}
.container #study-portals .studyportals-design > div span.horizontal-line div:nth-child(2), .container #holland-market .studyportals-design > div span.horizontal-line div:nth-child(2), .container #game-dev .studyportals-design > div span.horizontal-line div:nth-child(2) {
  top: -25px;
  left: 36%;
}
.container #study-portals .studyportals-design > div span.horizontal-line div:nth-child(3), .container #holland-market .studyportals-design > div span.horizontal-line div:nth-child(3), .container #game-dev .studyportals-design > div span.horizontal-line div:nth-child(3) {
  top: -25px;
  right: 36%;
}
.container #study-portals .studyportals-design > div span.horizontal-line div:nth-child(4), .container #holland-market .studyportals-design > div span.horizontal-line div:nth-child(4), .container #game-dev .studyportals-design > div span.horizontal-line div:nth-child(4) {
  top: -25px;
  right: 11%;
}
.container #study-portals .studyportals-research, .container #holland-market .studyportals-research, .container #game-dev .studyportals-research {
  padding-top: 100px;
  width: 100%;
  background-color: #000000;
}
.container #study-portals .studyportals-research > div:first-of-type, .container #holland-market .studyportals-research > div:first-of-type, .container #game-dev .studyportals-research > div:first-of-type {
  width: 60%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto;
  gap: 80px;
}
.container #study-portals .studyportals-research > div:first-of-type > div, .container #holland-market .studyportals-research > div:first-of-type > div, .container #game-dev .studyportals-research > div:first-of-type > div {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 200px;
}
.container #study-portals .studyportals-research > div:first-of-type > div > div:first-of-type, .container #holland-market .studyportals-research > div:first-of-type > div > div:first-of-type, .container #game-dev .studyportals-research > div:first-of-type > div > div:first-of-type {
  background-color: #F38181;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container #study-portals .studyportals-research > div:first-of-type > div > div, .container #holland-market .studyportals-research > div:first-of-type > div > div, .container #game-dev .studyportals-research > div:first-of-type > div > div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container #study-portals .studyportals-research > div:last-of-type, .container #holland-market .studyportals-research > div:last-of-type, .container #game-dev .studyportals-research > div:last-of-type {
  margin: 100px auto 0 auto;
  width: 60%;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 20px;
  height: 80vh;
  align-items: center;
}
.container #study-portals .studyportals-research > div:last-of-type h2, .container #holland-market .studyportals-research > div:last-of-type h2, .container #game-dev .studyportals-research > div:last-of-type h2 {
  border: 2px solid #fff;
  width: fit-content;
  padding: 25px 30px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line, .container #holland-market .studyportals-research > div:last-of-type span.vertical-line, .container #game-dev .studyportals-research > div:last-of-type span.vertical-line {
  display: block;
  width: 1px;
  height: 500px;
  background-color: #ffffff;
  position: relative;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div, .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div, .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #F38181;
  border-radius: 100%;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line p, .container #holland-market .studyportals-research > div:last-of-type span.vertical-line p, .container #game-dev .studyportals-research > div:last-of-type span.vertical-line p {
  position: absolute;
  width: 500px;
  left: 50px;
  top: -20px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div:nth-child(1), .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div:nth-child(1), .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div:nth-child(1) {
  top: 5%;
  left: -13px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2), .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2), .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2) {
  top: calc(50% - 13px);
  left: -13px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2) p, .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2) p, .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div:nth-child(2) p {
  top: -30px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3), .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3), .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3) {
  bottom: 5%;
  left: -13px;
}
.container #study-portals .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3) p, .container #holland-market .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3) p, .container #game-dev .studyportals-research > div:last-of-type span.vertical-line div:nth-child(3) p {
  top: -40px;
}
.container #study-portals .studyportals-empathy, .container #holland-market .studyportals-empathy, .container #game-dev .studyportals-empathy {
  padding: 100px 0;
  width: 100%;
  background-color: #000000;
}
.container #study-portals .studyportals-empathy h1, .container #holland-market .studyportals-empathy h1, .container #game-dev .studyportals-empathy h1 {
  background-color: #F38181;
  padding: 20px 0;
  text-align: center;
}
.container #study-portals .studyportals-empathy > div:first-of-type, .container #holland-market .studyportals-empathy > div:first-of-type, .container #game-dev .studyportals-empathy > div:first-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 100px;
}
.container #study-portals .studyportals-empathy > div:first-of-type div h3, .container #holland-market .studyportals-empathy > div:first-of-type div h3, .container #game-dev .studyportals-empathy > div:first-of-type div h3 {
  text-align: center;
}
.container #study-portals .studyportals-empathy > div:first-of-type div h3 svg, .container #holland-market .studyportals-empathy > div:first-of-type div h3 svg, .container #game-dev .studyportals-empathy > div:first-of-type div h3 svg {
  margin-right: 10px;
}
.container #study-portals .studyportals-empathy > div:first-of-type > div:last-of-type, .container #holland-market .studyportals-empathy > div:first-of-type > div:last-of-type, .container #game-dev .studyportals-empathy > div:first-of-type > div:last-of-type {
  grid-column: 1/span 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  height: 100px;
  width: 100px;
  background-color: #F38181;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container #study-portals .studyportals-handout, .container #study-portals .holland-market-handout, .container #holland-market .studyportals-handout, .container #holland-market .holland-market-handout, .container #game-dev .studyportals-handout, .container #game-dev .holland-market-handout {
  background-color: #000000;
}
.container #study-portals .studyportals-handout > div:first-of-type, .container #study-portals .holland-market-handout > div:first-of-type, .container #holland-market .studyportals-handout > div:first-of-type, .container #holland-market .holland-market-handout > div:first-of-type, .container #game-dev .studyportals-handout > div:first-of-type, .container #game-dev .holland-market-handout > div:first-of-type {
  background: linear-gradient(to right, #F38181 0%, #F38181 60%, #000000 60%, #000000 100%);
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .container #study-portals .studyportals-handout > div:first-of-type, .container #study-portals .holland-market-handout > div:first-of-type, .container #holland-market .studyportals-handout > div:first-of-type, .container #holland-market .holland-market-handout > div:first-of-type, .container #game-dev .studyportals-handout > div:first-of-type, .container #game-dev .holland-market-handout > div:first-of-type {
    background: linear-gradient(to right, #F38181 0%, #F38181 75%, #000000 75%, #000000 100%);
  }
}
.container #study-portals .studyportals-handout > div:first-of-type h3, .container #study-portals .holland-market-handout > div:first-of-type h3, .container #holland-market .studyportals-handout > div:first-of-type h3, .container #holland-market .holland-market-handout > div:first-of-type h3, .container #game-dev .studyportals-handout > div:first-of-type h3, .container #game-dev .holland-market-handout > div:first-of-type h3 {
  border: 2px solid #ffffff;
  padding: 20px;
  width: fit-content;
  margin-left: 20%;
}
.container #study-portals .studyportals-handout > div:last-of-type, .container #study-portals .holland-market-handout > div:last-of-type, .container #holland-market .studyportals-handout > div:last-of-type, .container #holland-market .holland-market-handout > div:last-of-type, .container #game-dev .studyportals-handout > div:last-of-type, .container #game-dev .holland-market-handout > div:last-of-type {
  position: relative;
}
.container #study-portals .studyportals-handout > div:last-of-type div.img-container, .container #study-portals .holland-market-handout > div:last-of-type div.img-container, .container #holland-market .studyportals-handout > div:last-of-type div.img-container, .container #holland-market .holland-market-handout > div:last-of-type div.img-container, .container #game-dev .studyportals-handout > div:last-of-type div.img-container, .container #game-dev .holland-market-handout > div:last-of-type div.img-container {
  position: relative;
}
.container #study-portals .studyportals-handout > div:last-of-type div.img-container p, .container #study-portals .holland-market-handout > div:last-of-type div.img-container p, .container #holland-market .studyportals-handout > div:last-of-type div.img-container p, .container #holland-market .holland-market-handout > div:last-of-type div.img-container p, .container #game-dev .studyportals-handout > div:last-of-type div.img-container p, .container #game-dev .holland-market-handout > div:last-of-type div.img-container p {
  position: absolute;
}
.container #study-portals .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-left, .container #study-portals .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-left, .container #holland-market .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-left, .container #holland-market .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-left, .container #game-dev .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-left, .container #game-dev .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-left {
  z-index: 1;
  width: 2px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -20px;
}
.container #study-portals .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-right, .container #study-portals .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-right, .container #holland-market .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-right, .container #holland-market .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-right, .container #game-dev .studyportals-handout > div:last-of-type div.img-container p span.vertical-line-right, .container #game-dev .holland-market-handout > div:last-of-type div.img-container p span.vertical-line-right {
  z-index: 1;
  width: 2px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -20px;
}
.container #study-portals .studyportals-handout > div:last-of-type > .handout-img, .container #study-portals .holland-market-handout > div:last-of-type > .handout-img, .container #holland-market .studyportals-handout > div:last-of-type > .handout-img, .container #holland-market .holland-market-handout > div:last-of-type > .handout-img, .container #game-dev .studyportals-handout > div:last-of-type > .handout-img, .container #game-dev .holland-market-handout > div:last-of-type > .handout-img {
  margin-left: 50%;
  margin-top: -150px;
  position: relative;
}
.container #study-portals .studyportals-handout > div:last-of-type div.image-grid div.img-container, .container #study-portals .holland-market-handout > div:last-of-type div.image-grid div.img-container, .container #holland-market .studyportals-handout > div:last-of-type div.image-grid div.img-container, .container #holland-market .holland-market-handout > div:last-of-type div.image-grid div.img-container, .container #game-dev .studyportals-handout > div:last-of-type div.image-grid div.img-container, .container #game-dev .holland-market-handout > div:last-of-type div.image-grid div.img-container {
  width: 60%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.container #study-portals .studyportals-handout > div:last-of-type div.image-grid div.img-container p, .container #study-portals .holland-market-handout > div:last-of-type div.image-grid div.img-container p, .container #holland-market .studyportals-handout > div:last-of-type div.image-grid div.img-container p, .container #holland-market .holland-market-handout > div:last-of-type div.image-grid div.img-container p, .container #game-dev .studyportals-handout > div:last-of-type div.image-grid div.img-container p, .container #game-dev .holland-market-handout > div:last-of-type div.image-grid div.img-container p {
  position: relative;
}
.container #study-portals .holland-market-handout > div:first-of-type h3, .container #holland-market .holland-market-handout > div:first-of-type h3, .container #game-dev .holland-market-handout > div:first-of-type h3 {
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 100px;
}
.container #study-portals .holland-market-handout > div:first-of-type img, .container #holland-market .holland-market-handout > div:first-of-type img, .container #game-dev .holland-market-handout > div:first-of-type img {
  height: 400px;
  display: inline-block;
}

.separator {
  width: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.separator span {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.separator span h1 {
  font-size: 64px;
  background-color: #000000;
  padding: 0 80px;
}

#game-dev {
  background: #000000 !important;
  padding-bottom: 100px;
}
#game-dev div.gamedev-info {
  width: 30%;
  margin-left: 20%;
  padding-bottom: 100px;
}
#game-dev div.gamedev-info h1 {
  margin: 0px 0 80px 0;
}
#game-dev div.gamedev-info h3 {
  margin: 50px 0 30px 0;
}
#game-dev div.multiple-components {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
#game-dev div.multiple-components img {
  width: 60%;
}
#game-dev .gamedev-iterations {
  background-color: #F38181;
  display: grid;
  grid-template-areas: "text component1 ." "text component2 component4" "text component3 .";
  grid-template-columns: 30% auto auto;
  grid-template-rows: 300px 300px 300px;
  align-items: center;
}
#game-dev .gamedev-iterations > div:first-of-type {
  grid-area: text;
  padding: 100px 0;
}
#game-dev .gamedev-iterations > div:first-of-type h3 {
  border: 2px solid #ffffff;
  padding: 20px;
  width: fit-content;
  margin-left: 10%;
  transform: rotate(-90deg);
  font-size: 40pt;
}
#game-dev .gamedev-iterations div.img-container img {
  width: 100%;
}
#game-dev .gamedev-iterations div.img-container:nth-child(5) {
  grid-area: component2;
}
#game-dev .gamedev-iterations div.img-container:nth-child(2) {
  grid-area: component1;
}
#game-dev .gamedev-iterations div.img-container:nth-child(3) {
  grid-area: component3;
}
#game-dev .gamedev-iterations div.img-container:nth-child(4) {
  margin-top: 100px;
  grid-area: component4;
}
#game-dev div.image-grid {
  width: 100%;
}
#game-dev div.image-grid div.img-container {
  width: 60%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
#game-dev div.image-grid div.img-container img {
  width: 100%;
}
#game-dev div.image-grid div.img-container p {
  position: relative;
}
#game-dev div.image-grid div.img-container span.vertical-line-left {
  z-index: 1;
  width: 2px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -20px;
}
#game-dev div.image-grid div.img-container span.vertical-line-right {
  z-index: 1;
  width: 2px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -20px;
}
#game-dev div.image-grid div.img-container:nth-child(even) {
  margin-bottom: 50px;
}

.appear2 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.appear2.inview2 {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/*# sourceMappingURL=main.css.map */
