@font-face {
  font-family: 'Edda';
  src: url("../resources/EddaFilled.woff2") format("woff2"), url("../resources/EddaFilled.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Remhu';
  src: url("../resources/Remhu-Thin.woff2") format("woff2"), url("../resources/Remhu-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jura Regular';
  src: url("../resources/Jura-Regular.woff2") format("woff2"), url("../resources/Jura-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dignified Demo';
  src: url("../resources/DignifiedDemoRegular.woff2") format("woff2"), url("../resources/DignifiedDemoRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Azelthuric';
  src: url("../resources/Azelthuric.woff2") format("woff2"), url("../resources/Azelthuric.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: url("../images/Cursor.svg"), auto;
}

body {
  margin: 0;
  height: 100%;
  padding: 0 5rem;
  font-family: 'Jura Regular', Jura, monospace;
  line-height: 1.15;
  background-color: black;
  cursor: url("../images/Cursor.svg"), auto;
  background-color: black;
  border-image-source: url("../resources/Symbols.png");
  border-image-width: 3rem;
  border-image-slice: 2% 4% 2% fill;
  border-image-repeat: repeat;
}

@media screen and (max-width: 800px) {
  body {
    padding: 0.25rem;
    border-image-source: none;
    border-image-width: none;
    border-image-slice: none;
    border-image-repeat: none;
  }
}

.header {
  padding-top: 5rem;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 0;
}

.header .logo a:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.header .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 0; 
  justify-content: center;
}

.header .subnav pre {
  text-align: center;
  font-size: calc(0.75rem + 1vw);
  font-weight: bold;
  font-style: italic;
  font-family: 'Remhu';
  color: #c300ff;
  padding: 0;
  margin: 0;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem 1rem 1rem;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav .about, .header .nav .contact, .header .nav .animations, .header .nav .illustrations, .header .nav .game_development,  .header .nav .other {
  text-decoration: none;
  text-align: center;
  font-size: calc(0.75rem + 1vw);
  font-weight: normal;
  color: #00ffd2;
  font-family: 'Remhu';
}

.header .nav .about:hover, .header .nav .contact:hover, .header .nav .animations:hover, .header .nav .illustrations:hover, .header .nav .game_development:hover,  .header .nav .other:hover {
  color: #c300ff;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 800px) {
  .header {
    padding-top: 0;
  }

  .header .logo {
    margin: 2rem 1rem 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      flex-flow: column;
      margin: 1.5rem 0.5rem 1rem;
      justify-content: center; 
      align-items: center; 
  }

  .header .nav pre {
    text-align: center;
  }
}

@media screen and (max-width: 300px) {
  .header .logo {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }

  .header .subnav pre {
  font-size: calc(0.75rem + 0.75vw);
  }
}

.video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.125rem solid #c300ff;
  border-bottom: 0.125rem solid #c300ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c300ff;
}

.video_container video {
  position: relative;
  width: 100%;
  height: auto;
}

.h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  background: black;
  width: 100%;
  height: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h2 h2 {
  background: black;
  padding: 0;
  margin: 0;
  color: #00ffd2;
  font-size: calc(1.5rem + 1vw);
  font-weight: normal;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: 'Edda';
}

.aboutme_container, .contact_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: 0.125rem solid #c300ff;
}

.aboutme_container h2, .contact_container h2 {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  padding-right: 0.6rem;
  background-color: black;
}

@media screen and (max-width: 800px) {
  .h2 {
    height: 6rem;
  }
}

.game_development_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #c300ff;
}

.game_development_tab .link_game_development {
  height: 15rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0)), to(black)), url("../resources/Game_Cover.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0), black), url("../resources/Game_Cover.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
}

.game_development_tab .link_game_development:hover {
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 800px) {
  .game_development_tab .link_game_development {
    height: 6rem;
  }
}

.content_game_development {
  border-left: 0.125rem solid #00ffd2;
  border-top: none;
  border-bottom: 0.125rem solid #00ffd2;
  border-right: 0.125rem solid #00ffd2;
  background-color: black;
}

.game_logo {
  text-align: center;
}

.game_logo img {
  width: 40%;
  height: auto;
}

.game_trailer {
  width: 80%;
  height: auto;
  margin: 1rem 10% 1rem 10%;
  border-top: 0.125rem solid #ff0066;
  border-bottom: 0.125rem solid #ff0066;
}

.game_description {
  text-align: center;
  padding: 2rem 10rem 2rem 10rem;
}

.game_description p {
  padding: 0;
  margin: 0;
  color: #00ffd2;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: justify;
}

