/* Default CSS */
/* Generated by Patrick Evans for www.croxroc.com */
/* No, this isn't particulalry refined work, but it is mine! */
body, html {
      height: 100%;
      line-height: 1.8;
      color:#4B4B4B;
}
    
h1 {
  color: #4ccb4a; 
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding: 20px;
}

h2 {
  color: #EBEBEB;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

h3 {
  color: #EBEBEB;
  padding: 20px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
}

h4, h5, h6 {
  font-family: Raleway;
  color: #4B4B4B;
  padding: 20px;
  width: 100%;
  text-align: center;
}

ul li {
  list-style-type:none;
  line-height: 1;
}

em {
  font-size-adjust: 70%;
}

.leftText {
  text-align: left;!important

}

.centerText {
  text-align: center;
}

.rightText {
  text-align: right;

}

.hilite {
  color: darkblue;

}

.hilite-lightblue {
  color: #00FFFF;
}

.hilite-red {
  color: darkred;
}

.emphasisBaby {
  color: white;
  background-color: red;
}

.rightPad {
  padding-right: 40px;
}

.button {
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  background-color: #4ccb4a;
  border: none;
  color: white;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  margin:auto;
}

.button:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.24), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.w3-bar .w3-button {
  padding: 16px;
}

/*/////////////////// Character colours using for highlighting their colour in name and theme!!! //////////////////*/

.cjc {
  color: #00ff00;
}

.bbc {
  color: #ff007f;
}

.bmc {
  color: #ffff00;
}

.bulc {
  color: #0055ff;
}

.bubc {
  color: #006a00;
}

.rdc {
  color: #ff0000;
}

.dtc {
  color: #a900ff;
}

/*////////  animated down arrow  ////////*/

.bounceArrow {
    position: relative;
}

@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 10px;}
    100% {bottom: 0;}
}

.theArrow {
    animation: bouncing 2s infinite ease-in-out;
    bottom: 0;
    display: block;
    left: 50%;
    margin-left: 25px;
    position: absolute;
    color: #4ccb4a;
    text-shadow: 1px 1px 2px black;
}

/*////////  END!!     animated down arrow  ////////*/


.back {
  text-align: right;
  padding-right: 20px;
  color: #4ccb4a;
}

.footer-back {
  text-align: right;
  color: white;
}



/* Slideshow below this line */
/*//////////////////////////////////////////////////////////////////////////////*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #4ccb4a;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* Slideshow above this line */
/*//////////////////////////////////////////////////////////////////////////////*/



.w3-container {
  margin:auto;
  max-width: 1400px;
}


/* Start of All @MEDIA QUIRIES */
/*//////////////////////////////////////////////////////////////////////////////*/    

@media screen and (max-width: 360px) {
body {
  background-color:;
  }
  
.theArrow {
    margin-left: 80px;
}	
  
/* Full height image header smaller version for @media screen and (max-width: 360px)*/
.cr-splash-1 {
    

    
  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-home.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-2 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-books.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-3 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-music.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-4 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-videos.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-5 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-games.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-6 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
      

  background-position: center;
  background-size: 360px, 31px;
  background-image: url("../images/splash360-contact.png");
   background-repeat:no-repeat;
height: 20%;

}

}

@media screen and (min-width: 361px) and (max-width: 599px){
body {
  background-color:;
}
.cr-textbox {
  width: 90%;
  margin:auto;
}

.theArrow {
    margin-left: 80px;
}	
	
/* Full height image header smaller version for @media screen and (min-width: 361px) and (max-width: 599px)*/
.cr-splash-1 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-home.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-2 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-books.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-3 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-music.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-4 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-videos.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-5 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-games.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-6 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
      

  background-position: center;
  background-size: 599px, 37px;
  background-image: url("../images/splash412square-contact.png");
   background-repeat:no-repeat;
height: 20%;

}
}


@media screen and (min-width: 600px) and (max-width: 825px){
body {
  background-color:;
} 
.cr-textbox {
  width: 80%;
  margin:auto;
} 

/* Full height image header */
.cr-splash-1 {
      
  background-position:bottom;
  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-home.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-2 {
      

  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-books.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-3 {
      

  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-music.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-4 {
    
  
  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-videos.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-5 {
    
   
  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-games.png");
   background-repeat:no-repeat;
height: 20%;
  height: 100%

}

.cr-splash-6 {
       
  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
    
  background-position: center;
  background-size: 825px;
  background-image: url("../images/splash1400square-contact.png");
   background-repeat:no-repeat;
height: 20%;

}
 
}


@media screen and (min-width: 826px) and (max-width: 1024px){
body {
  background-color: ;
  }
.cr-textbox {
  width: 80%;
  margin:auto;
} 

/* Full height image header */
.cr-splash-1 {
    
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-home.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-2 {
    
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-books.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-3 {
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-music.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-4 {
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-videos.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-5 {
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-games.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-6 {
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
    
  background-position: center;
  background-size: 1024px;
  background-image: url("../images/splash1400square-contact.png");
   background-repeat:no-repeat;
height: 20%;

}

}


@media screen and (min-width: 1025px) and (max-width: 1280px){
body {
  background-color:;
  }
.cr-textbox {
  width: 70%;
  margin:auto;
}

/* Full height image header */
.cr-splash-1 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-home.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-2 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-books.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-3 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-music.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-4 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-videos.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-5 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-games.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-6 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
    
  background-position: center;
  background-size: 1280px;
  background-image: url("../images/splash1400square-contact.png");
   background-repeat:no-repeat;
height: 20%;
 
}

}


@media screen and (min-width: 1281px) and (max-width: 1400px){
body {
  background-color:;
  }
.cr-textbox {
  width: 70%;
  margin:auto;
} 

/* Full height image header */
.cr-splash-1 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-home.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-2 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-books.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-3 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-music.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-4 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-videos.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-5 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-games.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-6 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-nfts.png");
   background-repeat:no-repeat;
height: 20%;

}

.cr-splash-7 {
    
  background-position: center;
  background-size: 1400px;
  background-image: url("../images/splash1400square-contact.png");
   background-repeat:no-repeat;
height: 20%;

}
 
}


@media screen and (min-width: 1401px){
body {
  background-color:;
  }
.cr-textbox {
  width: 70%;
  margin:auto;
}  

/* Full height image header */
.cr-splash-1 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-home.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-2 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-books.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-3 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-music.png");
   background-repeat:no-repeat;
height: 20%;
  
}

.cr-splash-4 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-videos.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-5 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-games.png");
   background-repeat:no-repeat;
height: 20%;
  
}

.cr-splash-6 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-nfts.png");
   background-repeat:no-repeat;
height: 20%;
 
}

.cr-splash-7 {
    
  background-position: center;
    background-size: 1400px;
  background-image: url("../images/splash1400square-contact.png");
   background-repeat:no-repeat;
height: 20%;
 
}
  
}

.sep {
  display:block;
  width: 90%;
  height: 12px;
  margin:auto;
}

.cr_c_image {
  display:block;
  width: 90%;
  margin:auto;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 450px;
}

.enddy {
  text-align:center;
  display:block;
  width: 100%;
  background-color: green;
}