/*
font-family: 'Catseye W00 Medium';
font-family: 'CatseyeW05-Bold';
*/

body {
 background-color: #30b0e6;
}

#blueBody{
  background-image: url("../img/bg/stars_pattern.svg");
  background-repeat: repeat;
  background-size: auto;	
}

html {
  scroll-behavior: smooth; 
}

section {
  scroll-margin-top: 100px;	
}

.h1, h1 {
  font-family: 'Mouse Memoirs', sans-serif;
  font-style: normal;
  font-size: 22px;
  color: #0e5da8;
  text-align: center;
  letter-spacing: 1px;
  line-height: .8;	
  margin-left: 10px;
  margin-top: 53px;
  margin-bottom: 0px;    
}

@media (min-width: 600px) {
  .h1, h1 {
font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;	  
  color: #0e5da8;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;	  
  margin-top: 100px;
  margin-bottom: 5px; 	    
  margin-left: 10px;  
  }
}

@media (min-width: 992px) {
  .h1, h1 {
	margin-top: 100px;  
    font-size: 42px;
  }
}
@media (min-width: 1366px) {
  .h1, h1 {
    font-size: 50px;
  }
}

.h6, h6 {
  font-family: 'Raleway' !important;
  font-weight: 600;	
  color: #FFFFFF;
  font-size: 24px;
  display: inline-block;
  text-align: left;    
}

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}
/*--Hero section--*/
#hero{
	margin-top: 25px; 
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
.heroPrime{
	height: 300px;
	margin-top: -25px
}
@media (min-width: 414px) {
	.heroPrime{
	height: 300px;
}
}
@media (min-width: 800px) {
	.heroPrime{
	height: 500px;
	margin-top: 0px	
}
}
.heroHolder{
	height: 250px;
}
@media (min-width: 414px) {
	.heroHolder{
	height: 250px;
}
}
@media (min-width: 800px) {
	.heroHolder{
	height: 450px;
}
}
.heroSmol{
	height: 150px;
	margin-bottom: 15px;
}

.heroLogo{
	background-image: url("../img/main/fw_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.heroWand{
	background-image: url("../img/main/fw_wand.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	animation: float 5s ease-in-out infinite;
}

.heroFairy{
	background-image: url("../img/main/fw_fern.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	animation: float 5s ease-in-out infinite;
}
.heroFern{
	background-image: url("../img/main/fw_fern.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	animation: float2 5s ease-in-out infinite;
}

/*--Story section--*/
#storySection{
	background-image: url("../img/bg/story_cloud.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 225px;
}

#storySection {
  padding: 0 20px;
}

@media (min-width: 414px) {
  #storySection {
    padding: 0 30px;
  }
}

@media (min-width: 576px) {
  #storySection {
	height: 400px;  
	margin-top: -40px;  
    padding: 0 40px;   
  }
}

@media (min-width: 576px) {
  #storySection {
	height: 380px;  
	margin-top: -20px;  
    padding: 0 40px;   
  }
}

@media (min-width: 768px) {
  #storySection {
	height: 400px;  
	margin-top: 0px;  
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  #storySection {
	height: 500px;  
    padding: 0 75px;
  }
}

@media (min-width: 1200px) {
  #storySection {
    padding: 0 150px;
  }
}

@media (min-width: 1920px) {
  #storySection{
    padding: 0 400px;
  }
}

.storyMode {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 12px;
  color: #0e5da8;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.2px;
  word-spacing: 1.5px;
  margin: -5px;
  padding: 0 15px;	
}

@media (min-width: 414px){
	.storyMode{
	font-size: 13px;
}
}

@media (min-width: 576px){
	.storyMode{
	line-height: 1.2;	
	font-size: 14px;
}
}

@media (min-width: 736px){
	.storyMode{
	font-size: 19px;
	line-height: 1;	
	margin-top: -10px;	
}
}

@media (min-width: 992px){
.storyMode {
  font-family: 'Catseye W00 Medium';
  font-size: 24px;
  color: #0e5da8;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
  word-spacing: 1.5px;
  margin: -15px 10px 0 10px;	
}
}
@media (min-width: 1024px){
.storyMode {
  font-size: 28px;
}
}
@media (min-width: 1280px){
.storyMode {
  font-size: 32px;
}
}

.h4, h4 {
  font-family: 'Catseye W00 Medium';
  font-size: 30px;
  color: #b3f7ff;
  -webkit-text-stroke: 8px #0d65b1;	
  text-align: center;
  letter-spacing: 1px;
  margin-top: -10px;	
}

.h5, h5 {
  font-family: 'Catseye W00 Medium';
  font-size: 30px;
  color: #FFF;
  -webkit-text-stroke: 8px #0d65b1;	
  text-align: center;
  letter-spacing: 1px;
  margin-top: -10px;	
}

@media (min-width: 600px){
.h4, h4, .h5, h5 {
  font-size: 34px;
}
}

@media (min-width: 1280px){
.h4, h4, .h5, h5 {
  font-size: 36px;
}
}

.fix-stroke {
   paint-order: stroke fill;
}

.wandTitleHolder{
	margin-top: 25px;
	height: 100px;
}