.game_download {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.download_banner {
  flex: 0 0 72.5%; 
}

.download_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.download_button {
  flex: 0 0 25%; 
  padding-top: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.download_button a {
  display: inline-block;
  background-color: rgb(41, 0, 19);
  border: thick double #ff0066;
  color: #ff0066;
  padding: 2vw 2vw;
  font-size: calc(0.5rem + 1.25vw);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.download_button a:hover {
  background-color: #00ffd01c;
  border: thick double #00ffd2;
  color: #00ffd0;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.game_screenshot {
  display: flex;
  flex-direction: column;  
  align-items: center;    
  gap: 1rem;               
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.game_screenshot a img {
  width: 80%;
  max-width: none;  
  height: auto;
  margin-left: 10%;
  padding: 0.25rem;
  background: #ff006691;
  border: none;
  box-sizing: border-box;
  display: block;
}

.game_screenshot a img:hover {
  transform: scale(1.01);
  background: #00ffd0;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.content_game_development_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 3rem 1rem;
}

@media screen and (max-width: 800px) {
  .content_game_development {
    border-left: 0.125rem solid #00ffd2;
    border-bottom: 0.125rem solid #00ffd2;
    border-right: 0.125rem solid #00ffd2;
    background-color: black;
    padding: 1rem; 
  }

  .game_logo {
    text-align: center;
    margin-bottom: 1rem;
  }

  .game_logo img {
    width: 40%;
    height: auto;
    max-width: 200px;
  }

  .game_trailer {
    width: 80%;
    height: auto;
    margin: 1rem 10%;
    border-top: 0.125rem solid #ff0066;
    border-bottom: 0.125rem solid #ff0066;
    max-width: 600px;
  }

  .game_description {
    text-align: center;
    padding: 2rem 5rem;
    color: #00ffd2;
    font-size: calc(0.5rem + 0.75vw);
    font-weight: normal;
    text-align: justify;
    margin: 0 auto;
  }

  .game_download {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .download_banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .download_button a {
    display: inline-block;
    background-color: rgb(41, 0, 19);
    border: thick double #ff0066;
    color: #ff0066;
    padding: 1rem 1rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }

  .download_button a:hover {
    background-color: #00ffd01c;
    border-color: #00ffd2;
    color: #00ffd0;
    animation: selectGlitch 1s infinite;
  }

  /* Game screenshots container */
  .game_screenshot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 5rem 0 2.5rem 0;
  }

  .game_screenshot a img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0%;
    padding: 2px;
    background: #ff006691;
    box-sizing: border-box;
    display: block;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .game_screenshot a img:hover {
    transform: scale(1.01);
    background: #00ffd0;
    animation: selectGlitch 1s infinite;
  }

  /* Flex container for content sections */
  .content_game_development_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 3rem 1rem;
    gap: 1rem; /* added gap between flex children */
  }
}

@media screen and (max-width: 800px) {
  .content_game_development_flex {
    margin: 1rem;
    flex-direction: column;
    align-items: center; /* center items on smaller screens */
  }

  .game_logo img {
    width: 60%;
    max-width: none;
  }

  .game_trailer {
    width: 100%;
    margin: 1rem 0;
    max-width: none;
  }

  .game_description {
    padding: 1rem 2rem;
    font-size: calc(0.75rem + 1vw);
  }

  .game_download {
    flex-direction: column;
    align-items: center;
  }

  .download_banner {
    flex: 0 0 100%;
    max-width: none;
  }

  .download_button {
    padding-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .download_button a {
    padding: 1rem 1rem;
    font-size: calc(1rem + 1vw);
  }

  .game_screenshot a img {
    max-width: 100%;
  }
}

.link_paintings.active, .link_game_development.active {
  border-left: 0.125rem solid #00ffd2 !important;
  border-top: 0.125rem solid #00ffd2 !important;
  border-bottom: none;
  border-right: 0.125rem solid #00ffd2 !important;
}

.project_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
  padding: 0;
}

.project_tab .link_little_corner {
  height: 15rem;
  width: 33.33333333%;
  cursor: url("../images/Cursor.svg"), auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0.2)), to(black)), url("../resources/button_little_corner.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0.2), black), url("../resources/button_little_corner.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
  padding-bottom: 0;
}

.project_tab .link_little_corner:hover {
  font-weight: bold;
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.project_tab .link_little_corner .button_text {
  color: #00ffd2;
  font-size: calc(0.5rem + 2vw);
  font-family: 'Remhu';
  padding: 0;
  margin: 0;
}

.project_tab .link_animus {
  height: 15rem;
  width: 33.33333333%;
  cursor: url("../images/Cursor.svg"), auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0.2)), to(black)), url("../resources/button_animus.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0.2), black), url("../resources/button_animus.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
  padding-bottom: 0;
}

.project_tab .link_animus:hover {
  font-weight: bold;
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.project_tab .link_animus .button_text {
  color: #00ffd2;
  font-size: calc(0.5rem + 2vw);
  font-family: 'Remhu';
  padding: 0;
  margin: 0;
}

.project_tab .link_pixel {
  height: 15rem;
  width: 33.33333333%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0.2)), to(black)), url("../resources/button_saelatris.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0.2), black), url("../resources/button_saelatris.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
  padding-bottom: 0;
}

