#Start .background {
  background-image: url(../assets/img/portrait_2026.png);
  background-position-x: 75%;
}

#Suitcase .background {
  background-image: url(../assets/img/beach.jpg);
}

#Work .background {
  background-image: url(../assets/img/desk.jpg);
}

#Legal .background {
  background-image: url(../assets/img/space.jpg);
}

h1 {
  font-weight: 600;
}

#Main-Heading {
  text-align: left;
  color: #fff;
}

#Hello {
  max-width: 50%;
}

/* BLOBBING */
a[title="Mischa Weinhold"] {
  position: relative;
  display: inline-block;
}

.panel div#Blob {
  position: absolute;
  top: -13px;
  left: -11px;
  width: 192px;
  height: 47px;
  border-radius: 5px;
  background: white;
  z-index: -200;
}

#Signature {
  top: 0;
  left: 0;
  z-index: 1;
}

svg#fediprofile {
  width: 25px;
  height: 25px;
  top: 3px;
  position: relative;
}
p.fediprofile {
  display: inline-block;
  font-size: 17px;
  padding-left: 3px;
  bottom: 4px;
  position: relative;
}


@media only screen and (max-width: 767px) {
  #Main-Heading {
    font-size: 7rem;
    color: #000;
  }

  #Hello {
    padding: 10px;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 20px;
    color: #000;
  }

  #Legal .pad p {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 402px) {
  #Main-Heading {
    font-size: 5rem;
  }

  #Legal .pad p {
    font-size: 3rem;
  }
}