@import
url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css);

body {
  font-family: system-ui, serif;
  background-color: #101010;
}

.container {
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  position: absolute;
  height: 133vh;
  width: 100%;
  left: 0;
}

.title-container-dark {
  background: #101010;
  top: 0;
}

.title-container-dark .title h1 {
  color: #AAAAAA;
  text-fill-color: transparent;
  background-clip: text;
}

.title-container-light {
}

.title-container-light .title h1 {
  color: #101010;
}

.position1{
  top: 100vh;
  background: #777777;
}

.position2{
  top: 200vh;
  background: #888888;
}

.position3 {
  top: 550vh;
  background: #999999;
}

.robotics-container {
  top: 300vh;
  left: 0;
  background: #AAAAAA;
  position: absolute;
  margin: auto;
  height: auto;
  width: 100%;
}

.portfolio-container {
  top: 673vh;
  left: 0;
  background: #AAAAAA;
  position: absolute;
  margin: auto;
  height: auto;
  width: 100%;
}

.title {
  position: fixed;
  margin: auto;
  width: 100%;
  top: 45%;
}

.title h1 {
  text-align: center;
}

.socialbar {
  position: relative;
  width: 100%;
  height: 44%;
  top: 53%;
  text-align: center;
}

.socialbar a {
  position: relative;
  padding: 0.5em;
  margin: auto;
  top: 1%;
}

.socialbar a:hover {
  top: 0%;
}

.img-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50vh;
  padding-bottom: 50vh;
}

img {
  border: 1px solid #FFF;
  border-radius: 2em;
  padding: 1em;
  width: 40vw;
  margin-bottom: 50vh;
}

.portfolio-container img:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  img {
    width: 80vw;
  }
  img:last-child {
    margin-bottom: 0;
  }

  .portfolio-container{top: 773vh;}
  .position3 {top: 673vh}
}
