:root {
  /* --content-intro-hero: #007054;
  --content-intro-h1: #ffffff;

  --themed-green-sat: #00ffbb42;
  --themed-green-trans: #00ffbb00; */


  /* Halloween */
  --content-intro-hero: #ff8000;
  --content-intro-h1: #000000;

  --themed-green-sat: #ff800042;
  --themed-green-trans: #ff800000;
}






@keyframes beamLight {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}



.content .intro {
  background-color: var(--content-intro-hero);
  border-radius: 0px 0px 30px 30px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  min-height: 250px;
  text-align: center;
  padding-bottom: 50px;
}

.content .intro .h1 {
  margin-bottom: 35px;
  padding: 50px 20px 0px 20px;
}
.content .intro .h1 h1 {
  color: var(--content-intro-h1) !important;
}

.content .intro .rfb_wordmark {
  margin-top: auto;
}
.content .intro .rfb_wordmark img {
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}



.body .content .packs_for_you {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: flex-start;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  width: 320px;
}


.body .content .packs_for_you .featured {
  align-items: center;
  /* background: url('/media/index/thumbnail_shapes.svg') no-repeat; */
  background: url('/media/index/thumbnail_shapes-halloween.svg') no-repeat; /* Halloween */
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 184px;
  justify-content: flex-end;
  overflow: hidden;
  width: 320px;
}


.body .content .packs_for_you .featured .beam_lights {
  align-items: flex-end;
  animation: beamLight 7s infinite;
  background: linear-gradient(to bottom, var(--themed-green-trans) 0%, var(--themed-green-sat) 100%);
  display: flex;
  height: 80%;
  justify-content: center;
  padding-bottom: 1px;
  position: relative;
  width: calc(100% - 2px);
  z-index: -2;
}

.body .content .packs_for_you .featured .block {
  background-color: var(--body);
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: -1;
}
.body .content .packs_for_you .featured .block.one {
  left: 0px;
}
.body .content .packs_for_you .featured .block.two {
  right: 0px;
}


.body .content .packs_for_you .featured img {
  height: 184px;
  position: absolute;
  width: 100%;
  z-index: 1;
}


.body .content .packs_for_you img.rfbstorelogo {
  margin-top: 20px;
  width: 120px;
}



.content .rfbstore {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
  text-align: center;
}


.content .rfbstore h1 {
  margin-bottom: 35px;
  padding: 50px 20px 0px 20px;
}


.content .rfbstore .rfbstore_button {
  align-items: flex-end;
  display: flex;
  height: 60px;
  justify-content: center;
}


.content .rfbstore .rfbstore_button .button {
  align-items: center;
  background-color: #58585a;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 60px;
  outline: 3px solid #1e1e1f;
  width: 300px;
}
.content .rfbstore .rfbstore_button .button:active {
  height: 54px;
}

.content .rfbstore .rfbstore_button .button .btn-con {
  align-items: center;
  display: flex;
  background-color: #d0d1d4;
  border-bottom: 3px solid #e3e3e5;
  border-left: 3px solid #ecedee;
  border-right: 3px solid #e3e3e5;
  border-top: 3px solid #ecedee;
  height: calc(100% - 6px);
  justify-content: center;
  padding: 20px;
  width: 100%;
}
.content .rfbstore .rfbstore_button .button:hover .btn-con {
  background-color: #b1b2b5;
  border-bottom: 3px solid #e0e0e1;
  border-left: 3px solid #eff0f0;
  border-right: 3px solid #e0e0e1;
  border-top: 3px solid #eff0f0;
}
.content .rfbstore .rfbstore_button .button:active .btn-con {
  background-color: #b1b2b5;
  border-bottom: 3px solid #e0e0e1;
  border-left: 3px solid #eff0f0;
  border-right: 3px solid #e0e0e1;
  border-top: 3px solid #eff0f0;
  height: 100%;
}


.content .rfbstore .rfbstore_button .button .btn-con h3 {
  color: #000;
  font-family: Mojangles, Unicode;
  font-weight: normal;
}


.content .rfbstore .rfbstore_logo img {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 200px;
}



.content .products {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
}

.content .products h1 {
  margin-bottom: 35px;
}



.container-sel {
  align-items: flex-start;
  display: flex;
  height: 250px;
  justify-content: center;
  width: 320px;
}


.container-sel .container {
  border-radius: 20px;
  cursor: pointer;
  height: auto;
  padding: 20px;
  transition-duration: .2s;
  width: auto;
}

.container-sel .container:hover {
  background-color: var(--link-background-hover);
}

.container-sel .container:active {
  background-color: var(--link-background-hover);
  outline: var(--link-background-outline-active) 1px solid;
  transform: scale(.9);
}


.container-sel .container img {
  height: 150px;
  width: 150px;
}


