@media only screen and (max-width: 780px) {
  .header .header-container {
    display: block;
    justify-content: center;
    grid-template-rows: auto;
  }
}
@media only screen and (min-width: 781px) {
  .header .header-container {
    display: inline-block;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    box-sizing: border-box;
    width: 650px;
    height: 200px;
  }
}
.header .header-container .button-grid {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: 1fr 1fr 1fr;
  height: 200px;
  width: 600px;
  -moz-column-gap: 0;
       column-gap: 0;
  margin-top: 0.75vw;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .header .header-container .button-grid {
    display: grid;
    grid-template-rows: 200px, 200px, 200px;
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-bottom: 75px;
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .header .header-container .button-grid #logo-home {
    grid-row: 1/2;
    margin: auto;
  }
}
.header .header-container .button-grid #logo-home img {
  border-radius: 0%;
  width: 150px;
  height: 150px;
  border: none;
  align-self: center;
  margin-right: -50px;
  margin-top: 25px;
}
@media screen and (max-width: 780px) {
  .header .header-container .button-grid #logo-home img {
    width: 142px;
    height: 142px;
    margin: 0;
  }
}
@media only screen and (min-width: 781px) {
  .header .header-container .button-grid .header-button {
    height: 25%;
    width: 142px;
  }
}
.header .header-container #home {
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .header .header-container #home {
    display: inline-block;
    grid-row: 2/3 !important;
  }
}
.header .header-container #gallery {
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .header .header-container #gallery {
    grid-row: auto;
  }
}
.header .header-container #credits {
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .header .header-container #credits {
    grid-row: 3/4;
  }
}
.header .header-container #gallery a, .header .header-container #credits a {
  height: 60px;
  width: 160px;
}
@media only screen and (max-width: 780px) {
  .header .header-container #gallery a, .header .header-container #credits a {
    width: 225px;
    margin: auto;
    border: solid 1px black;
  }
}
.header .header-container a {
  font-size: 30px;
  grid-row: 1/2;
  border-radius: 25px;
  text-align: center;
  color: darkgray;
  transition: 0.3s;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .header .header-container a {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 225px;
    margin: auto;
    margin-top: 2px !important;
    margin-bottom: 5px !important;
  }
}
.header .header-container a:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.header .header-container .fa-solid {
  color: #aea9ee;
}

.socials {
  margin: 0.5em;
  margin-bottom: 5vw;
}
.socials .rick-button {
  position: relative;
  top: 11px;
  padding-top: 4px;
}
.socials button {
  color: #aea9ee;
  margin: 5px 2px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 25%;
  border: solid #aea9ee 1px;
  background-color: transparent;
  transition: 0.3s;
  box-shadow: 1px 1px rgb(0, 0, 0);
}
.socials button:hover {
  transform: translateY(-10px);
  border: solid #aea9ee 1px;
  background-color: white;
  color: #aea9ee;
  box-shadow: 4px 5px 10px rgb(56, 56, 56);
}

.backToTop {
  position: fixed;
  left: 90%;
  top: 90%;
  z-index: 4;
}
.backToTop .backToTopButton {
  font-size: 30px;
  height: 60px;
  width: 60px;
  border-color: #aea9ee;
  border-radius: 25px;
  text-align: center;
  background-color: transparent;
  color: #aea9ee;
  transition: 0.3s;
  align-self: right;
}
.backToTop .backToTopButton:hover {
  background-color: white;
  border-color: #aea9ee;
  color: #aea9ee;
  cursor: pointer;
}

.mid-container {
  align-items: center;
  margin: auto;
  width: 950px;
}
@media only screen and (max-width: 780px) {
  .mid-container {
    width: 80vw;
  }
}
.mid-container .mid {
  margin: auto;
  color: white;
}
.mid-container .mid h1 {
  font-size: 5em;
  font-weight: 400;
}
.mid-container .mid h2 {
  font-family: Tajawal, sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin-top: 0;
}
.mid-container .mid h3 {
  font-size: 2em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}