.wandMagicTitle{
	background-image: url("../img/main/magicalTitle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}

.aniBox {
  display: flex;
  justify-content: center;
  align-items: 	center;	
  background-color: #0d65b1;
  background-position: center;	
  padding: 10px;
  margin: 10px auto 20px auto;
  border-radius: 15px;
  border: none;
  width: 600px;
  height: 400px;
}

.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3px;
	
  justify-content: center;
  align-items: 	center;	
  background-color: #0d65b1;
  background-position: center;	
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 18px;

  border-radius: 15px;
  border: none;
  width: 300px;
  height: 500px;
}
@media (min-width: 360px){
.grid-container{
  	
  margin-left: 10px;
	}
}
@media (min-width: 390px){
.grid-container{	
  margin-left: 35px;
	}
}
@media (min-width: 480px){
.grid-container{
	width: 350px;
  height: 550px;
  margin-left: 40px;
	}
}
@media (min-width: 600px){
.grid-container{
  width: 400px;
  height: 600px;
  margin-left: -30px;
	}
}

@media (min-width: 768px){
.grid-container{
  margin-left: 30px;
	}
}
@media (min-width: 800px){
	.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3px;
	
  justify-content: center;
  align-items: 	center;	
  background-color: #0d65b1;
  background-position: center;	
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -75px;		
  border-radius: 15px;
  border: none;
  width: 600px;
  height: 380px;
}
}
@media (min-width: 1024px){
	.grid-container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3px;
	
  justify-content: center;
  align-items: 	center;	
  background-color: #0d65b1;
  background-position: center;	
  padding: 5px 10px;
  margin: 10px auto 20px auto;
  border-radius: 15px;
  border: none;
  width: 600px;
  height: 380px;
}
}

.gifHolder{
	height: 140px;
	padding: inherit;
}

@media (min-width:600px){
	.gifHolder{
	height: 180px;
}
}

.ani01{
	background-image:url("../img/ani/F_Intro.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ani02{
	background-image:url("../img/ani/F_Rainbow.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ani03{
	background-image:url("../img/ani/F_Uni2.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ani04{
	background-image:url("../img/ani/F_Girlpower.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ani05{
	background-image:url("../img/ani/F_Dragon.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.ani06{
	background-image:url("../img/ani/F_Candy.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*-----------------------------*/

/*---BUY SECTION---*/
.buyTitle {
  font-family: 'Catseye W00 Medium';
  font-size: 40px;
  color: #FFF;
  -webkit-text-stroke: 6px #0d65b1;	
  text-align: center;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 15px;	
}
@media (min-width: 1024px){
	.buyTitle {
  font-size: 48px;
}
}

#mainBuy {
  align-content: center;
  padding-top: 20px;	
}	
.retHolder{
	
	height: 150px;
	margin-top: 20px;
}

.retAMZ {
  background-image: url("../../assets/img/logos/amz.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.buyHolder{
	height: 200px;
}

.fairyBox{
	background-image: url("../img/main/FairyBox.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: float 5s ease-in-out infinite;
}

.fairyWand{
	background-image: url("../img/main/FairyWand.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	animation: float 5s ease-in-out infinite;
}

#sectionStripe1{height: 0px;}
#sectionStripe2{height: 0px;}

@media (min-width: 768px){
	#sectionStripe1{
	background-image: url("../../assets/img/bg/wand-div.png");
	background-position: center;
	background-repeat: repeat;
	background-size: contain;	
	height: 100px;
	margin: 25px 0 25px 0;	
}
@media (min-width: 768px){
	#sectionStripe2{
	background-image: url("../../assets/img/bg/wand2-div.png");
	background-position: center;
	background-repeat: repeat;
	background-size: contain;	
	height: 100px;
	margin: 25px 0 25px 0;	
}

.retPara {
  text-align: center;
  margin: 15px;
}

.retAMZ {
  background-image: url("../../assets/img/logos/amz.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*-------LEGAL PAGES-----------*/
.h2, h2 {
  font-family: 'Mouse Memoirs', sans-serif;
  font-size: 56px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;	
}
	
/*@media (min-width: 768px){	
.legalTitle {
  font-family: 'Catseye W00 Medium';
  font-size: 56px;
  color: #FFF;
  -webkit-text-stroke: 6px #0d65b1;	
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;	
}	
}*/
	
#legalMain{

    align-content: center;
    padding: 24px 0;
}

.extraBox {
  text-align: center;
  	
  padding: 25px;
  margin: 50px 0 20px 0;
}

.h3, h3 {
  font-family: 'Lato';
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  text-align: left;    
}

@media (min-width: 576px){
.h3, h3 {
  font-size: 16px;
}
}

@media (min-width: 768px){
.h3, h3 {
  font-size: 18px;
}
}

@media (min-width: 992px){
.h3, h3 {
  font-size: 18px;
}
}

.downIcon {
  background-image: url("../../assets/img/downloads/pdf_icon.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
  width: 2em;
  display: inline;
  vertical-align: bottom;
  padding: 0 25px;	
}	
	
/*----------MSIC PAGE--------*/


#miscPage{
align-content: center;
}


.miscHolder {
  height: 190px;
  margin: 24px 0 20px 0;    
}

@media (min-width: 576px){
 .miscHolder {
  height: 220px;
}
}

@media (min-width: 768px){
 .miscHolder {
  height: 300px;
}
}

.miaImg {
  background-image: url("../../assets/img/misc/404.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
	
.pagePad{
	padding: 25px;
}	
