* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body {
  margin: 0;
  box-sizing: border-box;
}

a:link {
  color: transparent;
}
a:visited {
  color: transparent;
}
a:active {
  color: transparent;
}

.main-container {
  background-image: linear-gradient(
    to right top,
    #d16ba5,
    #c777b9,
    #ba83ca,
    #aa8fd8,
    #9a9ae1,
    #8aa7ec,
    #79b3f4,
    #69bff8,
    #52cffe,
    #41dfff,
    #46eefa,
    #5ffbf1
  );
  background-size: cover;
  background-color: rgb(63, 59, 59);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 50px;

  background-image: linear-gradient(
    to right,
    hsl(272, 40%, 25%),
    #4a2d5e,
    #4a2d5e,
    #4a2d5e,
    #523462,
    #5a3b67,
    #62426b,
    #694770,
    #714b75,
    #78507a,
    #815481,
    #8b5888,
    #955b8e,
    #9f5f95
  );
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
}
.logo {
  height: 90%;
  color: white;
  margin-left: 20px;
}
.logo img {
  height: 32px;
  margin: 8px 10px 5px 10px;
}

.nav-links {
  height: 100%;
  display: flex;
  list-style: none;
  padding-right: 10px;
  justify-content: flex-end;
}

.nav-links li {
  height: 35%;
  margin: 5px;
  padding: 10px;
  width: 80px;
  color: rgb(255, 255, 255);
  background-color: rgb(66, 39, 90, 0.5);
  border-radius: 25px;
  transition: all ease-in-out 0.2s;
}

.dropDown-menu li {
  border: none;
}

.nav-links li:hover {
  background-color: rgb(66, 39, 90);
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}

.nav-links li a {
  text-decoration: none;
  color: black;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropDown-menu {
  list-style: none;
  padding-left: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80px;
  z-index: 1;
  position: sticky;
  margin-top: 13px;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  transition: visibility 0.2s, opacity 0.2s linear, box-shadow 0.2s linear;
}

.dropDown-container {
  height: inherit;
}

.dropDown-container:hover .dropDown-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  box-shadow: 0px 0px 18px rgb(0, 0, 0, 0.9);
}

.dropDown-menu li {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 40px;
  background-color: transparent;
  display: flex;
}

.dropDown-menu li a {
  background-color: rgb(115, 75, 109);
  color: white;
  height: 100%;
  padding: 5px;
  margin: 0;
  justify-content: center;
}

.dropDown-menu li a:hover {
  background-color: rgb(90, 64, 86);
  color: white;
}

.tableholder{
  overflow: hidden;
  padding: 10px;
}

.row {
  display: flex;
  width: 100%;
  height: 21.1vw;
  justify-content: center;
}

.col {
  width: 33.33333%;
  color: white;
  border-radius: 10px;
  margin: 10px;
  align-items: center;
  align-content: center;
  position: relative;

  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgb(255, 255, 255, 0.2),
    -12px 15px 8px rgb(0, 0, 0, 0.2);
}

.imgAndList {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
}
.imageinbar {
  width: 40%;
  padding: 10px;
  padding-right: 0;
  padding-left: 20px;
}

.imageinbar img {
  width: 100%;
  vertical-align: middle;
  border-radius: 10px;
}
.GameTextHeader b {
  color: #ffff;
  font-size: 1.3vw;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: solid 2px;
  border-bottom-width: 3.1px;
  width: fit-content;
  margin: 0;
  -webkit-box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.5);
}
.text-extra {
  font-size: 1.1vw;
}

.gametext {
  width: 60%;
  font-size: 1.17vw;
  border-radius: 10px;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.gametext li {
  list-style: none;
}

.fa-solid,
.fa-regular {
  font-size: 1vw;
  color: #ffc848;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.quote {
  line-height: 125%;
  font-size: 1.25vw;
  font-family: 'Kalam';
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.6s ease;
  z-index: 1;
  border-radius: 10px;
}

.col:hover .overlay {
  height: 100%;
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2),
    0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

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

.text {
  z-index: 1;
  height: 80%;
  text-align: center;
  font-size: 1.22vw;
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: middle;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.pseudolink { 
  color:white; 
  text-decoration:underline; 
  cursor:pointer;
  }
.pseudolink:hover{
  background-color: white;
  color: black;
}

.storeLinks {
  display: flex;
  height: 20;
}

.steam,
.fandom,
.youtube {
  height: 100%;
  width: 50%;
}

.youtube {
  padding-left: 20%;
}
.fandom {
  padding-right: 20%;
}

.steam img,
.fandom img,
.youtube img {
  max-height: 50px;
  transition: transform 0.2s;
}

.steam img:hover,
.fandom img:hover,
.youtube img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.footer {
  background-color: rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerText {
  color: rgb(223, 223, 223);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  padding: 15px 20px 15px 30px;
}

.footerText:hover {
  animation: blink 0.6s linear;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.contact {
  display: flex;
  padding: 5px;
}
.contact li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}
.fa-brands {
  color: rgb(223, 223, 223);
  font-size: 22px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.19);
  transition: all ease-in-out 0.2s;
}
.fa-brands:hover {
  color: rgb(255, 255, 255);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 1;
  transition: all ease-in-out 0.1s;
}

@media only screen and (max-width: 700px) {
  
  .main-container {
    justify-content: flex-start;
  }

  .header {
    height: 100px;
    flex-direction: column;
    padding: 5px;
  }
  .logo {
    height: 100%;
    margin: 0;
  }
  .nav-links {
    padding: 0;
  }

  .nav-links li {
    border: 2px solid rgb(255, 255, 255, 0.2);
    height: 18%;
  }

  .dropDown-menu li {
    border: none;
    height: 40px;
  }

  .tableholder{
    margin: 0;
  }

  .row {
    flex-direction: column;
    height: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .col {
    height: fit-content;
    width: fit-content;
    padding: 0;
    box-shadow: inset 0 0 3px rgb(255, 255, 255, 0.2),
      -8px 10px 8px rgb(0, 0, 0, 0.2);
  }
  .firstbox {
    margin-top: 20px;
  }
  .gametext {
    font-size: 3vw;
    padding: 5% 0 5% 0;
  }
  .GameTextHeader b {
    font-size: 3.2vw;
    border-bottom-width: 2px;
  }
  .text-extra {
    font-size: 2.8vw;
  }

  .quote {
    font-size: 3.8vw;
    line-height: 100%;
  }

  .fa-solid,
  .fa-regular {
    font-size: 3vw;
  }

  .text {
    font-size: 3vw;
  }

  .footer {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .footerText {
    padding: 0;
    margin: 10px 0px 5px 0px;
  }
  .contact {
    padding: 0;
    margin: 5px 0px 10px 0px;
  }
}