body {
  margin: 0;
  height: 100%;
  background-color: #000000;
  font-family: "Times New Roman", serif;
  font-size: 1em;
  color: white;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

header {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: -20px;
}

h2,
h3 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: center;
  font-size: 40px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-shadow: 0 0 2px #ffffff, 0 0 2px white, 0 0 10px #0d0f8f;
}

.inactive {
  opacity: 0.2;
}

.inline-link {
  color: black;
  text-decoration: underline;
}

.inline-link:hover {
  text-shadow: none;
}

.menu-icon {
  width: 2em;
}

.topnav {
  overflow: hidden;
  text-align: center;
}

.topnav a {
  padding: 12px;
}

.topnav .icon {
  display: none;
}

.cons {
  opacity: 0.5;
}

@media screen and (max-width: 1000px) {
  .topnav a {
    display: none;
  }

  .topnav a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.breadcrumb {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0 auto;
  padding: 20px;
}

.breadcrumb a {
  text-decoration: underline;
}

header a {
  text-shadow: 1px 1px 2px black;
}

main {
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
  background-color: #05010eec;
  text-align: left;
}

main p {
  line-height: 2;
  margin: 0px;
  padding: 20px;
  text-align: left;
}

.inline {
  font-weight: bolder;
}

.bio {
  display: flex;
  flex-direction: column;
}

.profile-img {
  float: left;
  width: 20em;
  margin: 50px;
}

.bio-short {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.bio-long {
  text-align: center;
  margin: 10px auto;
  max-height: 500px;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.internal {
  overflow-x: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  padding: 20px;
}

.internal img {
  padding: 20px;
  margin: 20px;
  opacity: 0.8;
  filter: hue-rotate(-50deg);
}

.profile {
  position: relative;
  margin: 4px;
  transition: transform 0.3s ease, filter 0.3s ease;
  width: 8em;
  height: 10em;
}

.profile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
}

footer {
  margin: 0 auto;
  text-align: center;
  color: white;
  opacity: 0.8;
}

.part-items {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.part-item {
  image-rendering: pixelated;
  width: 256px;
  height: 256px;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.part-item:hover {
  animation: float 1s ease-in-out infinite;
}
.part-item:hover {
  animation: float 1s ease-in-out infinite;
}

footer a {
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
}

.graphics {
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px;
}

.identity-pixels {
  display: block;
  text-align: center;
  margin: auto;
}

.identity-pixels img {
  width: 100px;
}

.mobile {
  width: 150px;
}

.border {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
}

.art img:hover {
  cursor: pointer;
}

img {
  transition: transform 0.2s;
}

img:hover {
  transform: scale(1.05);
}

.gif-collection {
  right: 15px;
  top: 300px;
  position: absolute;
  z-index: 1;
  margin: 20px;
}

.quote {
  text-align: center;
  color: #ffffffa0;
  margin: -50px auto;
  font-style: italic;
}

h4 {
  margin-left: 20px;
  margin-bottom: -10px;
}

.speech {
  display: flex;
  align-items: center;
}

.profile {
  max-width: 300px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .speech {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .profile {
    margin-right: 20px;
    width: 150px;
    height: auto;
  }

  .playlist {
    font-size: small;
  }
  .info {
    width: 100%;
  }
  body {
    font-size: small;
  }
}

h3 {
  font-size: 1.5em;
  text-align: center;
}

.info {
  margin: auto;
  width: 100%;
}