.mid-container .mid img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: solid white 3px;
  margin-top: 0;
}
.mid-container .mid #banner {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  border: none;
  margin-right: -3px;
  margin-top: -50px;
  margin-bottom: -60px;
  align-self: top;
}
@media only screen and (max-width: 780px) {
  .mid-container .mid #banner {
    margin-right: 0px;
  }
}
.mid-container .gMid {
  margin-right: 25px;
}
@media screen and (max-width: 780px) {
  .mid-container .gMid {
    margin-bottom: 50px;
  }
}
.mid-container .tMid, .mid-container .fMid {
  margin-top: 50px;
}
.mid-container .tMid #banner, .mid-container .fMid #banner {
  margin-bottom: 1px;
}

.home-body {
  background-image: url("../..//Images/Website_Graphic_Border.jpeg"), url("../..//Images/Website_Graphic_Background.jpeg");
  background-size: 115vw 95vw, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}
@media only screen and (max-width: 1400px) {
  .home-body {
    background-image: url("../..//Images/Website_Graphic_Background.jpeg");
    background-size: cover;
    background-position: center, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

.home {
  color: white;
  width: 100%;
  align-self: center;
  padding: auto;
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .home {
    width: 100%;
    margin: 0;
  }
}
.home p {
  margin: auto;
  align-self: center;
  font-size: 24px;
  padding: 10px;
  width: 100%;
  position: relative;
}
.home h1 {
  width: 200px;
  margin: auto;
  padding: 10px;
  border: solid white 2px;
  border-radius: 25px;
  box-shadow: 0px 0px 50px black;
  margin-bottom: 50px;
  margin-top: 50px;
}

.tos {
  color: white;
  display: inline-block;
  align-items: center;
  font-family: Tajawal, sans-serif;
  margin: auto;
}
.tos .tos_container {
  border-radius: 2em;
  width: 60%;
  align-items: center;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0.5em 5em 0.5em 5em;
  padding: 5px 45px 5px 45px;
  font-size: 1.5em;
}
@media only screen and (max-width: 780px) {
  .tos .tos_container {
    margin: auto;
  }
}
.tos .tos_container ul {
  text-align: left;
  font-size: 0.75em;
  list-style: square;
}
.tos .tos_container ul li {
  padding: 10px;
  letter-spacing: 1px;
}

.gal-body {
  background-image: url("../..//Images/Website_Graphic_Background.jpeg");
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.gallery {
  display: block;
  width: 100%;
  height: auto;
  padding: auto;
  padding-bottom: 30px;
  margin: auto;
  justify-content: center;
  align-content: center;
  /* The Modal */
  /* Modal Content */
  /* Caption of Modal Image - Same Width as the Image */
  /* Add Animation - Zoom in the Modal */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */
}
@media only screen and (max-width: 780px) {
  .gallery {
    width: 100vw;
  }
}
.gallery .h1_container {
  margin: auto;
  margin-top: 25px;
  height: 103px;
  width: 500px;
}
@media only screen and (max-width: 780px) {
  .gallery .h1_container {
    width: 100%;
    margin: 2px;
  }
}
.gallery .h1_container h1 {
  display: inline;
  color: white;
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 10px 50px;
  border: solid #aea9ee 2px;
  border-radius: 25px;
  box-shadow: 0px 0px 30px black;
}
@media only screen and (min-width: 322px) and (max-width: 780px) {
  .gallery .h1_container h1 {
    margin: auto 5px;
  }
}
@media only screen and (max-width: 321px) {
  .gallery .h1_container h1 {
    width: 100px;
  }
}
.gallery .h1_container #art_gallery:hover {
  background-color: #aea9ee;
  color: white;
  cursor: pointer;
  box-shadow: 5px 5px 1px black;
}
.gallery .h1_container #resin_gallery:hover {
  background-color: #aea9ee;
  color: white;
  cursor: pointer;
  box-shadow: 5px 5px 1px black;
}
.gallery .h1_container .active {
  background-color: #aea9ee;
  color: white;
  font-weight: bolder;
  box-shadow: 5px 5px 1px black;
}
.gallery .hidden {
  display: none !important;
}
.gallery .gallery_carousel .img-background {
  background-color: rgba(58, 58, 58, 0.32);
  height: 450px;
  width: 450px;
  border: solid #625c7c;
  margin: auto;
  overflow: hidden;
  border-radius: 0%;
}
.gallery .gallery_carousel .gallery_art_img, .gallery .gallery_carousel .gallery_resin_img {
  border-radius: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery_carousel img {
  height: 450px;
  width: 450px;
  overflow: hidden;
  transition: transform 0.75s ease, filter 0.75s ease;
}
@media only screen and (max-width: 450px) {
  .gallery .gallery_carousel img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 451px) and (max-width: 780px) {
  .gallery .gallery_carousel img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery .gallery_carousel img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.gallery .gallery_container {
  width: 50vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2px 2px;
  justify-content: center;
  align-content: center;
  margin: auto;
  border-radius: 0%;
}
@media screen and (max-width: 530px) {
  .gallery .gallery_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery .gallery_container .img-background {
  background-color: rgba(58, 58, 58, 0.32);
  height: 150px;
  width: 150px;
  border: solid #625c7c;
  margin: auto;
  overflow: hidden;
  border-radius: 0%;
}
@media screen and (max-width: 750px) {
  .gallery .gallery_container .img-background {
    height: 100px;
    width: 100px;
  }
}
.gallery .gallery_container .gallery_art_img, .gallery .gallery_container .gallery_resin_img {
  border-radius: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery_container img {
  height: 150px;
  width: 150px;
  overflow: hidden;
  transition: transform 0.75s ease, filter 0.75s ease;
}
@media only screen and (max-width: 780px) {
  .gallery .gallery_container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery .gallery_container img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
@media screen and (min-width: 781px) {
  .gallery .gallery_container .row-1 {
    grid-row: 1/2;
  }
  .gallery .gallery_container .row-2 {
    grid-row: 2/3;
  }
  .gallery .gallery_container .row-3 {
    grid-row: 3/4;
  }
  .gallery .gallery_container .col-1 {
    grid-column: 1/2;
  }
  .gallery .gallery_container .col-2 {
    grid-column: 2/3;
  }
}
.gallery .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.gallery .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  border-radius: 0%;
}
.gallery #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.gallery .modal-content, .gallery #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.gallery .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #aea9ee;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.gallery .modalButton {
  font-size: 30px;
  height: 60px;
  width: 60px;
  border-color: #aea9ee;
  border-radius: 25px;
  text-align: center;
  background-color: transparent;
  color: #aea9ee;
  transition: 0.3s;
  position: fixed;
}
@media screen and (max-width: 1380px) {
  .gallery .modalButton {
    display: none;
  }
}
.gallery .modalButton:hover {
  transform: translateY(-10px);
  border: solid #aea9ee 1px;
  background-color: white;
  color: #aea9ee;
  box-shadow: 4px 5px 10px rgb(56, 56, 56);
}
.gallery #prev {
  left: 25%;
  top: 50%;
}
.gallery #next {
  right: 25%;
  top: 50%;
}
.gallery .close:hover,
.gallery .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .gallery .modal-content {
    width: 100%;
  }
}

.cred-body {
  background-image: url("../..//Images/Website_Graphic_Background.jpeg");
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
}

.credits {
  font-weight: 600;
  display: block;
  width: auto;
  padding: auto;
  padding-bottom: 30px;
  margin: auto;
  margin-top: 5px;
  justify-content: center;
  align-content: center;
  position: relative;
  /* The Modal */
}
@media only screen and (max-width: 780px) {
  .credits {
    width: 100vw;
  }
}
.credits .credits_container {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  margin: auto;
  color: black;
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container {
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.credits .credits_container a {
  color: #aea9ee;
  text-decoration: none;
  z-index: 2;
  transition: color 1s, text-shadow 1s;
}
.credits .credits_container #refSheet-box:hover a, .credits .credits_container #emote-box:hover a, .credits .credits_container #jelly-box:hover a, .credits .credits_container #noot-box:hover a, .credits .credits_container #chibiModel-box:hover a {
  color: black;
  text-shadow: 1px 1px 0 #aea9ee, -1px 1px 0 #aea9ee, -1px -1px 0 #aea9ee, 1px -1px 0 #aea9ee;
}
.credits .credits_container .img-background {
  background-color: rgba(58, 58, 58, 0);
  height: 500px;
  width: 450px;
  margin: auto;
  overflow: hidden;
}
.credits .credits_container .credits_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.credits .credits_container #model-box {
  grid-column: 1/3;
  grid-row: 1/5;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #model-box {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #model-box {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.credits .credits_container #refSheet-box {
  grid-column: 3/5;
  grid-row: 1/2;
  width: 100%;
  height: 99%;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container #refSheet-box {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #refSheet-box {
    grid-column: 1/3;
    grid-row: 4/6;
    width: 1000px;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #refSheet-box {
    grid-column: 1/2;
    grid-row: 6/7;
  }
}
.credits .credits_container #jelly-box {
  grid-column: 3/4;
  grid-row: 2/3;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container #jelly-box {
    height: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #jelly-box {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #jelly-box {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container #emote-box {
    grid-column: 4/5;
    grid-row: 2/3;
    height: 400px;
    width: 400px;
  }
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #emote-box {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #emote-box {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #noot-box {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #noot-box {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.credits .credits_container #chibiModel-box {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container #chibiModel-box {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container #chibiModel-box {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.credits .credits_container .credits_link {
  margin: 1px;
  position: relative;
  z-index: 2;
}
.credits .credits_container #model_link {
  margin-top: 21px;
}
.credits .credits_container img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.75s ease, filter 0.75s ease;
}
@media only screen and (max-width: 780px) {
  .credits .credits_container img {
    height: 300px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) and (min-width: 781px) {
  .credits .credits_container img {
    height: 400px;
  }
}
.credits .credits_container img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.credits .credits_container .model {
  height: 1100px;
  width: auto;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .credits .credits_container .model {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .credits .credits_container .model {
    height: 500px;
  }
}
.credits .credits_container .refSheet {
  width: 867px;
  height: 449.95px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media screen and (min-width: 426px) and (max-width: 1440px) {
  .credits .credits_container .refSheet {
    height: 600px;
    width: 1000px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 780px) {
  .credits .credits_container .refSheet {
    height: 700px;
    width: 700px;
  }
}
@media screen and (max-width: 425px) {
  .credits .credits_container .refSheet {
    width: 400px;
    height: 400px;
  }
}
.credits .credits_container .refSheet:hover {
  transform: scale(1.15);
}
.credits .credits_container .jelly {
  height: 450px;
  width: 450px;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container .jelly {
    height: 350px;
    width: 350px;
  }
}
@media screen and (min-width: 426px) and (max-width: 940px) {
  .credits .credits_container .jelly {
    height: 350px;
    width: 350px;
  }
}
.credits .credits_container .emote {
  height: 450px;
  width: 450px;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container .emote {
    height: 350px;
    width: 350px;
  }
}
@media screen and (min-width: 426px) and (max-width: 940px) {
  .credits .credits_container .emote {
    height: 350px;
    width: 350px;
  }
}
.credits .credits_container .chibiModel {
  height: 450px;
  width: 450px;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container .chibiModel {
    height: 350px;
    width: 350px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1px) {
  .credits .credits_container .chibiModel {
    height: 400px;
  }
}
.credits .credits_container .noot {
  height: 450px;
  width: 450px;
}
@media screen and (min-width: 1441px) and (max-width: 1840px) {
  .credits .credits_container .noot {
    height: 350px;
    width: 350px;
  }
}

body {
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  margin-top: 1vw;
  font-family: "Poppins", sans-serif;
}
body * {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.content-container {
  align-items: center;
  margin: auto;
  width: 950px;
}
@media only screen and (max-width: 780px) {
  .content-container {
    width: 100vw;
  }
}/*# sourceMappingURL=style.css.map */