.container-sel .container h3 {
  font-size: 1.17rem;
  margin-top: 5px;
  transition-duration: .2s;
}
.container-sel .container:hover h3, .container-sel .container:active h3 {
  color: var(--link-text-hover);
}


.container-sel .container h6 {
  color: #9C9C9C;
  font-size: 0.67rem;
  transform: translateY(15px);
  transition-duration: .2s;
}
.container-sel .container:hover h6, .container-sel .container:active h6 {
  color: var(--link-text-hover-sub);
}



.packs {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  text-align: center;
}


.packs h1 {
  margin-bottom: 35px;
  padding: 50px 20px 0px 20px;
}


.packs .packs_container-sel {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
  max-width: 1430px;
  width: 100%;
}

.packs .packs_container-sel a {
  border-radius: 10px;
  height: 320px;
  margin: 5px;
  transition-duration: .2s;
  width: 320px;
}
.packs .packs_container-sel a:hover {
  background-color: var(--link-background-hover);
}
.packs .packs_container-sel a:active {
  background-color: var(--link-background-hover);
  outline: var(--link-background-outline-active) 1px solid;
  transform: scale(.9);
}


.packs .packs_container-sel a .packs-sel {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  padding: 10px;
  min-width: 300px;
}


.packs .packs_container-sel a .packs-sel .img {
  height: 168.51px;
  width: 300px;
}

.packs .packs_container-sel a .packs-sel .img img {
  background-color: #010018;
  border-radius: 10px;
  width: 300px;
}


.packs .packs_container-sel a .packs-sel .h_text {
  height: 131px;
  margin-top: auto;
  padding: 20px;
  position: relative;
}

.packs .packs_container-sel a .packs-sel .h_text .title {
  height: 100%;
  max-height: 61px;
  
}

.packs .packs_container-sel a .packs-sel .h_text h3 {
  display: -webkit-box;
  height: 100%;
  overflow: hidden;
  transition-duration: 0.2s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.packs .packs_container-sel a .packs-sel:hover .h_text h3, .packs .packs_container-sel a .packs-sel:active .h_text h3 {
  color: var(--link-text-hover);
}


.packs .packs_container-sel a .packs-sel .h_text .price {
  display: flex;
  float: right;
  margin-top: 10px;
  padding: 5px;
}

.packs .packs_container-sel a .packs-sel .h_text .price.free {
  background-color: var(--button-hover);
  border-radius: 5px;
}
.packs .packs_container-sel a .packs-sel .h_text .price.free h5 {
  color: #000;
}



.packs a .rfbstore_des {
  background-color: var(--button-hover);
  border: 0px;
  border-radius: 10px;
  height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 20px;
  transition-duration: .2s;
  width: 200px;
}
.packs a .rfbstore_des:hover {
  background-color: var(--button-hover);
}
.packs a .rfbstore_des:active {
  background-color: var(--button-active);
  transform: scale(.9);
}



@media only screen and (max-width: 425px) {
  .content .products .product-icon .container-sel {
    margin-right: auto;
    margin-left: auto;
  }
}



@media only screen and (max-width: 550px) {
  .content .products h1 {
    padding: 50px 20px 0px 20px;
  }



  .content .products .product-icon .container {
    margin-left: 0px;
    margin-right: 0px;
  }
}



@media only screen and (max-width: 550px) {
  .content .products .product-icon .container-sel {
    margin-left: auto;
    margin-right: auto;
  }
}



@media only screen and (min-width: 550px) {
  .body .content .packs_for_you {
    height: 400px;
    width: 500px;
  }


  .body .content .packs_for_you .featured {
    height: 287.5px;
    width: 500px;
  }

  .body .content .packs_for_you .featured .block {
    height: 36px;
    width: 36px;
  }


  .body .content .packs_for_you .featured img {
    height: 287.5px;
  }


  .body .content .packs_for_you img.rfbstorelogo {
    width: 170px;
  }



  .content .rfbstore .rfbstore_logo img {
  height: 300px;
  width: 300px;
  }



  .content .products h1 {
    padding: 50px 80px 0px 80px;
  }
}



@media only screen and (min-width: 600px) {
  .content .products .product-icon {
    display: flex;
    justify-content: center;
    vertical-align: top;
    width: 100%;
  }
  
  
  
  .content .products .product-icon .container-sel {
    margin-bottom: 50px;
  }
  

  /* .content .products .product-icon a {
    margin-left: 40px;
    margin-right: 40px;
  } */
}



@media only screen and (min-width: 795px) {
  .content .intro .h1 {
    padding: 50px 40px 0px 40px;
  }
}



@media only screen and (min-width: 800px) {
  .content .intro {
    width: 800px;
  }



  .content .products h1 {
    padding: 50px 100px 0px 100px;
  }
}
