html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
}
body {
  animation: fadeIn 0.7s ease;
  background-color: #200055;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  max-width: 100%;
}
body,
html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}
ul {
  color: #ffffff;
  list-style-type: disc;
  margin: 10px 0 0 10px;
  padding: 0 20px;
}
li {
  margin: 3px 0 5px 10px;
  line-height: 1.2;
}
a {
  color: #b2ff00;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover,
.fa-icon a:hover i {
  color: #ff0060 !important;
}
h1 {
  color: #b2ff00;
  font-family: "Zig";
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}
h2 {
  color: #ffffff;
  font-family: "Zig";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.h2-connect {
  color: #fff;
  margin-top: 50px;
}
h3 {
  font-size: 16pt;
  margin: 25px 0 5px 0;
}
h4 {
  font-size: 14pt;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
  color: #b2ff00;
}
p {
  margin: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700);
}
@font-face {
  font-family: "Zig";
  src: url(fonts/zig.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zig";
  src: url(fonts/zig.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aptos Mono";
  src: url(fonts/Aptos-Mono.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aptos";
  src: url(fonts/Aptos.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aptos Light";
  src: url(fonts/Aptos-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
hr {
  background-color: #3f00ab;
  border-width: 0;
  color: #3f00ab;
  height: 1px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
svg {
  fill: #b2ff00;
  height: 36px;
  margin: 0 0 -5px 0;
  vertical-align: bottom;
  width: 36px;
}
svg:hover {
  fill: #ff0060;
}
.fancy-bullets {
  list-style-image: url("right-arrow.png");
  font-size: 12pt;
  margin-left: 25px;
  margin-top: 10px;
}
.fancy-bullets li {
  padding: 0 0 2px 5px;
  margin-left: 25px;
  margin-top: 0;
}
.container {
  margin: 20px auto 25px auto;
  padding: 10px 0 0;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.home-container {
  margin: 20px auto 25px auto;
  padding: 10px 0 0;
  width: 85%;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  display: block;
}
.portfolio-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 70px auto 0 0;
  padding: 10px 0 25px 0;
  width: 77%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
body.resume-page .portfolio-container {
  justify-content: center;
  margin: 90px auto 40px auto;
  padding: 0 0 0 0;
  width: 100%;
}
body.resume-page .container {
  margin: 0 auto;
  width: 100%;
}
body.resume-page .resume-container {
  margin: 0 auto;
}
.portfolio-content {
  margin: 2px 0 0 550px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.portfolio-content-books {
  margin: 0 0 0 550px;
  width: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.left-nav {
  box-sizing: border-box;
  margin: 0 50px 0 0;
  left: 355px;
  padding: 4px 20px 0 0;
  position: fixed;
  display: flex;
}
.left-nav ul {
  list-style-type: none;
  margin: 0 0 15px 0;
}
.left-nav ul li {
  margin: 0 0 15px 0;
}
.left-nav ul li a {
  background-color: #ff0060;
  border-radius: 8px;
  color: #b2ff00;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  padding: 4px 6px 6px 6px;
  text-align: center;
  text-decoration: none;
}
.left-nav ul li a:hover {
  background-color: #b2ff00;
  color: #ff0060;
}
.siteheader {
  color: #ff0060;
  font-family: "Zig", monospace;
  font-size: 27pt;
  margin: 0 auto 5px;
  padding-bottom: 0;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.header-container {
  background-color: #200055;
  margin: 0 auto;
  min-width: 1000px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.sitesubheader {
  color: #ffffff;
  font-family: "Roboto Mono", monospace;
  font-size: 14pt;
  letter-spacing: -0.75;
  margin-left: 3px;
}
.mobile-break {
  display: none;
}
.footer {
  background-color: #3f00ab;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Robot Mono", monospace;
  font-size: 13pt;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  width: 100%;
}
.footer-container {
  background-color: #200055;
  padding-top: 16px;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  max-height: 53px;
}
.navbar {
  align-items: center;
  background-color: #200055;
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.navbar a {
  align-items: center;
  background-color: #3f00ab;
  border: 1px solid #b2ff00;
  color: #b2ff00;
  display: inline-block;
  flex-grow: 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 3px;
  padding: 2px 20px;
  text-decoration: none;
  vertical-align: middle;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropbtn {
  background-color: #200055;
  border: none;
  color: #b2ff00;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
}
.dropdown-content {
  background-color: #200055;
  border: none;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  margin-left: 0;
  margin-right: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0 5px 0;
  position: absolute;
  text-align: center;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.dropdown-content a {
  background-color: #200055;
  border: none;
  border-bottom: 1px solid #3f00ab;
  color: #b2ff00;
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.8px;
  margin: 0 3px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content::-webkit-scrollbar-track {
  background: #200055;
}
.header-image {
  display: block;
  margin: 110px auto 30px auto;
  opacity: 0;
  position: relative;
  transition: opacity 0.5s ease-in;
  width: 320px;
  box-sizing: border-box;
}
.portfolio-header-image {
  display: block;
  margin: 0 0 27px 0;
  position: relative;
  box-sizing: border-box;
  width: 120px;
  padding: 8px 0 0 3px;
}
.portfolio-image-lg {
  display: block;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 15px 0;
}
#scrolle {
  height: 220px;
}
#summe {
  height: 180px;
}
.short-story-content {
  background-color: #fff;
  border: 1px solid #ff0060;
  color: #000;
  margin: 10px 0 0 0;
  padding: 5px 20px 20px 20px;
  width: 100%;
}
.portfolio-image {
  height: auto;
  margin: 0;
  width: 70px;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.fa-icon {
  color: #b2ff00 !important;
  cursor: pointer !important;
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 10px 0 6px 0 !important;
}
.fa-icon-nolink {
  color: #ff0060 !important;
  cursor: default !important;
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 10px 0 15px 0 !important;
}
.external-icon {
  font-size: 11pt;
  margin: 0;
  padding: 0;
}
.connect-icon {
  align-items: center;
  display: inline-flex;
  margin: 0 5px;
}
.connect-icon a[title="Threads"] svg {
  fill: #b2ff00;
  height: 36px;
  margin: 0 0 -5px -6px;
  position: static;
  transform: none;
  width: 36px;
}
.connect-icon a[title="Threads"]:hover svg {
  fill: #ff0060;
}
.two-columns {
  grid-template-columns: 50% 50%;
  width: fit-content;
  column-gap: 30px;
  row-gap: 10px;
}
#books {
  width: 100%;
  column-gap: 30px;
  padding: 0;
}
.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.top-align {
  align-items: start;
}
.bottom-align {
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
}
.bottom-align .grid-item {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: auto;
}
.center-align {
  align-items: center;
}
.grid-container {
  display: grid;
  margin: 0;
  position: relative;
}
#dev.grid-container {
  background-color: #3f00ab;
  border: 2px solid #b2ff00;
  padding: 20px;
  gap: 5px;
  margin: 25px auto 10px 0;
  border-radius: 15px;
}
.grid-item {
  margin: 0;
  padding: 10px 0 5px 0;
  width: 100%;
  position: relative;
  flex-direction: column;
  display: block;
}
.link {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  padding: 0;
  flex-wrap: nowrap;
  flex-shrink: 1;
  flex-grow: 1;
  box-sizing: border-box;
}
.link-container {
  margin: 15px 0 5px 0;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: fit-content;
  display: flex;
  box-sizing: border-box;
  background-color: #3f00ab;
  border: 4px solid #b2ff00;
  border-radius: 20px;
  padding: 6px 10px;
}
.portfolio-image+h3,
#chatbots h3,
.grid-item h3 {
  margin: 0;
}
#chatbots .fa-icon {
  padding: 20px 0 5px 0 !important;
}
.link h3,
.link h2,
.link h4 {
  margin: 0 auto;
  text-align: center;
}
.book {
  margin: 5px 0;
  width: 150px;
  height: auto;
}
.book:hover,
.short-story:hover,
.portfolio-image:hover {
  transform: scale(1.07);
}
.short-story {
  height: 175px;
  margin-bottom: 10px;
  margin-top: 10px;
  object-fit: cover;
  width: 175px;
}
.summary {
  color: #ffffff;
  cursor: pointer;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}
.breadcrumb {
  color: #ff0060;
  font-size: 11pt;
  font-weight: 400;
  margin: 2px 0 10px 0;
  padding: 0 0 3px 0;
  width: 100%;
}
.breadcrumb a {
  color: #ff0060;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.p-spaced {
  margin-top: 15px;
}
.note {
  background-color: #3f00ab;
  font-size: 12pt;
  line-height: 16pt;
  margin-top: 15px;
  padding: 5px 0 5px 11px;
}
.caption {
  color: #ff0060;
  font-size: 11pt;
  font-style: italic;
  line-height: 12pt;
  margin: 6px 0 0 0;
  font-weight: 550;
}
.navbar a:hover,
.dropdown-content a:hover {
  background-color: #ff0060;
  color: #b2ff00 !important;
  text-decoration: none;
}
.hamburger-menu {
  display: none;
}
.dropdown:hover .dropbtn,
.menu-tile:hover {
  background-color: #ff0060;
}
.dropdown-content::-webkit-scrollbar-thumb,
.dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #ff0060;
}
.header-image.loaded {
  opacity: 1;
}
.about {
  font-size: 13pt;
  line-height: 1.5em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60%;
}
.connect {
  line-height: 1.5em;
  margin: 100px auto 60px auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 60%;
}
.icon-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.1em;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}
.story-p {
  font-family: "Aptos";
  font-size: 16px;
  margin-top: 10px;
  text-indent: 50px;
}
.chapter-p {
  margin: 20px 0;
  text-align: center;
}
.portfolio-p {
  margin: 15px 0 0 0;
}
.portfolio-p-2 {
  line-height: 1.2;
  margin: 5px 0 15px 0;
}
.portfolio-item-container {
  margin: 25px 0 30px 0;
}
.disclaimer {
  color: #ff0060;
  font-size: 10pt;
  font-style: italic;
  margin: 20px 0;
  padding: 0;
}
.disclaimer a {
  color: #ff0060;
}
.screenshot-container {
  align-items: flex-start;
  box-sizing: border-box;
  column-gap: 20px;
  display: flex;
  flex-direction: row;
  margin: 0 0 10px 0;
  row-gap: 0;
  width: 100%;
  flex-shrink: 1;
}
.screenshot {
  display: flex;
  height: 290px;
  width: 310px;
  margin: 0;
  object-fit: cover;
  box-sizing: border-box;
  border: 3px solid;
  transition: box-shadow 0.2s ease;
}
.screenshot-title {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: 6px auto;
  padding: 0 0 3px 0;
  align-items: flex-end;
  gap: 10px;
}
.screenshot-subtitle {
  text-align: center;
  display: inline-flex;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 12pt;
}
.screenshot:hover {
  box-shadow: inset 0 0 0 100vmax rgba(249, 58, 130, 0.35);
}
.screenshot[src="screenshot1.png"] {
  object-position: top right;
}
.screenshot[src="screenshot2.png"] {
  object-position: top left;
}
p.center {
  margin: 0 0 5px 0;
}
h4.center {
  line-height: 1;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.logo {
  height: auto;
  width: 100px;
  margin: 10px 0;
  display: block;
  box-sizing: border-box;
}
.portfolio-container .logo {
  width: 200px;
  height: auto;
  display: block;
  box-sizing: border-box;
}
.slideshow-container {
  align-items: center;
  background-color: #3f00ab;
  border: 2px solid #b2ff00;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 10px 0;
  min-width: 400px;
  padding: 20px;
  width: 50%;
}
.slideshow-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.slideshow-p {
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
#slideshow-image {
  cursor: pointer;
  display: block;
  height: 225px;
  margin: 0;
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  width: auto;
}
#slideshow-caption {
  box-sizing: border-box;
  font-size: 11pt;
  height: 52px;
  margin: 12px 0;
  opacity: 1;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  word-wrap: break-word;
}
.slideshow-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
.slideshow-controls button {
  background: #b2ff00;
  border: none;
  border-radius: 8px;
  color: #3f00ab;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Roboto Mono";
  font-size: 11pt;
  font-weight: bold;
  padding: 4px 10px 6px 10px;
  width: 100px;
}
.slideshow-controls button:hover {
  background: #ff0060;
}
#image-counter {
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
  width: 80px;
}
.resume-p,
.resume-skills-list,
.resume-li {
  color: #000000;
  font-family: "Aptos";
  font-size: 11pt;
  text-align: justify;
}
.resume-p,
.resume-skills {
  color: #000000;
  margin: 0;
}
.resume-skills {
  font-family: "Aptos";
  font-size: 11pt;
  line-height: 1.3;
  text-align: center;
}
.resume-skills-list,
.resume-li {
  list-style-type: square;
  margin: 1px 0 0 15px;
}
.resume-container {
  background-color: #fff;
  border: 1px solid #333;
  margin: 0 auto;
  min-width: 768px;
  padding: 30px 30px 40px 30px;
  position: relative;
  width: 60%;
  box-sizing: border-box;
  display: block;
}
.resume-container ul {
  margin-left: 15px;
}
.resume-top-container {
  background-color: #b2ff00;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.resume-top {
  color: #ff0060;
  font-family: "Zig";
  font-size: 22pt;
  margin: 0;
  text-align: center;
}
.resume-top-2 {
  color: #3f00ab;
  font-family: "Aptos Mono";
  font-size: 11pt;
  margin: 0;
  text-align: center;
}
.resume-top-3 {
  color: #3f00ab;
  font-family: "Aptos Mono";
  font-size: 13pt;
  margin: 7px 0 3px 0;
  text-align: center;
}
.resume-bullet {
  color: #ff0060;
  font-family: "Aptos Mono";
  font-size: 11pt;
  margin: 0;
}
.resume-heading {
  border-bottom: 1px dashed #200055;
  color: #200055;
  font-family: "Aptos Mono";
  font-size: 12pt;
  margin: 6px 0 4px 0;
  text-align: center;
}
.resume-li::marker {
  color: #ff0060;
}
.resume-company-description {
  color: #404040;
  font-family: "Aptos";
  font-size: 11pt;
  font-style: italic;
  margin: 0;
}
.resume-title {
  color: #ff0060;
  font-family: "Aptos Light";
  font-size: 11pt;
  font-weight: bold;
  margin: 0;
}
.resume-title-2 {
  color: #ff0060;
  font-family: "Aptos Light";
  font-size: 11pt;
  font-weight: bold;
  margin: 4px 0 0 0;
}
.resume-list-bold {
  font-family: "Aptos Light";
  font-size: 11pt;
  font-weight: bold;
}
.resume-dates {
  color: #3f00ab;
  display: flex;
  font-family: "Aptos Mono";
  font-size: 11pt;
  justify-content: flex-end;
  margin: 0;
  min-width: 120px;
  text-align: right;
}
.resume-company-container {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 6px 0 1px 0;
  width: 100%;
}
.resume-company-container-1 {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0 0 1px 0;
  width: 100%;
}
.resume-company {
  color: #3f00ab;
  flex: 1;
  font-family: "Aptos Mono";
  font-size: 11pt;
  margin: 0 0 1px 0;
}
.resume-company-2 {
  color: #3f00ab;
  flex: 1;
  font-family: "Aptos Mono";
  font-size: 11pt;
  margin: 6px 0 1px 0;
}
.resume-top-em {
  font-family: "Aptos Light";
  font-weight: bold;
}
.resume-key-clients {
  color: #200055;
  font-family: "Aptos Mono";
  font-size: 11pt;
  margin: 6px 0 0 0;
}
.resume-a {
  color: #3f00ab;
  line-height: 17px;
  text-decoration: none;
}
.portfolio-menu-title {
  visibility: hidden;
  display: none;
}
.portfolio-tools {
  margin: 16px 0;
  padding: 0;
  box-sizing: border-box;
}
.portfolio-tools h4 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  color: #ff0060;
  letter-spacing: 0;
}
.portfolio-tools li {
  margin: 6px 0;
  line-height: 1.3;
}
.portfolio-em {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) and (max-width: 1500px) {
  .left-nav {
    left: 125px;
    margin-right: 10px;
  }
  .portfolio-content {
    margin-left: 210px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: none;
    font-size: 13px;
  }
  body {
    height: -webkit-fill-available;
  }
  ul,
  li,
  p {
    font-size: 10pt;
    line-height: 1.1;
    padding-bottom: 0;
    padding-top: 2px;
  }
  ul {
    margin: 3px 0 0 20px;
    text-align: left;
    padding: 0;
  }
  li {
    margin: 0 0 3px 10px;
    text-align: left;
  }
  .fancy-bullets {
    margin-left: 20px;
    margin-top: 6px;
    text-align: left;
  }
  #chatbots p {
    text-align: left;
  }
  p+ul {
    margin-top: 8px;
  }
  #chatbots,
  #main {
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  h1 {
    font-size: 16pt;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: center;
  }
  h2 {
    font-size: 14pt;
    line-height: 1.1;
    margin: 15px 0 1px 0;
    text-align: center;
  }
  h3 {
    font-size: 13pt;
    line-height: 1.1;
    margin: 15px 0 1px 0;
    text-align: center;
  }
  h4 {
    font-size: 11pt;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  p.center {
    margin: 0;
    text-align: center;
  }
  h4.center {
    text-align: center;
  }
  .center-mobile {
    text-align: center;
    margin: 0 auto;
  }
  .fa-icon {
    padding: 10px 0 6px 0 !important;
  }
  .fa-4x {
    font-size: 3.5em !important;
  }
  svg {
    height: 32px;
    width: 32px;
  }
  .logo {
    height: auto;
    width: 80px;
  }
  .portfolio-container .logo {
    width: 115px;
  }
  .portfolio-em {
    margin: 0 0 10px 0;
  }
  .portfolio-p-2 {
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .portfolio-header-image {
    margin: 0 auto 13px auto;
    width: 60px;
    padding: 4px 0 0 2px;
  }
  .portfolio-image-lg {
    margin: 0 auto;
    padding: 0 0 7px 0;
  }
  #scrolle {
    height: 110px;
  }
  #summe {
    height: 90px;
  }
  .note {
    font-size: 11pt;
  }
  .connect-icon a[title="Threads"] svg {
    margin: 0;
  }
  .book {
    width: 120px;
    padding: 12px 0 0 3px;
  }
  .container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
    display: block;
    min-width: unset;
    width: 95%;
  }
  .home-container {
    margin: auto;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
    display: block;
    min-width: unset;
    width: 95%;
    position: relative;
  }
  .portfolio-container {
    align-items: center;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 95%;
    padding: 0 0 40px 0;
    margin: 0 auto;
  }
  .portfolio-content,
  .portfolio-content-books {
    margin: 0 auto;
    min-width: unset;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .portfolio-tools {
    margin: 8px auto 12px auto;
  }
  .portfolio-tools h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .portfolio-tools li {
    margin: 3px 0 3px 20px;
    line-height: 1;
  }
  #tech-writing {
    text-align: left;
    justify-content: start;
    align-items: start;
  }
  .link-container {
    padding: 8px;
    border-radius: 15px;
  }
  .short-story-content {
    box-sizing: border-box;
    max-width: 100%;
    padding: 2px;
  }
  .grid-container,
  #books {
    column-gap: 15px;
    row-gap: 5px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  #dev.grid-container {
    padding: 10px;
    gap: 10px;
    margin: 15px auto 5px auto;
    border-radius: 15px;
  }
  .two-columns,
  .three-columns {
    grid-template-columns: 1fr;
  }
  .grid-item {
    padding: 5px;
  }
  .grid-item a {
    margin: 5px 0 0 0;
  }
  .screenshot-container {
    align-items: center;
    column-gap: 0;
    flex-direction: column;
    margin: 5px auto;
    row-gap: 20px;
    min-width: unset;
    width: 100%;
  }
  .screenshot {
    width: 175px;
    height: 175px;
  }
  .navbar a,
  .dropdown a {
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0 auto 8px auto;
    padding: 2px;
    right: 0;
    text-align: center;
    width: 40vw;
  }
  .navbar {
    display: none;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
  }
  .navbar.active {
    display: flex;
    margin-top: 0;
  }
  .hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
  }
  .hamburger-menu span {
    background-color: #b2ff00;
    display: block;
    height: 3px;
    margin: 5px 0;
    transition: 0.3s;
    width: 25px;
  }
  .hamburger-menu.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .dropdown {
    margin: 0 auto;
    text-align: left;
  }
  .dropbtn {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
  }
  .dropdown-content {
    box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    max-height: 0;
    opacity: 0;
    overflow-x: hidden;
    padding: 0;
    position: static;
    right: 0;
    text-align: left;
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s;
    visibility: hidden;
    width: 100%;
  }
  .dropdown.active .dropdown-content {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-content a,
  .dropdown-content.show {
    margin: 0 auto;
    text-align: center;
  }
  .dropdown:focus-within .dropdown-content {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-content::-webkit-scrollbar-thumb,
  .dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #ff0060;
  }
  .dropdown-content::-webkit-scrollbar-track {
    background: #200055;
  }
  .dropdown-content::-webkit-scrollbar-thumb:window-inactive {
    background: #ff0060;
  }
  .header-container {
    margin-bottom: 5px;
    min-width: unset;
    padding: 0;
    position: relative;
  }
  .header-image {
    align-items: center;
    box-sizing: border-box;
    margin: auto auto 20px auto;
    max-width: 200px;
    padding: 0;
    text-align: center;
    width: 90%;
  }
  .siteheader {
    box-sizing: border-box;
    font-size: 19pt;
    font-weight: 500;
    letter-spacing: -0.75px;
    line-height: 16pt;
    margin: 5px auto 0;
    max-width: 98vw;
    padding-left: 5px;
    padding-right: 10px;
  }
  .sitesubheader {
    font-size: 12pt;
  }
  .mobile-break {
    display: block;
  }
  .mobile-nowrap {
    white-space: nowrap;
  }
  .footer {
    font-size: 11pt;
    letter-spacing: -0.5px;
    width: 100%;
    padding: 8px 0 7px;
  }
  .footer-container {
    margin: auto 0 0 0;
    height: auto;
  }
  .summary {
    font-size: 11pt;
    line-height: 14pt;
  }
  .breadcrumb {
    font-size: 11pt;
    margin: 0 0 8px 0;
    text-align: left;
  }
  .about,
  .connect {
    font-size: 11pt;
    line-height: 14pt;
    width: 100%;
  }
  .connect-icon {
    line-height: 1.1;
    margin: 0;
  }
  .icon-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
  }
  .h2-connect {
    font-size: 12pt;
    line-height: 12pt;
    margin: 25px 0 0 0;
  }
  .connect {
    margin: 10px auto;
  }
  .disclaimer {
    width: 100%;
    font-size: 9pt;
  }
  #slideshow-caption {
    font-size: 10pt;
    height: 30px;
    line-height: 1;
    margin: 10px 0 15px 0;
  }
  #slideshow-image {
    height: 175px;
    width: auto;
  }
  .slideshow-wrapper,
  .slideshow-container {
    min-width: unset;
    width: 95%;
  }
  .slideshow-container {
    margin: 10px auto;
    padding: 12px;
  }
  .slideshow-controls {
    margin: 5px 0 0 0;
  }
  .slideshow-controls button {
    font-size: 10pt;
    letter-spacing: -1px;
    padding: 2px 5px 3px 5px;
    width: 75px;
  }
  .slideshow-p {
    margin: 0 0 10px 0;
  }
  .portfolio-image {
    height: auto;
    margin: 0 0 5px 0;
    width: 40px;
  }
  .resume-container {
    min-width: unset;
    padding: 15px 20px 30px 20px;
    width: 95%;
    margin: auto;
  }
  .resume-p,
  .resume-skills-list,
  .resume-li,
  .resume-top-2,
  .resume-bullet,
  .resume-company-description,
  .resume-title,
  .resume-list-bold,
  .resume-company,
  .resume-company-2 {
    font-size: 10pt;
    line-height: 1.1;
  }
  .resume-top {
    font-size: 12pt;
  }
  .resume-top-3 {
    font-size: 11pt;
    margin: 5px 0 1px 0;
  }
  .resume-top-3,
  .resume-top-2 {
    letter-spacing: -0.75px;
  }
  .resume-heading {
    font-size: 11pt;
    margin: 5px 0 3px 0;
  }
  .resume-skills {
    font-size: 10pt;
    line-height: 1.2;
  }
  .resume-title-2 {
    font-size: 10pt;
    margin: 5px 0 0 0;
  }
  .resume-title {
    margin: 0;
  }
  .resume-dates {
    min-width: unset;
  }
  .resume-company-container {
    gap: 0;
    margin: 7px 0 0 0;
  }
  .resume-company {
    margin: 0;
  }
  .resume-company-2 {
    font-size: 10pt;
    letter-spacing: -0.5px;
    margin: 7px 0 0 0;
  }
  .resume-key-clients {
    font-size: 10pt;
    letter-spacing: -0.5px;
    margin: 5px 0 0 0;
  }
  .resume-company,
  .resume-dates {
    font-size: 10pt;
    letter-spacing: -1px;
    line-height: 1;
  }
  .left-nav {
    display: block;
    margin: 0 auto 20px auto;
    position: relative;
    visibility: visible;
    width: 180px;
    left: unset;
    padding: 0;
  }
  .left-nav ul {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .left-nav ul li {
    list-style: none;
    margin: 0 0 6px 0;
  }
  .left-nav ul li a {
    box-sizing: border-box;
    font-size: 12px;
  }
  .portfolio-menu-title {
    border-bottom: 1px dashed #b2ff00;
    color: #b2ff00;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 12px 0;
    padding-bottom: 4px;
    text-align: center;
    visibility: visible;
    display: block;
  }
}