body{
color: #ff24a3;
font-family: 'Noto Sans JP', sans-serif;
background: white;
}
/* Stars 
------------------------------------- */


.starfield {
    position: absolute;
}

.star {
    background-image: radial-gradient(var(--star-color), transparent);
    border-radius: 100px;
    height: 1em;
    left: 200px;
    position: absolute;
    top: 100px;
    width: 1em;
	z-index: -100;
}

.nene {
	width:128px;
	height: 128px;
	float:left;
	background: url("../img/nene.gif") transparent no-repeat;
}
.wham {
	width:128px;
	height: 128px;
	float:left;
	background: url("../img/wham.gif") transparent no-repeat;
}



.pets {
	width:256px;
	height: 128px;
	margin: 0 auto;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
	margin: 8px auto;
  text-align: center;
  margin-top: 1.4em;
}



body{
	letter-spacing: .1rem;
	font-size: 1.1rem;
}

.bigtext{
	font-size: 50px;
}

.goback {
	padding : 22px;
}	

.main_content {
	min-height: 1300px;
}

.footer_content {
	max-width:640px;
    width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 600px;
}

.footer {
	max-width:640px;
    width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: .75rem;
	color: black;
}


a img, img a, a img: hover{
    background: transparent !important;
}


a.red:hover { background-color: #ff0000; }
a.green:hover { background-color: rgb(0,192,0); }
a.blue:hover { background-color: rgb(0,0,255);}
a.yellow:hover { background-color: rgb(255,128,0); }

a.red:active { background-color: #000; color: black;}
a.green:active { background-color: #000; color: black; }
a.blue:active { background-color: #000; color: black; }
a.yellow:active { background-color: #000; color: black; }


a {
	color: black;
}

a:hover {
	color: white;
	text-decoration: none;
}

#knux {
	background: url("img/knucklesandwich.png");
	background-size: contain;
}
#sc {
	background: url("img/surfclub.png");
	background-size: contain;
}
#smallgames {
	background: url("img/smallgame.png");
	background-size: contain;
}

#knux, #sc, #smallgames{
float: left;
margin: 10px;
border: solid 1px black;
width:160px;
height:195px;
filter: saturate(1);
transition: all 0s ease 0s;
}

#knux:hover, #sc:hover, #smallgames:hover{
filter: saturate(5);
transition: all 0s ease 0s;
}


::selection {
	background: #00f;
    color: #fff;
	}
::-moz-selection {
	background: #00f;
    color: #fff;
}
::-webkit-scrollbar {
    background: white;
    padding:2px;
}
::-webkit-scrollbar-button {
    background: white;
}
::-webkit-scrollbar-thumb {
    background: #00f;
    border:2px solid white;
}




button#submit {
  text-transform: uppercase;
  font-weight:bold;
  padding:1px 10px 0px; 
  font-size: 12px; 
  font-family: "MS Gothic", Open Sans, sans-serif;
  line-height:12px;
  transition:0.1s;
  margin: 0 10px;
  
  border: 1px solid black;
  transform: translate(0,0px);
  color:#000;
  position: relative;
  background: #088000;
  color:#FFF;
  border-radius:0 !important; 
}


button#submit:hover {
  transform: translate(0,0px);
  transition:0.1s;

  border: 1px solid #088000;
  color: #088000;
  background: #FFF;
  cursor: pointer;
}

button#submit:active {
  border: 1px solid white;
  transform: translate(0,4px);
  
  transition:0.1s;
  color: white;
  cursor: pointer;
  background: #0b97d2;
  
}


input#email, input#name {
	 font-size: 12px; 
	 font-family: "MS Gothic", Open Sans, sans-serif;
  background: white;
  border: #000 1px solid;
  padding:0px 10px;
  margin-bottom:10px;
  border-radius: 0;
  width: 80%;
  color: black;
	 font-size: 24px; 
	  max-width: 200px; 
}


input#email2, input#name2 {
	 font-size: 12px; 
	 font-family: "MS Gothic", Open Sans, sans-serif;
  background: white;
  border: #000 1px solid;
  padding:0px 10px;
  margin-bottom:10px;
  border-radius: 0;
  width: 80%;
  color: black;
	  max-width: 100px; 
}

