/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-6 {
    grid-row: span 6 / span 6;
  }
  .float-right {
    float: right;
  }
  .m-auto {
    margin: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-full {
    height: 100%;
  }
  .max-h-30 {
    max-height: calc(var(--spacing) * 30);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#007a3f\] {
    background-color: #007a3f;
  }
  .bg-\[\#262e33\] {
    background-color: #262e33;
  }
  .bg-\[\#008344\] {
    background-color: #008344;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/75 {
    background-color: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\/images\/projects\/deliveroids-cart-image\.png\)\] {
    background-image: url(/images/projects/deliveroids-cart-image.png);
  }
  .bg-\[url\(\/images\/projects\/mash-cart-image-2\.png\)\] {
    background-image: url(/images/projects/mash-cart-image-2.png);
  }
  .bg-\[url\(\/images\/projects\/otb-cart-image\.png\)\] {
    background-image: url(/images/projects/otb-cart-image.png);
  }
  .bg-\[url\(\/images\/projects\/portfolio-website\.png\)\] {
    background-image: url(/images/projects/portfolio-website.png);
  }
  .bg-\[url\(\/images\/projects\/spelunk-cart-image\.png\)\] {
    background-image: url(/images/projects/spelunk-cart-image.png);
  }
  .bg-\[url\(\/images\/projects\/switch-game-selector-cart\.png\)\] {
    background-image: url(/images/projects/switch-game-selector-cart.png);
  }
  .bg-\[url\(\/images\/projects\/uts-data-vis\.png\)\] {
    background-image: url(/images/projects/uts-data-vis.png);
  }
  .bg-\[url\(\/images\/projects\/zenith-cart-image\.png\)\] {
    background-image: url(/images/projects/zenith-cart-image.png);
  }
  .from-\[\#007a3f\] {
    --tw-gradient-from: #007a3f;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#111618\] {
    --tw-gradient-to: #111618;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left {
    background-position: left;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#00b55d\] {
    color: #00b55d;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .bg-blend-overlay {
    background-blend-mode: overlay;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[\#00b55d\] {
    &:hover {
      @media (hover: hover) {
        border-color: #00b55d;
      }
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:row-span-1 {
    @media (width >= 40rem) {
      grid-row: span 1 / span 1;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-span-4 {
    @media (width >= 64rem) {
      grid-row: span 4 / span 4;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:max-h-\[800px\] {
    @media (width >= 64rem) {
      max-height: 800px;
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:bg-\[\#111618\] {
    @media (width >= 64rem) {
      background-color: #111618;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
}
html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #111618;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  padding-top: 10vh;
}
h2, h3 {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
}
#main {
  background-color: #f0f0f0;
  color: #000000;
  width: 100%;
  min-height: 50vh;
  height: auto;
  display: flex;
  flex-basis: 0 0 50%;
}
#main > div:nth-of-type(odd) {
  flex-grow: 0.5;
}
#main > div:nth-of-type(even) {
  flex-grow: 4;
}
#middlecol {
  z-index: 1;
  width: 10%;
  padding: 0 20px;
  margin: 3vh 0;
  line-height: 1.6;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#middlecol h1 {
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 0.25rem solid #00b55d;
}
#middlecol h2 {
  list-style-type: none;
  padding: 0;
  margin: 1vh 0;
}
#middlecolAllProjects {
  z-index: 1;
  width: 10%;
  padding: 0 20px;
  margin: 3vh 0;
  line-height: 1.6;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#middlecolAllProjects h1 {
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 0.25rem solid #00b55d;
}
#middlecolAllProjects h2 {
  list-style-type: none;
  padding: 0;
  margin: 1vh 0;
}
#navbar {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  text-transform: lowercase;
  padding: 0 0.5%;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  overflow: hidden;
  z-index: 6;
}
#navbar li {
  list-style-type: none;
}
#navbar li a:link, #navbar li a:visited {
  position: relative;
  color: #f2f2f2;
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
}
.menuitem {
  order: 2;
  height: 0;
  width: 100%;
  text-align: center;
  transition: 250ms height ease-in-out;
}
.menuitems_show .menuitem {
  height: 8vh;
}
.logotext {
  color: #f2f2f2;
  font-size: 1.25em;
  padding: 0.25em 0.75em;
}
.menutoggle {
  order: 1;
  font-size: 1.25em;
  padding: 0 0.75em;
}
#currentPage {
  color: #00b55d !important;
  pointer-events: none;
  cursor: default;
}
.navOverlay {
  background-color: rgba(99, 99, 99, 0);
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
  transition: all 300ms ease;
}
#banner {
  display: flex;
  width: 100%;
  height: 50vh;
  justify-content: center;
  align-items: center;
}
.bannerText {
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  padding: 0 5vh;
}
#banner h1 {
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
}
#banner h2 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #f0f0f0;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
}
#indexBanner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 99%;
  justify-content: center;
  align-items: center;
}
.indexBannerText {
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  padding: 0 5vh;
}
#indexBanner h1 {
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
}
#indexBanner h2 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #f0f0f0;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
}
#indexButton {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #f0f0f0;
  background-color: #00b55d;
  border: 0.2vh solid #00b55d;
  cursor: pointer;
  padding: 1.5vh 5vh;
  margin: 5vh auto 3vh auto;
  display: block;
  transition: background-color 0.4s;
  max-width: 50%;
  text-decoration: none;
}
#indexButton:hover {
  background-color: #f0f0f0;
  border: 0.2vh solid #00b55d;
  color: rgb(27, 27, 27);
}
#indexButton:active {
  background-color: #adadad;
  border: 0.2vh solid #00b55d;
  color: rgb(27, 27, 27);
}
#particles-js {
  background-color: #191f22;
  width: 100%;
  height: 100%;
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
}
#infoRec {
  display: flex;
  flex-wrap: nowrap;
  background-color: #4d5c66;
  width: auto;
  min-height: 10vh;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
}
#infoRec div {
  color: #f0f0f0;
  flex: 1 1 0;
  text-align: center;
  padding: 3vh 1vh;
  height: 100%;
}
#infoRec h2 {
  color: #00b55d;
  text-transform: uppercase;
}
#infoTable {
  width: 100%;
  min-height: 10vh;
  table-layout: fixed;
  text-align: center;
  font-family: inherit;
}
#infoTable th {
  padding-top: 3vh;
}
#infoTable td {
  color: #f0f0f0;
  font-size: 1.2rem;
  padding-bottom: 4vh;
}
#overview {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 15vh;
  background-color: #25292b;
  color: #f0f0f0;
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  padding: 3vh 1vh;
}
#overview a {
  text-decoration: none;
  color: #f0f0f0;
}
#overview h2 {
  color: #00994f;
  text-transform: uppercase;
}
#ovTable {
  text-align: center;
}
#ovTable td {
  color: #f0f0f0;
  font-size: 1.2rem;
  padding-bottom: 3vh;
  line-height: 1.5rem;
}
.links {
  position: relative;
}
.links::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: -0.2vh;
  left: 0;
  background-color: #00b55d;
  transition: all 0.3s ease-in-out 0s;
}
.links:hover:before {
  height: 0.4rem;
  bottom: -1vh;
}
.mid-text-link {
  transition: all 0.3s ease-in-out 0s;
  color: #00ec7a !important;
}
.mid-text-link:hover {
  color: #008344 !important;
}
.project {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height: 40vh;
  width: auto;
  margin-bottom: 5vh;
  border-radius: 2.5%;
}
.projectImg {
  background-color: #f0f0f0c7;
  flex-grow: 1;
  overflow: hidden;
  height: 40vh;
  width: 75%;
  border-radius: 2.5%;
}
.projectImg img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
  display: block;
  overflow: hidden;
}
.projectImg:hover img {
  transform: scale(1.3);
}
.projectTxt {
  flex-grow: 0.5;
  padding: 2vh 3vh;
}
.projectTxt a {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #f0f0f0;
  background-color: #00b55d;
  border: 0.2vh solid #00b55d;
  cursor: pointer;
  padding: 1vh 2vh;
  transition-duration: 0.4s;
  border-radius: 3%;
  margin-top: 5vh;
  text-decoration: none;
}
.projectTxt a:hover {
  background-color: #f0f0f0;
  border: 0.2vh solid #00b55d;
  color: black;
}
.projectTxt a:active {
  background-color: #adadad;
  border: 0.2vh solid #00b55d;
  color: black;
}
.tags {
  color: #8d8d8d;
}
#footer {
  background-color: #262e33;
  color: #a7a7a7;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  padding: 2vh 0;
  text-align: center;
}
.link-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.linkIcon {
  color: white;
  font-size: 2rem;
  margin: 0.5em 1em 1em 1em;
}
.linkIcon:hover {
  color: #00b55d;
  transition: color 0.5s ease;
}
.index-link-icon {
  color: white;
  font-size: 2rem;
  margin: 1rem;
  transition: color 0.5s ease;
}
.index-link-icon:hover {
  color: #00b55d;
}
.index-link-icon:active {
  color: #008143;
}
#toplink {
  color: #ffd728;
}
.greenHighlight {
  color: #00ec7a;
}
#emailDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
#emailForm {
  width: 100%;
}
input[type=text], input[type=email], textarea {
  border: none;
  border-bottom: 0.2rem solid #00b55d;
  background-color: #f0f0f0;
  width: 100%;
  margin: 2vh 0;
  font-size: 1.2rem;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 1.8rem;
  margin-bottom: 1rem;
}
textarea {
  resize: vertical;
  min-height: 10rem;
}
input[type=submit] {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  color: #f0f0f0;
  background-color: #00b55d;
  border: 0.2vh solid #00b55d;
  cursor: pointer;
  margin: 2vh 0;
  padding: 1vh 2vh;
  transition-duration: 0.4s;
}
input[type=submit]:hover {
  background-color: #f0f0f0;
  border: 0.2vh solid #00b55d;
  color: black;
}
input[type=submit]:disabled {
  background-color: #00b55e88;
  color: #f0f0f0;
  cursor: not-allowed;
}
#contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[class^="contactBox"] {
  background-color: #f0f0f0;
  color: #000000;
  font-size: 1rem;
  line-height: 2.5rem;
  text-decoration: none;
  width: 27vh;
  margin: 1vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease;
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  border-radius: 3%;
}
[class^="contactBox"] h2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.contactBox-email {
  color: #f0f0f0;
  background-color: #00b55d;
}
.contactBox-github {
  color: #f0f0f0;
  background-color: #211f1f;
}
.contactBox-linkedin {
  color: #f0f0f0;
  background-color: #0077B5;
}
.contactBox-itch {
  color: #f0f0f0;
  background-color: #fa5c5c;
}
[class^="contactIcon"] {
  font-size: 3rem;
  margin: 0.5em 1em 0 1em;
}
#slideshowContainer {
  max-width: 80vh;
  position: relative;
  margin: 2vh auto;
}
.slide {
  height: 30vh;
  display: none;
}
.slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: .3s ease-in-out;
  overflow: hidden;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 0.5rem;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.4s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin: 0 0.1rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #008a47;
}
.fade {
  -webkit-animation: fade ease-out 2s;
  animation: fade ease-out 2s;
}
@-webkit-keyframes fade {
  from {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
.embed-yt {
  display: block;
  margin: auto;
  width: 100%;
  height: 25vh;
}
.project-heading {
  border-bottom: 0.25rem solid #00b55d;
}
#allProjectsCase {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.projectThumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 1vh;
  height: 30vh;
  width: 40vh;
  background-color: #000000;
  transition: 0.4s ease;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 2.5%;
}
.projectThumb:hover {
  background-color: #222222;
}
.projectThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
  border-radius: 2.5%;
}
.projectThumb h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 1vh 0;
}
.allProjectBtn {
  font-family: Inconsolata-Regular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #f0f0f0;
  background-color: #00b55d;
  border: 0.2vh solid #00b55d;
  cursor: pointer;
  padding: 1vh 2vh;
  transition-duration: 0.4s;
  border-radius: 3%;
  text-decoration: none;
}
.allProjectBtn:hover {
  background-color: #f0f0f0;
  border: 0.2vh solid #00b55d;
  color: black;
}
.allProjectBtn:active {
  background-color: #adadad;
  border: 0.2vh solid #00b55d;
  color: black;
}
@media only screen and (max-width: 740px) and (orientation: Landscape) {
  .projectThumb {
    margin: 1vh;
    height: 40vh;
    width: 50vh;
  }
  .projectThumb h3 {
    font-size: 1.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 1vh 0;
  }
}
@media only screen and (min-width:741px) and (max-width: 1024px) and (orientation: Portrait) {
  #main > div:nth-of-type(odd) {
    flex-grow: 0.5;
  }
  #main > div:nth-of-type(even) {
    flex-grow: 1;
  }
  body {
    padding-top: 7.5vh;
  }
  .logotext {
    font-size: 1.25em;
  }
  .menuitems_show .menuitem {
    height: 5.5vh;
  }
  #banner {
    height: 50vh;
  }
  #banner h1 {
    font-size: 3rem;
  }
  #banner h2 {
    font-size: 1.4rem;
  }
  #indexBanner h1 {
    font-size: 3rem;
  }
  #indexBanner h2 {
    font-size: 1.35rem;
  }
  .prev, .next {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .projectThumb {
    margin: 1vh;
    height: 30vh;
    width: 40vh;
  }
  .projectThumb h3 {
    font-size: 2.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 1vh 0;
  }
}
@media only screen and (min-width:741px) and (max-width: 1399px) and (orientation: Landscape) {
  body {
    padding-top: 12.5vh;
  }
  #main > div:nth-of-type(odd) {
    flex-grow: 0.5;
  }
  #main > div:nth-of-type(even) {
    flex-grow: 1;
  }
  #main > div#middlecolAllProjects {
    flex-grow: 4;
  }
  .menuitem {
    display: block;
    width: auto;
    height: auto;
    padding: 0.75em 0.5em;
  }
  .menutoggle {
    display: none;
  }
  .logotext {
    flex: 1;
    font-size: 1.5em;
  }
  .project {
    flex-wrap: nowrap;
  }
  #banner h1 {
    font-size: 3rem;
  }
  #banner h2 {
    font-size: 1.4rem;
  }
  #indexBanner h1 {
    font-size: 3rem;
  }
  #indexBanner h2 {
    font-size: 1.35rem;
  }
  .projectImg {
    width: 60%;
  }
  .projectTxt {
    max-width: 40%;
  }
  .prev, .next {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
  .projectThumb {
    margin: 1vh;
    height: 30vh;
    width: 40vh;
  }
  .projectThumb h3 {
    font-size: 2.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 1vh 0;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    padding-top: 8vh;
  }
  #main > div:nth-of-type(odd) {
    flex-grow: 0.75;
  }
  #main > div:nth-of-type(even) {
    flex-grow: 1;
  }
  #main > div#middlecolAllProjects {
    flex-grow: 4;
  }
  #navbar {
    justify-content: center;
    padding-right: 25vw;
  }
  #navbar li a:before {
    content: "";
    display: block;
    height: 0.1em;
    right: 0;
    position: absolute;
    background-color: #00b55d;
    width: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  #navbar li a:hover:before {
    width: 100%;
    left: 0;
  }
  .menuitem {
    display: block;
    width: auto;
    height: auto;
    padding: 0.75em 0.5em;
  }
  .logotext {
    flex: 1;
    font-size: 1.5em;
    padding-left: 23vw;
    padding-top: 0.2em;
  }
  .menutoggle {
    display: none;
  }
  #banner h1 {
    font-size: 5rem;
  }
  #banner h2 {
    font-size: 1.5rem;
  }
  #indexBanner h1 {
    font-size: 5rem;
  }
  #indexBanner h2 {
    font-size: 1.5rem;
  }
  #infoRec {
    padding: 0 45vh;
  }
  #overview {
    padding: 0 60vh;
  }
  .links {
    font-size: 1.3rem;
  }
  .project {
    flex-wrap: nowrap;
    margin: 0 5vh;
    margin-bottom: 5vh;
  }
  .projectImg {
    width: 60%;
  }
  .projectTxt {
    max-width: 40%;
  }
  [class^="contactBox"] {
    background-color: #f0f0f0;
    color: #000000;
  }
  .contactBox-email:hover {
    color: #f0f0f0;
    background-color: #00b55d;
  }
  .contactBox-email:active {
    color: #f0f0f0;
    background-color: #008143;
  }
  .contactBox-github:hover {
    color: #f0f0f0;
    background-color: #211f1f;
  }
  .contactBox-github:active {
    color: #f0f0f0;
    background-color: #424242;
  }
  .contactBox-linkedin:hover {
    color: #f0f0f0;
    background-color: #0077B5;
  }
  .contactBox-linkedin:active {
    color: #f0f0f0;
    background-color: #014f79;
  }
  .contactBox-itch:hover {
    color: #f0f0f0;
    background-color: #fa5c5c;
  }
  .contactBox-itch:active {
    color: #f0f0f0;
    background-color: #b84242;
  }
  #slideshowContainer:hover > .prev, #slideshowContainer:hover > .next {
    opacity: 1;
  }
  .slide {
    height: 45vh;
  }
  .prev, .next {
    padding: 1rem;
    font-size: 1.2rem;
    opacity: 0;
  }
  .embed-yt {
    width: 70%;
    height: 35vh;
  }
  .projectThumb {
    margin: 1vh;
    height: 30vh;
    width: 40vh;
  }
  .projectThumb h3 {
    font-size: 2.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 1vh 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: Inconsolata-Regular;
  src: url(/fonts/Inconsolata-Regular.ttf);
  font-display: swap;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
