.section_hero {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.overlay {
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  background-image: url('../images/overlay.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.mascot {
  height: 59%;
  position: absolute;
  inset: auto auto 0%;
}

.logo {
  height: 24%;
  position: absolute;
  inset: auto auto 53%;
}

.pop1 {
  z-index: 150;
  opacity: .33;
  height: 46%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop2 {
  z-index: 150;
  opacity: .35;
  height: 46%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rays {
  background-image: url('../images/rays.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_socials {
  z-index: 300;
  justify-content: flex-end;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dex {
  z-index: 50;
  color: #553c0f;
  background-color: #fffdcd;
  background-image: url('../images/dex.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 81%;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 20px #fef595;
}

.dex:hover {
  border-top-width: 5px;
  border-bottom-width: 3px;
}

.x {
  z-index: 50;
  color: #553c0f;
  background-color: #fffdcd;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 20px #fef595;
}

.x:hover {
  border-top-width: 5px;
  border-bottom-width: 3px;
}

.button_meme {
  z-index: 300;
  color: #333;
  background-color: #fffdcd;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 20px #fef595;
}

.button_meme:hover {
  border-top-width: 5px;
  border-bottom-width: 3px;
}

.section_gallery {
  background-image: linear-gradient(#fff, #074772);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.section_ca {
  background-color: #ffdc90;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ca_in {
  background-color: #6b572b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ca {
  z-index: 300;
  color: #333;
  background-color: #fffdcd;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 20px;
  padding: 0 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 20px #fef595;
}

.ca:hover {
  border-top-width: 5px;
  border-bottom-width: 3px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: auto;
  display: grid;
}

.meme {
  height: 100%;
}

.ca_mobile {
  z-index: 300;
  color: #333;
  background-color: #fffdcd;
  border: 3px solid #000;
  border-bottom-width: 5px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 20px;
  padding: 0 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 20px #fef595;
}

.ca_mobile:hover {
  border-top-width: 5px;
  border-bottom-width: 3px;
}

@media screen and (max-width: 991px) {
  .mascot {
    height: 600px;
  }

  .logo {
    height: 150px;
    margin-top: -339px;
    bottom: auto;
  }

  .pop1, .pop2 {
    height: 400px;
  }

  .header_socials {
    margin: 15px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 95px;
  }

  .pop1 {
    height: 250px;
    margin-top: 103px;
  }

  .pop2 {
    height: 250px;
    margin-top: 113px;
  }

  .ca {
    display: none;
  }

  .ca_mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .mascot {
    height: 352px;
  }

  .logo {
    height: 59px;
    margin-top: 0;
  }

  .header_socials {
    margin-top: 15px;
  }

  .dex, .x {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button_meme, .ca, .ca_mobile {
    margin: 15px;
  }
}