.project_tab .link_pixel:hover {
  font-weight: bold;
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.project_tab .link_pixel .button_text {
  color: #00ffd2;
  font-size: calc(0.5rem + 2vw);
  font-family: 'Remhu';
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .project_tab .link_little_corner, .project_tab .link_animus, .project_tab .link_pixel {
    height: 6rem;
  }
}

.link_little_corner.active {
  border-left: none !important;
  border-top: 0.125rem solid #00ffd2 !important;
  border-bottom: none !important;
  border-right: 0.125rem solid #00ffd2 !important;
  font-weight: bold;
}

.link_animus.active {
  border-left: 0.125rem solid #00ffd2 !important;
  border-top: 0.125rem solid #00ffd2 !important;
  border-bottom: none !important;
  border-right: 0.125rem solid #00ffd2 !important;
  font-weight: bold;
}

.link_pixel.active {
  border-left: 0.125rem solid #00ffd2 !important;
  border-top: 0.125rem solid #00ffd2 !important;
  border-bottom: none !important;
  border-right: none !important;
  font-weight: bold;
}

.content_little_corner {
  border-left: none;
  border-right: 0.125rem solid #00ffd2;
  border-bottom: 0.125rem solid #00ffd2;
  border-top: 0.125rem solid #00ffd2;
  background-color: black;
}

.content_little_corner .little_corner_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
}

.content_little_corner .little_corner_row_1 .col_1 {
  width: 25%;
  color: #c300ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_little_corner .little_corner_row_1 .col_1 .a_Different_Day_View_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  margin: 0 0 2rem 0;
}

.content_little_corner .little_corner_row_1 .col_1 .a_Different_Day_View_table {
  font-size: calc(0.5rem + 0.75vw);
  margin: 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.content_little_corner .little_corner_row_1 .col_1 .a_Different_Day_View_table tr td {
  vertical-align: top;
}

.content_little_corner .little_corner_row_1 .col_2 {
  width: 75%;
}

.content_little_corner .little_corner_row_1 .col_2 video {
  position: relative;
  width: 100%;
  height: auto;
}

.content_little_corner .little_corner_row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_little_corner .little_corner_row_2 .col_1 {
  background: black;
  padding: 0;
  margin: 0;
  width: 90%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_little_corner .little_corner_row_2 .col_1 p {
  padding: 0;
  margin: 0 1rem 0;
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: center;
}

.content_little_corner .little_corner_row_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: black;
}

.content_little_corner .little_corner_row_3 .col_1 {
  width: 25%;
  color: #c300ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_little_corner .little_corner_row_3 .col_1 .a_Different_Night_View_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  margin: 0 0 2rem 0;
}

.content_little_corner .little_corner_row_3 .col_1 .a_Different_Night_View_table {
  font-size: calc(0.5rem + 0.75vw);
  margin: 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  margin: 0 0 2rem 0;
}

.content_little_corner .little_corner_row_3 .col_1 .a_Different_Night_View_table tr td {
  vertical-align: top;
}

.content_little_corner .little_corner_row_3 .col_2 {
  width: 75%;
}

.content_little_corner .little_corner_row_3 .col_2 video {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .content_little_corner .little_corner_row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0.5rem;
  }
  .content_little_corner .little_corner_row_1 .col_1 {
    width: 100%;
  }
  .content_little_corner .little_corner_row_1 .col_1 .a_Different_Day_View_title {
    margin: 0 0 0.5rem 0;
  }
  .content_little_corner .little_corner_row_1 .col_1 .a_Different_Day_View_table {
    margin: 0 0 0.5rem 0;
  }
  .content_little_corner .little_corner_row_1 .col_2 {
    width: 100%;
  }
  .content_little_corner .little_corner_row_2 .col_1 {
    width: 100%;
    height: 8rem;
  }
  .content_little_corner .little_corner_row_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0.5rem;
  }
  .content_little_corner .little_corner_row_3 .col_1 {
    width: 100% !important;
  }
  .content_little_corner .little_corner_row_3 .col_1 .a_Different_Night_View_title {
    margin: 0 0 0.5rem 0;
  }
  .content_little_corner .little_corner_row_3 .col_1 .a_Different_Night_View_table {
    margin: 0 0 0.5rem 0;
  }
  .content_little_corner .little_corner_row_3 .col_2 {
    width: 100%;
  }
}

.content_animus {
  border: 0.125rem solid #00ffd2;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_animus .animus_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: black;
  margin: 0 2rem 0;
}

.content_animus .animus_row_1 .col_1 {
  width: 100%;
  margin: 0;
}

.content_animus .animus_row_1 .col_1 video {
  position: relative;
  width: 100%;
  height: auto;
}

.content_animus .animus_row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20%;
  width: 90%; 
  margin: 0.5rem auto;
}

.content_animus .animus_row_2 .animus_table {
  width: 30%;
  font-size: calc(0.5rem + 0.75vw);
  margin: 0;
  border-collapse: collapse;
  text-align: left;
}

.content_animus .animus_row_2 .animus_table tr td {
  vertical-align: top;
  color: #c300ff;
}

.content_animus .animus_row_2 .col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_animus .animus_row_2 .col_2 .vertical_line {
  border-left: 4px solid #00ffd2;
  height: 8rem;
  margin: 0 0 0;
}

.content_animus .animus_row_2 .col_3 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.content_animus .animus_row_2 .col_3 p {
  padding: 0;
  margin: 0;
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: justify;
}

.content_animus .animus_row_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 1rem 0;
}

