.title {
  font-family: SnowPuppets;
  font-size: 80px;
}

.hero {
  right: 0;
  max-width: min(90vh, 100vw);
}

.title-ctn {
  left: 5%;
}
.title-ctn .title-text {
  left: 0;
  text-align: left;
}
.title-ctn .title-text p {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 22px;
}
.title-ctn .title-bg {
  right: -10%;
}

.spot-purple-corner {
  transform: translate(50%, -50%);
  right: 0;
}

#about {
  direction: ltr;
}
#about .aboutme-description {
  text-align: left;
}
#about .aboutme-description p {
  line-height: 2;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 18px;
}
#about .aboutme-description h2 {
  font-family: SnowPuppets;
}

.head-card {
  direction: ltr;
}
.head-card img {
  margin-right: 1rem;
}
.naghd-card {
  direction: ltr;
}
.naghd-card .naghd-head > div {
  margin: 10px;
}
.naghd-card .naghd-head > div div {
  margin: 6px;
  text-align: left;
}
.naghd-card .naghd-head > div div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.naghd-card .naghd-head > div div:nth-child(2) {
  font-size: 14px;
}
.naghd-card .naghd-head > div div:nth-child(3) {
  font-size: 14px;
  margin-top: 12px;
}
.naghd-card .naghd-head > div div:nth-child(3) a {
  color: rgb(56, 56, 255);
  cursor: pointer;
}
.naghd-card p {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media only screen and (min-width: 768px) {
  .title-ctn {
    left: 10%;
  }
}
@media only screen and (min-width: 1400px) {
  .hero {
    right: 10%;
  }
  .title-ctn {
    left: 15%;
  }
}
@media only screen and (min-width: 1900px) {
  .hero {
    right: 15%;
  }
  .title-ctn {
    left: 17%;
  }
}/*# sourceMappingURL=en-US.css.map */