input#email:active, input#email:hover, input#name:hover , input#name:hover  {
	background: white;
	color: #088000;
	border: #088000 1px solid;
}




input:checked, input:checked + * {
		--bg-color: #5fa141;
}


#dragbox, #dragbox2, #dragbox3, #dragbox4 {
  z-index: 9;
  border: 1px solid black;
  text-align: center;
  max-width:800px;
  width: 90%;
  overflow: hidden;
  text-align: left;
  
  margin: 0 auto;
}


#dragboxheader{
  padding: 10px;
  z-index: 10;
  background-color: black;
  color: white;
}

#dragboxcontent {
  width: 95%;
  margin: 0 auto;
}

#dragboxcontent img {
	max-width: 640px;
}

.logo{
    background: url(../../img/dinko.gif) center center no-repeat;
    background-size: contain;
    width: 90%;
    height: 90%;
    max-width:128px;
    max-height:128px;
    margin: 20px auto;
	animation-name: logo;
    animation-duration:	2s; 
	animation-iteration-count: infinite;
	animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.445, 0.150, 0.850, 0.950);
	image-rendering: pixelated;
}

    @keyframes logo {
        0% {
            -webkit-transform: translate3d(0px, 0px, -1px);
            -moz-transform: translate(0px, 0px);
        }
        100% {
            -webkit-transform: translate3d(0px, -10px, 1px);
            -moz-transform: translate(0px, -10px);
        }
    }
	
	@keyframes turn {
  from { transform: rotate3d(0, 0, 0, 0); }
  to { transform: rotate3d(-.1, .5, .1, 360deg); }
}

@media (max-width: 800px) {
	.logo{
		width:100%;
		margin: 80px auto 32px;
		min-height:240px;
	}
	
	.star {
		display: none;
	}
	
	#knux, #sc, #smallgames{
		max-width:240px;
		height: 292px;
		width: 100%;
		background-size: cover;
		float: none;
	}
	.main_content {
		min-height: 2120px;
	}
	

}


@media (max-width: 1100px) {
	.main_content {
		min-height: 2400px;
	}
}


.container {
  width: 200px;
  height: 200px;
  perspective: 500px;
  margin: 100px;
  z-index: -100;
}

.cube {
  z-index: -100;
  position: relative;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  animation: turn 6s linear infinite;
}

.face {
  width: 200px;
  height: 200px;
  position: absolute;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .5rem;
  transition: transform 500ms;
  background-image: linear-gradient(45deg, red,orange,yellow,green,blue,purple,pink);
}

.front {
  transform: translateZ(100px);
}

.back {
  transform: translateZ(-100px) rotateY(180deg);
}

.left {
  transform: translateX(-100px) rotateY(-90deg);
}

.right {
  transform: translateX(100px) rotateY(90deg);
}

.top {
  transform: translateY(-100px) rotateX(90deg);
}

.bottom {
  transform: translateY(100px) rotateX(-90deg);
}

@media (prefers-reduced-motion: reduce) {
  .cube {
    animation: none;
    transform: rotate3d(1, 1, 0, 45deg);
  }
}

/*HEADER STYLE*/
#header {
  padding: 0 5%;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-left: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}

p {
	
}


.mobile_break {

}



@media (min-width: 400px) {
	#myicon {
		float:left; 
		padding: 16px;
	}
}

@media (max-width: 400px) {

	#myicon {
			margin-left: 40px;
			padding:  0 0;
		}


	.mobile_break {
	width: 64px;
	height: 64px;
	}

	.main_content {
		width: 100%;
		max-width: 400px;
		padding: 0px;
		margin: 0px;
	}

	#dragboxheader{
	  padding: 10px;
	  z-index: 10;
	  background-color: black;
	  color: white;
	}

	#dragboxcontent {
	  width: 100%;
	  margin: 0 auto;
	  padding: 0px;
	}

		#content {	
			  font-size: 80%;
		}

	#dragbox, #dragbox2, #dragbox3, #dragbox4 {
	  z-index: 9;
	  border: 0px solid black;
	  text-align: center;
	  max-width:400px;
	  width: 95%;
	  padding: 0px;
	  overflow: hidden;
	  text-align: left;
	  
	  margin: 0 auto;
	}

.logo{
    margin: 0px auto;
}
}