.content_animus .animus_row_3 .animus_grid {
  --gap: 1rem;
  --num-cols: 2;
  --row-height: 400px;
  --margin: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  margin-left: var(--margin);
  margin-right: var(--margin);
  margin-bottom: var(--gap);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.content_animus .animus_row_3 .animus_grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content_animus .animus_row_3 .animus_grid a img:hover {
  cursor: url("../images/Cursor.svg"), auto;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content_animus .animus_row_3 .animus_grid .animus-grid-row-2 {
  grid-row: span 2;
}

@media screen and (max-width: 800px) {
  .content_animus .animus_row_1 {
    margin: 0 1rem 0;
  }
  .content_animus .animus_row_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content_animus .animus_row_2 .animus_table {
    width: 100%;
  }
  .content_animus .animus_row_2 .col_2 {
    display: none;
  }
  .content_animus .animus_row_2 .col_3 {
    width: 100%;
    margin-top: 1rem;
  }
  .content_animus .animus_row_3 {
    padding-top: 0rem;
  }
  .content_animus .animus_row_3 .animus_grid {
    --num-cols: 1;
    --row-height: auto;
    --margin: 1rem;
  }
}

.content_pixel {
  border-left: 0.125rem solid #00ffd2;
  border-right: none;
  border-bottom: 0.125rem solid #00ffd2;
  border-top: 0.125rem solid #00ffd2;
  background-color: black;
  margin: 0;
  padding: 0;
  -webkit-animation: cursorGlitch 1s infinite;
          animation: cursorGlitch 1s infinite;
}

.content_pixel .pixel_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_1 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.5rem 1rem 1rem;
}

.content_pixel .pixel_flex .pixel_col_1 .row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_1 .row_1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_1 .row_1 a img {
  position: relative;
  width: 100%;
  height: auto;
}

.content_pixel .pixel_flex .pixel_col_1 .row_1 a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.content_pixel .pixel_flex .pixel_col_1 .row_2 {
  margin: 1rem 0 0 0;
  width: 300%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_pixel .pixel_flex .pixel_col_1 .row_2 pre {
  padding: 0;
  margin: 0;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: left;
  -webkit-animation: blinkingText 5ms infinite;
          animation: blinkingText 5ms infinite;
  font-family: 'Courier New', Courier, monospace;
  white-space: pre-wrap;
  height: 0;
}


.content_pixel .pixel_flex .pixel_col_2 {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 1rem 1rem 0.5rem;
}

.content_pixel .pixel_flex .pixel_col_2 .row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1rem + 50vw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_2 .row_1 pre {
  padding: 0;
  margin: 0;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: left;
  -webkit-animation: blinkingText 5ms infinite;
          animation: blinkingText 5ms infinite;
  font-family:  'Courier New', Courier, monospace;
  white-space: pre-wrap;
}


.content_pixel .pixel_flex .pixel_col_2 .row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1rem 0 0 0;
}

.content_pixel .pixel_flex .pixel_col_2 .row_2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_2 .row_2 a img {
  position: relative;
  width: 100%;
  height: auto;
}

.content_pixel .pixel_flex .pixel_col_2 .row_2 a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}


.content_pixel .pixel_flex .pixel_col_2 .row_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 1rem 0 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.content_pixel .pixel_flex .pixel_col_2 .row_3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content_pixel .pixel_flex .pixel_col_2 .row_3 a img {
  position: relative;
  width: 100%;
  height: auto;
}

.content_pixel .pixel_flex .pixel_col_2 .row_3 a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@-webkit-keyframes blinkingText {
  50% {
    color: #c300ff;
  }
  100% {
    color: #00ffd2;
  }
}

@keyframes blinkingText {
  50% {
    color: #c300ff;
  }
  100% {
    color: #00ffd2;
  }
}

.tabcontent {
  display: none;
}

.paintings_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #c300ff;
}

.paintings_tab .link_paintings {
  height: 15rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0.1)), to(black)), url("../resources/button_illustration.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0.1), black), url("../resources/button_illustration.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
}

.paintings_tab .link_paintings:hover {
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 800px) {
  .paintings_tab .link_paintings {
    height: 6rem;
  }
}

.content_paintings {
  border-left: 0.125rem solid #00ffd2;
  border-top: none;
  border-bottom: 0.125rem solid #00ffd2;
  border-right: 0.125rem solid #00ffd2;
  background-color: black;
}


.paintings_flex_char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 3rem 0;
}

.paintings_flex_char .col_1 {
  width: 25%; 
}

.paintings_flex_char .col_1 .row_1 .char_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  padding: 0;
  margin: 0rem 0 2rem 0;
}

.paintings_flex_char .col_1 .row_1 .char_table {
  font-size: calc(0.5rem + 0.75vw);
  margin-bottom: 2rem;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #c300ff;
}

.paintings_flex_char .col_1 .row_1 .char_table tr td {
  vertical-align: top;
}

.paintings_flex_char .col_2 {
  width: 75%;
  box-sizing: border-box;
}

.paintings_flex_char .col_2 .char_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 1rem;
}

.paintings_flex_char .col_2 .char_gallery img {
  width: 100%;
  height: 40vw;          
  object-fit: cover;         
  display: block;
}

.paintings_flex_char .col_2 .char_gallery a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.paintings_flex_tarot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; 
  margin: 0 3rem 0;
}

