@charset "UTF-8";
/* CSS Document */

  #bodyColor {
    animation: holyfuckrainbows 10s infinite;
	  -webkit-animation: holyfuckrainbows 10s infinite;
}
@keyframes holyfuckrainbows {
	0% {background-color:#000000}
	33% {background-color:#000000}
	34% {background-color:#71ff00}
	66% {background-color:#71ff00}
	67% {background-color:#ff00f6}
	100% {background-color:#ff00f6}
}

@-webkit-keyframes holyfuckrainbows {
	0% {background-color:#000000}
	33% {background-color:#000000}
	34% {background-color:#71ff00}
	66% {background-color:#71ff00}
	67% {background-color:#ff00f6}
	100% {background-color:#ff00f6}
}

body {
	background-color: #FFFFFF;
}

h1 { 
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 0.1em;
}

h2 { 
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 0.1em;
}

div.content {
	background-color: #FFFFFF;
	padding-top: 5%;
w	text-align: center;
	max-width: 376px;
	margin:0px auto;
	z-index: 1;
}

div.rainbow1 {
	position: absolute;
	text-align: center;
	width: 376px;
	height: 298px;
	z-index: 10;
	margin: 1px auto;
}

div.rainbow2 {
	position: relative;
	text-align: center;
	width: 374px;
	height: 296px;
	z-index: 11;
	margin: 1px 1px;
}

div.logo {
	position: absolute;
	text-align: center;
	width: 376px;
	height: 300px;
	z-index: 20;
	margin:0px auto;
}


div.typo {
	padding-top: 20px;
	border-top: 1px solid;
	border-color: #ffffff;
	text-align: center;
	margin:0px auto;
}

div.typonoline {
	position: relative;
	padding-top: 370px;
	text-align: center;
	margin:0px auto;
}

div.typoabove {
	position: relative;
	padding-bottom: 15%;
	text-align: center;
	margin:0px auto;
	z-index: 30;
}

#3dline {
	max-width: 600px;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:active {color: #000000; text-decoration: none}
a:hover {color: #ff00f6; text-decoration: underline}

@media screen and (min-width: 1000px){
	.rwd-break { display: none; }
	.rwd-comma { display: inline; }
}
@media screen and (max-width: 1000px){
	.rwd-comma { display: none; }
	div.typo { max-width: 85%; }
}
