@font-face {
  font-family: Futura;
  src: url("/fonts/futura sv/Futura Thin.ttf") format("truetype");
}
@font-face {
  font-family: Decterm;
  src: url("/fonts/VT323-Regular.ttf") format("truetype");
}
@keyframes TransitioningBackground {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
* {
  font-size: 4.5vh;
  font-family: Futura;
  text-decoration: none;
  color: white;
}

html {
  background-color: black;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

p {
  font-family: Decterm;
  font-size: 2.5vh;
  padding-bottom: 1vh;
  opacity: 100%;
  word-break: break-word;
  word-wrap: normal;
  text-align: center;
  justify-content: center;
}

br {
  display: block;
  margin: 5.7px 0;
  content: " ";
}

.underline1 {
  text-decoration: underline;
  font-family: Decterm;
  font-size: 5vh;
}

.mainText {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  position: relative;
  padding-top: 0px;
  padding-bottom: 75px;
  gap: 4vh;
  text-align: center;
  animation: fadeIn 0.5s;
  margin-top: 110px;
  bottom: 115px;
}

.indexText {
  position: absolute;
  font-size: 45px;
  left: 10px;
  top: 90px;
}

.indexSubText {
  font-size: 23px;
  position: absolute;
  left: 40px;
  top: 140px;
}

.responsiveThumb {
  width: 100%;
  max-width: 12em;
  height: auto;
}

.responsiveSocial {
  width: 5vh;
  max-width: 12em;
  height: auto;
}

.responsivePage {
  width: 100%;
  max-width: 23em;
  height: auto;
}

.responsiveSystem {
  width: 100%;
  max-width: 23em;
  height: auto;
}

.responsivegallery {
  width: 100%;
  max-width: 14em;
  height: auto;
}

.responsiveVisual {
  width: auto;
  max-width: 24em;
  max-height: 740px;
}

.frontPageWrapper {
  margin-bottom: 25px;
}

.systemswrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  position: relative;
  padding-top: 78px;
  padding-bottom: 75px;
  gap: 4vh;
  text-align: center;
  animation: fadeIn 0.5s;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}

.downloadsWrapper {
  display: grid;
  justify-content: center;
  width: auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 12vh;
  text-align: center;
  animation: fadeIn 0.5s;
}

.visualWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  position: relative;
  padding-top: 100px;
  text-align: center;
  animation: fadeIn 0.5s;
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}

.aboutWrapper {
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}

.pagewrapper {
  display: grid;
  opacity: 100%;
  width: auto;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.sWrapper {
  display: grid;
  gap: 0.2em;
  padding-top: 25px;
}

.infosection {
  display: grid;
  padding-top: 5vh;
  padding-bottom: 1vh;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-self: stretch;
  gap: 5vh;
}

.footer {
  display: flex;
  justify-content: center;
  pointer-events: none;
  font-family: Decterm;
  opacity: 100%;
  font-size: 2.3vh;
  background-color: #000;
}

.footerWrapper {
  gap: 3vh;
  display: grid;
  justify-content: center;
  position: fixed;
  bottom: 0%;
  margin: auto;
  z-index: 20;
  width: 100%;
  text-align: center;
  background-color: #000;
}

.fadeWrapper {
  padding-top: 75px;
  padding-bottom: 0px;
  animation: fadeIn 0.5s;
  opacity: 1;
}

.gallery {
  width: auto;
  margin: 20px auto;
  columns: 4;
  column-gap: 20px;
  box-sizing: border-box;
}

@media (max-width: 1920px) {
  .gallery {
    columns: 4;
  }
}
@media (max-width: 768px) {
  .gallery {
    columns: 2;
  }
}
@media (max-width: 480px) {
  .gallery {
    columns: 1;
  }
}
@media (max-width: 1200px) {
  .gallery {
    width: calc(100% - 40px);
    columns: 3;
  }
}
@media (max-width: 768px) {
  .gallery {
    columns: 2;
  }
}
@media (max-width: 480px) {
  .gallery {
    columns: 1;
  }
}
.gallery img {
  max-width: 100%;
  border-radius: 8px;
  transition: all 1.5s ease;
}

.gallery img:hover {
  box-shadow: 0 0 34px #333;
  cursor: pointer;
  transition: opacity 0.12s;
  opacity: 70%;
}

.gallery .content {
  padding: 4px;
  break-inside: avoid;
}

.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.gallery .gallery-item:hover {
  transform: scale(1.025);
}

.button {
  height: 50%;
  width: auto;
}

.sitebutton {
  font-size: 3.5vh;
  width: 35vh;
  height: auto;
  display: inline-block;
  padding: 0.3em 1em;
  border: 2px solid #FFFFFF;
  margin: 0 0 0 0;
  border-radius: 0.1em;
  position: relative;
  overflow: hidden;
  background-size: 200% 400%;
  animation: TransitioningBackground 10s ease infinite;
  background-color: black;
}
.sitebutton::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  filter: blur(30px);
  transform: translateX(-15vh) skewX(-15deg);
}
.sitebutton::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 100%;
  top: 0;
  filter: blur(5px);
  transform: translateX(-15vh) skewX(-15deg);
}
.sitebutton:hover {
  cursor: pointer;
  opacity: 100%;
}
.sitebutton:hover::before, .sitebutton:hover::after {
  transform: translateX(45vh) skewX(-15deg);
  transition: 0.6s;
}