.paintings_flex_tarot .col_1 .tarot_gallery {
  --gap: 0;
  --num-cols: 4;
  --row-height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.paintings_flex_tarot .col_1 .tarot_gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.paintings_flex_tarot .col_1 .tarot_gallery a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.paintings_flex_tarot .col_2 {
  height: 100%;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.paintings_flex_tarot .col_2 .row_1 .tarot_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  padding: 0;
  margin: 0rem 0 2rem 0;
}

.paintings_flex_tarot .col_2 .row_1 .tarot_table {
  font-size: calc(0.5rem + 0.75vw);
  margin-bottom: 2rem;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #c300ff;
}

.paintings_flex_tarot .col_2 .row_1 .tarot_table tr td {
  vertical-align: top;
}

.paintings_flex_tarot .col_2 .tarot_binary {
  font-size: calc(0.5rem + 0.75vw);
  text-align: justify;
  color: #c300ff;
  padding: 0;
  margin: 0;
  bottom: 0;
}

.paintings_divider {
  margin: 3rem;
  border-top: 0.125rem solid #c300ff;
}

.paintings_flex_dolce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 3rem 0;
}

.paintings_flex_dolce .col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1rem 0 0;
  width: 40%;
}

.paintings_flex_dolce .col_1 .Dolce_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  padding: 0;
  margin: 1rem 0 2rem 0;
}

.paintings_flex_dolce .col_1 .Dolce_table {
  font-size: calc(0.5rem + 0.75vw);
  margin: 0;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #c300ff;
}

.paintings_flex_dolce .col_1 .Dolce_table tr td {
  vertical-align: top;
}

.paintings_flex_dolce .Dolce_gallery {
  --gap: 1rem;
  --num-cols: 4;
  --row-height: 250px;
  --grid-col-span-3: span 3;
  --grid-row-span-2: span 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  width: 60%;
  margin: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var];
      grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.paintings_flex_dolce .Dolce_gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.paintings_flex_dolce .Dolce_gallery a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.paintings_flex_dolce .Dolce_gallery .dolce-grid-col-3 {
  grid-column: var(--grid-col-span-3);
}

.paintings_flex_dolce .Dolce_gallery .dolce-grid-row-2 {
  grid-row: var(--grid-row-span-2);
}

.paintings_flex_always {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 3rem 1rem;
}

.paintings_flex_always .col_1 {
  width: 60%; 
  padding: 0;
  margin: 0 1rem 0 0;
}

.paintings_flex_always .col_1 .Always_gallery {
  --gap: 1rem;
  --num-cols: 3;
  --row-height: 200px;
  --grid-col-span-2: span 2;
  --grid-row-span-2: span 2;
  --grid-row-span-3: span 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.paintings_flex_always .col_1 .Always_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paintings_flex_always .col_1 .Always_gallery img:hover {
  animation: selectGlitch 1s infinite;
  transform: scale(1.01);
  transition: 0.5s;
}

.paintings_flex_always .col_1 .Always_gallery .Always-grid-col-2 {
  grid-column: var(--grid-col-span-2);
}

.paintings_flex_always .col_1 .Always_gallery .Always-grid-row-2 {
  grid-row: var(--grid-row-span-2);
}

.paintings_flex_always .col_1 .Always_gallery .Always-grid-row-3 {
  grid-row: var(--grid-row-span-3);
}

.paintings_flex_always .col_2 {
  width: 35%; 
  padding: 0;
  margin: 0;
}

.paintings_flex_always .col_2 .Always_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Remhu';
  color: #00ffd2;
  padding: 0;
  margin: 1rem 0 2rem 0; 
}

.paintings_flex_always .col_2 .Always_description {
  padding: 0;
  margin: 0;
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: justify;
}

.paintings_flex_always .col_2 .always_table {
  font-size: calc(0.5rem + 0.75vw);
  border-collapse: collapse;
  text-align: left;
  color: #c300ff;
  width: 100%;
  margin-top: 6rem;
}

 .always_table tr td {
  vertical-align: top;
}

.blank_row_1 {
  height: 3rem;
}

.blank_row_2 {
  height: 44rem;
}

.blank_row_3 {
  height: 14rem;
}

