a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

a.w--current {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

.portrait {
  position: fixed;
  width: 50vw;
  height: 100vh;
  background-image: url('../images/Alex_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.about {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50vw;
  height: 100vh;
  margin-bottom: 60px;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grey-text {
  color: grey;
}

.link {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.link-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.link-2.w--current {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.absatz {
  padding: 40px 0px;
  border-style: dotted none none;
  border-width: 1px;
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .portrait {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .about {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .portrait {
    position: static;
    width: 100vw;
    height: 500px;
    background-position: 50% 50%;
  }
  .about {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .portrait {
    height: 250px;
  }
  .about {
    height: 400px;
    padding: 40px;
  }
}