.socialbox {
  justify-content: center;
  display: flex;
  gap: 4vh;
}

.socialbutton {
  width: 100%;
  background-color: none;
  justify-content: center;
  height: auto;
}

.V-Wrapper {
  margin-left: 4vh;
  margin-right: 4vh;
}

.updateBlog {
  display: flex;
  grid-template-columns: auto 25%;
  gap: 5vh;
  margin: 20px;
  justify-content: center;
  padding-top: 40px;
}

.blogText {
  font-size: 1.2em;
  font-family: Decterm;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  color: white;
  margin-top: 3vh;
  margin-left: 2vh;
  margin-right: 2vh;
  display: flex;
  justify-content: center;
}

.blogTextB {
  font-size: 2.2vh;
  margin-top: 2vh;
}

.blogLinks {
  font-size: 3.2vh;
  margin-top: 2vh;
}

a:hover .blogLinks {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.blogPhoto {
  max-width: 550px;
  height: auto;
  width: 100%;
  border: 1px solid #FFFFFF;
  align-items: flex-end;
  display: flex;
}

.projects {
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: center;
  justify-self: center;
  margin: 10px;
  padding-bottom: 30px;
}

[grid-col=auto] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[grid-col=x10] {
  width: 33.33%;
}

.project {
  font-family: Decterm;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;
  padding-bottom: 30px;
}

.projectText {
  font-family: Decterm;
  text-align: center;
  font-size: 3vh;
}

.projectSubText {
  font-family: Decterm;
  text-align: center;
  font-size: 2.1vh;
  color: #a5a5a5;
}

.boxA {
  text-align: center;
  background-color: #000;
  margin: auto;
  margin-left: 2.2vh;
  margin-right: 2.3vh;
}

.boxB {
  text-align: center;
  background-color: #000;
  margin: auto;
  margin-left: 2.2vh;
  margin-right: 2.3vh;
}

.thumbnail {
  padding: 2vh;
}

.downloadLink {
  font-size: 3vh;
  padding: 1vh;
  text-align: center;
}

a:hover .downloadLink {
  text-decoration: underline;
  text-underline-offset: 1vh;
  text-decoration-thickness: 1px;
}

.bonus {
  font-size: 4vh;
  padding: 1vh;
  text-align: center;
  font-family: Decterm;
}

.bonusLink {
  font-size: 4vh;
  padding: 1vh;
  text-align: center;
  color: red;
  font-family: Decterm;
}

a:hover .bonusLink {
  text-decoration: underline;
  text-underline-offset: 1vh;
  text-decoration-thickness: 1px;
}

.link {
  font-size: 4.2vh;
  padding: 1vh;
  display: inline-flex;
  font-family: Decterm;
}

a:hover .link {
  text-decoration: underline;
  text-underline-offset: 1vh;
  text-decoration-thickness: 1px;
}

.navigation img {
  background-color: black;
  right: 10px;
}

#navbar {
  background-color: black; /* Black background color */
  position: fixed;
  height: 75px;
  top: 0px; /* Make it stick/fixed */ /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */ /* Transition effect when sliding down (and up) */
  z-index: 20;
}

a:hover #navbar {
  background-color: #ddd;
  color: black;
}