@media screen and (max-width: 1024px) {
    .paintings_flex_char {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem 0;
  }
  .paintings_flex_char .col_1 {
  width: 100%; 
  }
  .paintings_flex_char .col_1 .row_1 .char_title {
    margin: 1rem 0;
  }
  .paintings_flex_char .col_2 {
    width: 100%;
  }

  .paintings_flex_tarot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 1rem 0;
  }
  .paintings_flex_tarot .col_2 {
    margin-left: 0;
  }
  .paintings_flex_tarot .col_2 .row_1 .tarot_title {
    margin: 0rem 0 1rem 0;
  }
  .paintings_flex_tarot .col_2 .row_1 .tarot_table {
    margin-bottom: 1rem;
  }
  .paintings_divider {
    margin: 1rem;
  }

  .paintings_flex_dolce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem 0;
  }
  .paintings_flex_dolce .col_1 {
    width: 100%;
  }
  .paintings_flex_dolce .col_1 .Dolce_title {
    margin: 1rem 0;
  }
  .paintings_flex_dolce .Dolce_gallery {
    --num-cols: 2;
    --row-height: 200px;
    --margin: 0;
    width: 100%;
  }
  .paintings_flex_dolce .Dolce_gallery .dolce-grid-col-3 {
    --grid-col-span-3: span 1;
  }
  .paintings_flex_dolce .Dolce_gallery .dolce-grid-row-2 {
    --grid-row-span-2: span 1;
  }


  .paintings_flex_always {
    flex-direction: column;
    margin: 1rem;
  }
  .paintings_flex_always .col_1,
  .paintings_flex_always .col_2 {
    width: 100%;
  }
  .paintings_flex_always .col_1 .Always_gallery {
    --num-cols: 2;
    --row-height: 200px;
  }
  .paintings_flex_always .col_1 .Always_gallery .Always-grid-col-2 {
    --grid-col-span-2: span 1;
  }
  .paintings_flex_always .col_1 .Always_gallery .Always-grid-row-2 {
    --grid-row-span-2: span 1;
  }
  .paintings_flex_always .col_1 .Always_gallery .Always-grid-row-3 {
    --grid-row-span-3: span 1;
  }
  .paintings_flex_always .col_2 .always_table {
    width: 70%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .paintings_flex_always .col_2 {
    margin-left: 0;
  }
  .paintings_flex_always .col_2  .Always_title {
    margin: 1rem 0;
  }
    .blank_row_1 {
    height: 1rem;
  }
  .blank_row_2 {
    height: 1rem;
  }
  .blank_row_3 {
    height: 1rem;
  }
}

.other_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #c300ff;
}

.other_tab .link_other {
  height: 15rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 0, 255, 0)), to(black)), url("../resources/Other_Cover.jpg");
  background-image: linear-gradient(to bottom, rgba(195, 0, 255, 0), black), url("../resources/Other_Cover.jpg");
  background-size: cover;
  border-left: none;
  border-top: 0.125rem solid #c300ff;
  border-bottom: none;
  border-right: none;
}

.other_tab .link_other:hover {
  border-top: 0.125rem solid #00ffd2;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

.content_other {
  border-left: 0.125rem solid #00ffd2;
  border-top: none;
  border-bottom: 0.125rem solid #00ffd2;
  border-right: 0.125rem solid #00ffd2;
  background-color: black;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.other_flex_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 3rem 1rem;
}

.other_flex_1 .col_1 {
  width: 70%;
}

.other_flex_1 .col_1 .S_AI_gallery {
  --gap: 1rem;
  --num-cols: 1; 
  --row-height: auto;
  box-sizing: border-box;
  background-color: black;
  display: grid;
  grid-template-columns: 1fr; 
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}


.other_flex_1 .col_1 .S_AI_gallery a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.other_flex_1 .col_1 .S_AI_gallery a img:hover {
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.other_flex_1 .col_2 {
  width: 27%;
}

.other_flex_1 .col_2 .row_1 .S_AI_title {
  font-size: calc(0.75rem + 1vw);
  font-family: 'Jura';
  font-weight: bold;
  color: #00ffd2;
  padding: 0;
  margin: 0rem 0 2rem 0;
}

.other_flex_1 .col_2 .row_1 .S_AI_table {
  font-size: calc(0.5rem + 0.75vw);
  margin-bottom: 2rem;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #c300ff;
}

.other_flex_1 .col_2 .row_1 .S_AI_table tr td {
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .other_tab .link_other {
    height: 6rem;
  }
}

@media screen and (max-width: 800px) {
    .other_flex_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1rem 0;
  }
  .other_flex_1 .col_1 {
    width: 100%;
  }
  .other_flex_1 .col_2 {
    width: 100%;
  }
  .other_flex_1 .col_2 .row_1 .S_AI_title {
    margin: 1rem 0 1rem 0;
  }
}

.link_paintings.active, .link_other.active {
  border-left: 0.125rem solid #00ffd2 !important;
  border-top: 0.125rem solid #00ffd2 !important;
  border-bottom: none;
  border-right: 0.125rem solid #00ffd2 !important;
}

.donate_content {
  position: relative; 
  max-width: 100%; 
  margin: 3rem 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3%;
}

.donate_image {
  width: 100%;
  display: block;
  position: relative;
}

.donate_image img {
  width: 100%;
  height: auto;
  display: block;
}

.donate_button {
  position: absolute;
  top: 1rem;
  left: 19%; 
  display: flex;
  gap: 10%;
  width: 45%; 
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
}

.button_img_1,
.button_img_2 {
  position: relative;
  width: 45%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button_img_1 img,
.button_img_2 img {
  display: block;
  width: 100%;
  height: auto;
}

.button_1_texts {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.button_img_1 {
  position: relative; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  box-sizing: border-box;
}

.button_1_text {
  color: #00ffd2;
  font-size: calc(0.5rem + 0.75vw);
  padding: 0% 0%;
  white-space: nowrap;
  text-decoration: none;
  
  display: block; 
  width: 100%;
  text-align: center;
  box-sizing: border-box; 
}

.button_2_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  white-space: nowrap;
  text-align: center;
}

.button_1_text:hover {
  background: rgba(71, 255, 255, 0.103);
  font-weight: bold;
   -webkit-animation: selectGlitch 1s infinite;
         animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 900px) {
  .donate_content {
    flex-direction: column;
    align-items: center;
    margin: 2% 1%;
    padding: 0;
  }

  .donate_button {
    position: relative;
    width: 90%;
    left: 0%;
    margin: 0 auto 1.5rem auto;
    display: flex;
    justify-content: space-between;
    gap: 3%;
    padding: 0;
  }

  .button_img_1,
  .button_img_2 {
    width: 48%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex; 
    justify-content: center;
    align-items: center;
  }

  .button_1_texts {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    gap: 0.25rem;
  }

  .button_1_text,
  .button_2_text {
    padding: 1% 3%;
    white-space: nowrap;
    font-size: calc(0.5rem + 1vw);
  }
}

.aboutme_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 3rem 1rem 0;
}

.aboutme_content .about_me {
  width: 70%;
  display: flex;
  justify-content: center;
}

.aboutme_content .about_me p {
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: justify;
  vertical-align: top;
  padding: 0 1rem 2rem 2rem;
  margin: 0;
}

.aboutme_content .portrait {
  width: 25%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;   
}

.aboutme_content .portrait img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .aboutme_content {
    margin: 1rem 0.5rem;
    flex-direction: column;
    align-items: center;
  }

  .aboutme_content .about_me {
    width: 100%;
  }

  .aboutme_content .about_me p {
    margin-top: 2vw;
    margin-left: 1vw;
    font-size: calc(0.75rem + 0.75vw);
    padding: 0 1rem 0 0;
  }

  .aboutme_content .portrait {
    width: 50%;
    padding-top: 2rem;
    justify-content: center;
  }
}

