.div-block {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #dfdfdf;
}

.home-container {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  display: block;
  position: relative;
  overflow: visible;
}

.caroussel-container {
  width: 100vw;
  height: 90vh;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: block;
  position: relative;
}

.body {
  min-height: 100vh;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  font-family: Josefin Sans, sans-serif;
  display: flex;
}

.caroussel-item {
  width: 100vw;
  height: 60vh;
  max-height: 400px;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.game {
  width: 50%;
  max-height: 400px;
  cursor: pointer;
  flex: 0 auto;
  position: relative;
}

.game.game-mobile {
  display: none;
}

.game-image {
  width: 100%;
  max-height: 400px;
  opacity: 0;
  object-fit: scale-down;
  opacity: 0;
}


.game-overlay {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-button-container {
  z-index: 9999;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
}

.back-button-container {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: 30px;
  left: 30px;
}

.game-info-container {
  width: 80%;
  max-width: 650px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.game-logo-container {
  z-index: 2;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%);
}

.image {
  width: 300px;
}

.game-video-container {
  width: 100%;
  max-width: 650px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.game-video-container.game-video-mobile {
  display: none;
}

.game-video-overlay {
  position: absolute;
}

.logo-overlay {
  z-index: 2;
  width: 300px;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%);
}

.div-block-2 {
  max-width: 650px;
  grid-row-gap: 20px;
  color: #008095;
  flex-direction: column;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
    serif;
  font-weight: 700;
  display: flex;
}

/*------------------------------- TEXT STUFF ----------------------- */

.game-text {
  color: #ce9119;
  -webkit-text-stroke-color: #ce9119;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.game-text--coin {
  color: #00727d;
  -webkit-text-stroke-color: #00727d;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.game-text--lexic {
  color: #0b82d5;
  -webkit-text-stroke-color: #0b82d5;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.game-text--chef {
  color: #55663e;
  -webkit-text-stroke-color: #55663e;
  margin-top: 17px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.game-text-container {
  width: 460px;
  max-width: 480px;
  color: #648a2f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Josefin Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.about-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
}

.game-text-container.different {
  line-height: 24px;
}

.game-separator {
  width: 350px;
}

.div-block-3 {
  width: 100%;
  max-width: 650px;
  display: flex;
}

.div-block-3.game-links {
  max-width: none;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.download-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin-top: 40px;
    margin-right: 17px;
}

.link-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.links-container {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.link {
  white-space: nowrap;
}

/*--------------------------------------- GAME LINKS COLOR ------------*/

.link.game-link {
  color: #ce9119;
  -webkit-text-stroke-color: #ce9119;
  border-bottom: 2px solid #ce9119;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.game-links--coin div a {
  -webkit-text-stroke-color: #00727d !important;
  border-bottom: 2px solid #00727d !important;
  color: #00727d !important;
}

.game-links--chef div a {
  -webkit-text-stroke-color: #55663e !important;
  border-bottom: 2px solid #55663e !important;
  color: #55663e !important;
}

.game-links--lexic div a {
  -webkit-text-stroke-color: #0b82d5 !important;
  border-bottom: 2px solid #0b82d5 !important;
  color: #0b82d5 !important;
}

.image-2 {
  width: 20px;
  margin-left: 6px;
}

.image-2.link-arrow {
  width: 10px;
  margin-left: 3px;
  margin-right: 17px;
}

.image-2.download-arrow {
  width: 20px;
  margin-right: 5px;
}

.image-3 {
  height: 100%;
  width: 200px;
  object-fit: fill;
  
}

.image-4 {
  width: 200px;
}

.tags-container {
  width: 100%;
  max-width: 850px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

/*------------------------------------- TAGS COLOR --------------------*/

.tag {
  color: #fff;
  background-color: #ce9119;
  border-radius: 3px;
  padding: 4px 12px;
  padding: 0 6px;
  font-size: 12px;
}

.tag--chef {
  color: #fff;
  background-color: #55663e;
  border-radius: 3px;
  padding: 4px 12px; 
  padding: 0 6px;
  font-size: 12px;
}

.tag--lexic {
  color: #fff;
  background-color: #0b82d5;
  border-radius: 3px;
  padding: 4px 12px; 
  padding: 0 6px;
  font-size: 12px;
}

.tag--coin {
  color: #fff;
  background-color: #00727d;
  border-radius: 3px;
  padding: 4px 12px; 
  padding: 0 6px;
  font-size: 12px;
}

.text-block {
  font-weight: 400;
}

.image-5 {
  width: 50px;
}

.image-10 {
    width: 80px;
  }

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body-2 {
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.body-404 {
  min-height: 100vh;
  min-width: 100vw;
  background-color: #282828;
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 400px;
}

.image-error {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -120%);
    min-width: 85%;
}

.image-not_found {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    min-width: 85%;
}

.above {
    z-index: 9999;
}

.image-8 {
  width: 75%;
  margin-bottom: 35px;
}

.image-9 {
  width: 75%;
  margin-top: 25px;
}

.text-block-2 {
  margin-bottom: 23px;
}

.text-block-3 {
  color: #648a2f;
  text-align: right;
  margin-top: 6px;
  font-family: Josefin Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.button {
  color: #648a2f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #648a2f;
  margin-top: 0px;
  padding: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.image-11 {
    margin:auto; /* Required */
 position:absolute; /* Required */
 bottom:0; /* Aligns at the bottom */
 left:0;right:0; /* Aligns horizontal center */
 max-height:75%; /* images bigger than 175 px  */
 max-width:75%;  /* will be shrinked to size */ 
}

@media screen and (max-width: 991px) {
  .game-logo-container {
    top: 10px;
  }

  .image {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .caroussel-container {
    height: 95vh;
  }

  .body {
    min-height: 100svh;
  }

  .game.game-desktop {
    display: none;
  }

  .game.game-mobile {
    width: 100%;
    display: flex;
  }

  .game-image {
    opacity: 0 !important;
  }

  .back-button-container {
    top: 10px;
    left: 10px;
  }

  .game-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 150px;
  }

  .game-video-container.game-video-desktop {
    display: none;
  }

  .game-video-container.game-video-mobile {
    display: flex;
  }

/* ------------------------------- TEXT COLORS --------------------*/
    
  .game-text {
    color: #ce9119;
    -webkit-text-stroke-color: #ce9119;
    font-size: 16px;
    line-height: 18px;
  }
    
  .game-text--chef {
    color: #55663e;
    -webkit-text-stroke-color: #55663e;
    font-size: 16px;
    line-height: 18px;
  }
    
  .game-text--coin {
    color: #00727d;
    -webkit-text-stroke-color: #00727d;
    font-size: 16px;
    line-height: 18px;
  }
    
  .game-text--lexic {
    color: #0b82d5;
    -webkit-text-stroke-color: #0b82d5;
    font-size: 16px;
    line-height: 18px;
  }

  .game-text-container {
    width: 90%;
    max-width: 375px;
  }

  .link.game-link {
    color: #ce9119;
    -webkit-text-stroke-color: #ce9119;
  }

  .link.game-link--chef {
    color: #55663e;
    -webkit-text-stroke-color: #55663e;
  }

  .image-2.link-arrow {
    margin-right: 0;
  }

  .tags-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
/*
  .tag {
    background-color: #ce9119;
    padding: 0 6px;
    font-size: 12px;
  }*/

  .image-5 {
    width: 30px;
  }
    
  .image-10 {
    width: 60px;
  }

  .image-6 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 16px;
  }
}