.navModal {
  position: fixed;
  z-index: 19;
  align-items: center;
  justify-content: center;
  clip-path: ellipse(1px 1px at 1% 50%);
}

.navModal.active {
  animation: fadeIn 0.25s;
  clip-path: circle(30000px);
}

.navWrapper {
  position: fixed;
  display: grid;
  opacity: 100%;
  top: 75px;
  bottom: 0px;
  padding-top: 50px;
  padding-bottom: 25px;
  height: auto;
  width: 100%;
  max-height: 90%;
  justify-content: center;
  text-align: center;
  background-color: black;
}

.menubar {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 10px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.homelogo img {
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translate(50%, 0%);
  height: 75px;
  width: 75px;
  justify-content: center;
}

.indexHomeLogo img {
  position: absolute;
  top: 0px;
  right: 50%;
  transform: translate(50%, 0%);
  height: 75px;
  width: 75px;
  justify-content: center;
}

.images {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
  transition: transform 0.2s;
  width: auto;
  margin: 20px;
}

.images:hover {
  cursor: pointer;
  transition: opacity 0.12s;
  opacity: 70%;
  transform: scale(1.025);
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: fadeIn 0.5s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.linkdescription {
  color: rgb(0, 108, 255);
  font-size: 2.5vh;
  display: inline-flex;
}

.titletext {
  font-size: 5vh;
  font-family: Decterm;
}

.copyright {
  font-size: 2vh;
}

.description {
  font-size: 4vw;
  padding-bottom: 1vh;
}

.giygasDescription {
  font-size: 5vw;
  display: flex;
  justify-content: center;
}

.aboutHeadline {
  font-size: 4vw;
  padding-bottom: 1vh;
  display: flex;
  justify-content: center;
  text-align: center;
}

.aboutBox {
  display: block;
  max-height: 775px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  text-align: center;
  padding-left: 1.4vh;
  padding-right: 1.4vh;
  background-color: #000;
  border: 1px solid #FFFFFF;
  margin-left: 3vh;
  margin-right: 3vh;
}

.aboutImg {
  display: flex;
  justify-content: center;
  max-height: 850px;
  margin: auto;
  background-color: #000;
  margin-left: 3vh;
  margin-right: 0vh;
}

.centerImg {
  justify-content: center;
  text-align: center;
}

.datedescription {
  padding-bottom: 5vh;
  font-size: 4vh;
  font-weight: 500;
}

.pagetitle {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 10vw;
}

.sPageTitle {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 9.2vw;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  justify-content: center;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.returnbuttonpage {
  position: relative;
}

.subdescriptionA {
  margin: auto;
  text-align: center;
  font-size: 4vh;
  word-wrap: normal;
  padding: 1vh;
}

.subdescriptionB {
  margin: auto;
  text-align: center;
  font-size: 4vh;
  word-wrap: normal;
  padding: 1vh;
}

.description {
  display: flex;
  justify-content: center;
}

.aboutDescription {
  display: flex;
  justify-content: center;
}

.techdescription {
  font-size: 3.2vh;
  margin: 1vh;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 85%;
  font-family: Decterm;
}

.strobeWarning {
  display: flex;
  justify-content: center;
  font-size: 4vw;
  color: red;
  font-family: Decterm;
  padding-bottom: 1vh;
}

.twitch .itwitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.twitch .itwitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.twitch .itwitch-chat {
  height: 400px;
}

.twitch .itwitch-chat iframe {
  width: 100%;
  height: 100%;
}

.twitch {
  position: relative;
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 42.1875%;
}

.openmedia img {
  height: 13vh;
  padding-bottom: 1vh;
  padding-top: 15px;
}

.vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.vimeo-wrapper iframe,
.vimeo-wrapper object,
.vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo-wrapper-init {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none;
}

.vimeo-wrapper-init iframe,
.vimeo-wrapper-init object,
.vimeo-wrapper-init embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smallvimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.smallvimeo-wrapper iframe,
.smallvimeo-wrapper object,
.smallvimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 770px) {
  .twitch {
    position: relative;
  }
  .twitch .itwitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }
  .twitch .itwitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .project {
    flex-basis: 50%;
  }
  .projects {
    padding-top: 30px;
  }
  .pagewrapper {
    padding-top: 10px;
  }
  .reelWrap {
    display: grid;
    margin: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .blogPhoto {
    border: 1px solid #FFFFFF;
    align-items: flex-end;
    display: flex;
  }
  .footer {
    font-size: 2.1vh;
  }
  .sWrapper {
    margin-left: 6vh;
    margin-right: 6vh;
  }
}
@media only screen and (max-width: 1700px) and (min-width: 770px) {
  .modal img {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .downloadLink {
    text-decoration: underline;
    text-underline-offset: 1vh;
    text-decoration-thickness: 1px;
  }
  .project {
    flex-basis: 50%;
  }
  .reelWrap {
    margin: 50px;
  }
  .sWrapper {
    margin-left: 6vh;
    margin-right: 6vh;
  }
  .subdescriptionA {
    font-size: 3.5vh;
  }
  .subdescriptionB {
    font-size: 3.5vh;
  }
  .techdescription {
    font-size: 3.3vh;
  }
  .aboutBox {
    max-height: 57vh;
    margin-left: 0px;
  }
  .aboutImg {
    margin-right: 0vh;
    width: 100%;
  }
  .openmedia img {
    height: 8vh;
    padding-bottom: 1vh;
    padding-top: 0;
  }
  .blogText {
    font-size: 4.6vh;
  }
}
@media only screen and (max-width: 950px) and (max-height: 500px) {
  .projectText {
    font-size: 2vw;
  }
  .projectSubText {
    font-size: 2vw;
  }
  .project {
    padding-bottom: 5px;
  }
  .footer {
    font-size: 2vw;
  }
  .blogText {
    font-size: 3vw;
  }
  .blogTextB {
    font-size: 2.3vw;
  }
  .sitebutton {
    font-size: 1.5vw;
    width: 35vw;
  }
  .navWrapper {
    padding-top: 25px;
  }
  .downloadLink {
    font-size: 2.2vw;
  }
  .downloadsWrapper {
    padding-top: 15px;
  }
  .pagetitle {
    font-size: 7vw;
  }
  .aboutHeadline {
    font-size: 2.5w;
  }
  p {
    font-size: 1.6vw;
  }
  .reelWrap {
    margin: 50px;
  }
  .datedescription {
    font-size: 2vw;
  }
  .techdescription {
    font-size: 2vw;
  }
  .subdescriptionA {
    font-size: 5vh;
  }
  .subdescriptionB {
    font-size: 5vh;
  }
  .titletext {
    font-size: 3.6vw;
  }
  .link {
    font-size: 3.6vw;
  }
  .blogPhoto {
    max-width: 350px;
  }
}
@media only screen and (min-width: 951px) and (max-height: 500px) {
  .projectText {
    font-size: 1.15vw;
  }
  .projectSubText {
    font-size: 1.15vw;
  }
  .footer {
    font-size: 1.1vw;
  }
  .blogText {
    font-size: 2vw;
  }
  .blogTextB {
    font-size: 1.4vw;
  }
  .navWrapper {
    padding-top: 25px;
  }
  .downloadLink {
    font-size: 1.3vw;
  }
  .downloadsWrapper {
    padding-top: 27px;
  }
  .pagetitle {
    font-size: 7vw;
  }
  .aboutHeadline {
    font-size: 2vw;
  }
  .datedescription {
    font-size: 2vw;
  }
  .techdescription {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 755px) {
  .modal img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .pagewrapper {
    display: grid;
    opacity: 100%;
    width: auto;
    justify-content: center;
    gap: 1vh;
    position: relative;
    z-index: 10;
    padding-top: 0px;
    text-align: center;
  }
  .V-Wrapper {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .infosection {
    display: flex;
    flex-direction: column;
    opacity: 100%;
    width: auto;
    justify-content: center;
    gap: 0.5vh;
    padding-top: 1vh;
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .boxA {
    padding-bottom: 3.5vh;
  }
  .infosection .boxA {
    order: 2;
  }
  .infosection .subdescriptionA {
    order: 1;
  }
  .infosection .boxB {
    order: 4;
  }
  .infosection .subdescriptionB {
    order: 3;
  }
  .description {
    display: flex;
    justify-content: center;
    font-size: 5vw;
    padding-bottom: 1vh;
    text-align: center;
  }
  .aboutDescription {
    display: flex;
    justify-content: center;
    padding-bottom: 1vh;
  }
  .reelWrap {
    padding-bottom: 40px;
  }
  .aboutHeadline {
    display: flex;
    justify-content: center;
    font-size: 7vw;
    padding-bottom: 1vh;
    text-align: center;
  }
  .subdescriptionA {
    font-size: 2.6vh;
    padding-top: 2vh;
    padding-left: 1vh;
    padding-right: 1vh;
  }
  .subdescriptionB {
    font-size: 2.6vh;
    padding: 1vh;
  }
  .openmedia img {
    height: 6vh;
    padding-bottom: 1vh;
    padding-top: 0;
  }
  .twitch .twitch-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .downloadLink {
    text-decoration: underline;
    text-underline-offset: 1vh;
    text-decoration-thickness: 1px;
  }
  .indexSubText {
    left: 40px;
    font-size: 23px;
  }
  .pagetitle {
    font-size: 20vw;
  }
  .project {
    margin: 5px;
    padding-bottom: 0px;
  }
  .updateBlog {
    margin: 20px;
  }
  .blogPhoto {
    max-width: 550px;
  }
  .strobeWarning {
    display: flex;
    justify-content: center;
    font-size: 7vw;
    text-overflow: none;
    color: red;
  }
  .downloadLink {
    text-decoration: underline;
    text-underline-offset: 1vh;
    text-decoration-thickness: 1px;
  }
  .projects {
    display: grid;
    width: 100%;
    height: auto;
    gap: 0;
    margin: 0px;
  }
  .V-Wrapper {
    margin-left: 0vh;
    margin-right: 0vh;
  }
  .updateBlog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blogText {
    font-size: 3.25vh;
  }
  .blogTextB {
    font-size: 0.7em;
  }
  .aboutBox {
    max-height: 300px;
  }
  p {
    font-size: 2.2vh;
  }
  .responsiveSystem {
    margin: 0px;
  }
}
@media only screen and (max-width: 670px) and (max-height: 377px) {
  .subdescriptionA {
    font-size: 2.4w;
  }
  .subdescriptionB {
    font-size: 2.4vw;
  }
  .pagetitle {
    font-size: 8vw;
  }
  .blogText {
    font-size: 1.5em;
  }
  .blogTextB {
    font-size: 2.2vw;
  }
  .responsivegallery {
    width: 100%;
    max-width: 24.5em;
    height: auto;
  }
  .projectText {
    font-size: 3.5vw;
  }
  .projectSubText {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 670px) and (max-height: 377px) {
  .responsivegallery {
    width: 100%;
    max-width: 24.5em;
    height: auto;
  }
  .projectText {
    font-size: 3.5vw;
  }
  .projectSubText {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 760px) and (max-height: 377px) {
  .responsivegallery {
    width: 100%;
    max-width: 24.5em;
    height: auto;
  }
  .projectText {
    font-size: 3.5vw;
  }
  .projectSubText {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 760px) and (max-width: 1120px) and (min-height: 1020px) and (max-height: 1400px) {
  p {
    font-size: 1.5vh;
  }
  .aboutBox {
    margin-left: 0px;
    margin-right: 3vh;
    max-height: 400px;
  }
  .openmedia img {
    height: 5vh;
    padding-bottom: 1vh;
    padding-top: 0;
  }
  .V-Wrapper {
    margin-left: 2vh;
    margin-right: 2vh;
  }
  .subdescriptionA {
    font-size: 2.6vw;
  }
  .subdescriptionB {
    font-size: 2.3vw;
  }
  .sWrapper {
    margin-left: 2vh;
    margin-right: 2vh;
  }
  .techdescription {
    font-size: 3.4vw;
  }
  .copyright {
    font-size: 1.3vh;
  }
  .infosection {
    display: grid;
    padding-top: 4vh;
    padding-bottom: 1vh;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    align-self: stretch;
    gap: 1vh;
  }
  .pagetitle {
    font-size: 10vh;
  }
  .blogText {
    font-size: 0.7em;
    font-family: Decterm;
  }
  .blogTextB {
    font-size: 1.8vh;
    margin-top: 2vh;
  }
  .blogLinks {
    font-size: 3.2vh;
  }
  .projectText {
    font-size: 2.1vh;
  }
  .projectSubText {
    font-size: 1.8vh;
  }
  .footer {
    font-size: 1.8vh;
  }
  .blogPhoto {
    max-width: 350px;
  }
  .aboutImg {
    margin-left: 3vh;
    margin-right: 0vh;
    width: 100%;
  }
}