.resume_section {
  margin: 2rem 0rem;
  font-size: calc(0.5rem + 0.75vw);
  text-align: center;
  color: #c300ff
}

.resume_section a {
  color: #00ffd2;
  text-decoration: none;
}

.resume_section a:hover {
  text-decoration: underline;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 800px) {
  .resume_section {
    font-size: calc(0.75rem + 0.75vw);
  }
}

.contact_text {
  margin: 1.5rem 2rem 1rem;
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  text-align: left;
}

.contact_text a:hover img {
  transform: scale(1.1); 
  filter: brightness(1.2);
  -webkit-animation: selectGlitch 1s infinite;
        animation: selectGlitch 1s infinite;
}

.email-link {
  color: #00ffd2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover {
  text-decoration: underline;
  -webkit-animation: selectGlitch 1s infinite;
        animation: selectGlitch 1s infinite;
}

.social_link {
  display: inline-block;
  vertical-align: middle;
}

.social_link img {
  vertical-align: middle;
  height: calc(2rem + 1.5vw);
}

.social_link.instagram {
  margin-left: 1vw;
}

.social_link.itch {
  margin-left: 1vw;
}

.form_container {
  margin-left: 35%;
  margin-right: 2rem;
}

.form_container form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.form_container form .field {
  grid-column: span 2;
  display: contents;
}

.form_container form .field .label-text {
  text-align: right;
  color: #c300ff;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
}

.form_container form .field input {
  font-family: 'Jura Regular', Jura, monospace;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  color: #00ffd2;
  border: 0.125rem solid #c300ff;
  background-color: black;
}

.form_container form .field input:focus, .form_container form .field input:hover {
  border: 0.125rem solid #00ffd2;
}

.form_container form .field textarea {
  height: 15rem;
  font-family: 'Jura Regular', Jura, monospace;
  font-size: calc(0.5rem + 0.75vw);
  font-weight: normal;
  border: 0.125rem solid #c300ff;
  background: black;
  color: #00ffd2;
}

.form_container form .field textarea:focus, .form_container form .field textarea:hover {
  border: 0.125rem solid #00ffd2;
}

.form_container form .field button {
  font-family: 'Jura Regular', Jura, monospace;
  font-size: calc(0.5rem + 0.75vw);
  color: #00ffd2;
  background-color: #171949;
  border: 0.125rem solid #00ffd2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3rem;
}

.form_container form .field button:hover {
  border: 0.125rem solid #c300ff;
  color: #c300ff;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

@media screen and (max-width: 800px) {
  .contact_text {
    margin: 1rem 1rem;
  }
  .form_container {
    margin-left: 0;
    margin-right: 0;
  }
  .form_container form {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.25rem;
  }
  .form_container form .field textarea {
    height: 5rem;
  }
}

.topright {
  font-size: 1.75rem;
  background-color: black;
  color: #00ffd2;
  text-align: right;
  padding: 0.5rem;
  font-family: 'Dignified Demo';
}

.topright:hover {
  color: #c300ff;
  -webkit-animation: selectGlitch 1s infinite;
          animation: selectGlitch 1s infinite;
}

/* width */
::-webkit-scrollbar {
  width: 0.25rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00ffd2;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c300ff;
}

@-webkit-keyframes cursorGlitch {
  0% {
    cursor: url("../images/Glitched_Cursor_1.png"), auto;
  }
  10% {
    cursor: url("../images/Glitched_Cursor_2.png"), auto;
  }
  20% {
    cursor: url("../images/Glitched_Cursor_3.png"), auto;
  }
  30% {
    cursor: url("../images/Glitched_Cursor_4.png"), auto;
  }
  40% {
    cursor: url("../images/Glitched_Cursor_5.png"), auto;
  }
  50% {
    cursor: url("../images/Glitched_Cursor_6.png"), auto;
  }
  60% {
    cursor: url("../images/Glitched_Cursor_7.png"), auto;
  }
  70% {
    cursor: url("../images/Glitched_Cursor_8.png"), auto;
  }
  80% {
    cursor: url("../images/Glitched_Cursor_9.png"), auto;
  }
  90% {
    cursor: url("../images/Glitched_Cursor_10.png"), auto;
  }
  100% {
    cursor: url("../images/Glitched_Cursor_1.png"), auto;
  }
}

@keyframes cursorGlitch {
  0% {
    cursor: url("../images/Glitched_Cursor_1.png"), auto;
  }
  10% {
    cursor: url("../images/Glitched_Cursor_2.png"), auto;
  }
  20% {
    cursor: url("../images/Glitched_Cursor_3.png"), auto;
  }
  30% {
    cursor: url("../images/Glitched_Cursor_4.png"), auto;
  }
  40% {
    cursor: url("../images/Glitched_Cursor_5.png"), auto;
  }
  50% {
    cursor: url("../images/Glitched_Cursor_6.png"), auto;
  }
  60% {
    cursor: url("../images/Glitched_Cursor_7.png"), auto;
  }
  70% {
    cursor: url("../images/Glitched_Cursor_8.png"), auto;
  }
  80% {
    cursor: url("../images/Glitched_Cursor_9.png"), auto;
  }
  90% {
    cursor: url("../images/Glitched_Cursor_10.png"), auto;
  }
  100% {
    cursor: url("../images/Glitched_Cursor_1.png"), auto;
  }
}

@-webkit-keyframes selectGlitch {
  0% {
    cursor: url("../images/Glitched_Select_1.png"), auto;
  }
  10% {
    cursor: url("../images/Glitched_Select_2.png"), auto;
  }
  20% {
    cursor: url("../images/Glitched_Select_3.png"), auto;
  }
  30% {
    cursor: url("../images/Glitched_Select_4.png"), auto;
  }
  40% {
    cursor: url("../images/Glitched_Select_5.png"), auto;
  }
  50% {
    cursor: url("../images/Glitched_Select_6.png"), auto;
  }
  60% {
    cursor: url("../images/Glitched_Select_7.png"), auto;
  }
  70% {
    cursor: url("../images/Glitched_Select_8.png"), auto;
  }
  80% {
    cursor: url("../images/Glitched_Select_9.png"), auto;
  }
  90% {
    cursor: url("../images/Glitched_Select_10.png"), auto;
  }
  100% {
    cursor: url("../images/Glitched_Select_1.png"), auto;
  }
}

@keyframes selectGlitch {
  0% {
    cursor: url("../images/Glitched_Select_1.png"), auto;
  }
  10% {
    cursor: url("../images/Glitched_Select_2.png"), auto;
  }
  20% {
    cursor: url("../images/Glitched_Select_3.png"), auto;
  }
  30% {
    cursor: url("../images/Glitched_Select_4.png"), auto;
  }
  40% {
    cursor: url("../images/Glitched_Select_5.png"), auto;
  }
  50% {
    cursor: url("../images/Glitched_Select_6.png"), auto;
  }
  60% {
    cursor: url("../images/Glitched_Select_7.png"), auto;
  }
  70% {
    cursor: url("../images/Glitched_Select_8.png"), auto;
  }
  80% {
    cursor: url("../images/Glitched_Select_9.png"), auto;
  }
  90% {
    cursor: url("../images/Glitched_Select_10.png"), auto;
  }
  100% {
    cursor: url("../images/Glitched_Select_1.png"), auto;
  }
}

@-webkit-keyframes clickGlitch {
  0% {
    cursor: url("../images/select.png"), auto;
  }
  50% {
    cursor: url("../images/Select_2.png"), auto;
  }
  100% {
    cursor: url("../images/select.png"), auto;
  }
}

@keyframes clickGlitch {
  0% {
    cursor: url("../images/select.png"), auto;
  }
  50% {
    cursor: url("../images/Select_2.png"), auto;
  }
  100% {
    cursor: url("../images/select.png"), auto;
  }
}

.clickEffect {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-color: #00ffd2;
  cursor: none;
  -webkit-animation: clickEffect 0.4s ease-out;
          animation: clickEffect 0.4s ease-out;
  z-index: 99999;
}

@-webkit-keyframes clickEffect {
  0% {
    opacity: 0.6;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.75rem;
    border-width: 0.3rem;
  }
  100% {
    opacity: 0.2;
    width: 15rem;
    height: 15rem;
    margin: -5.75rem;
    border-width: 0.03rem;
  }
}

@keyframes clickEffect {
  0% {
    opacity: 0.6;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.75rem;
    border-width: 0.3rem;
  }
  100% {
    opacity: 0.2;
    width: 15rem;
    height: 15rem;
    margin: -5.75rem;
    border-width: 0.03rem;
  }
}

#result-text {
  color: #00ffd2;
  font-size: calc(0.5rem + 0.75vw);
  text-align: center;
  width: 100%;
  margin: 2rem 0 0 0;
}

footer {
  height: 2rem;
}