@font-face {
    font-family: 'Yeezy TStar';
    src: url("font/yeezy_tstar-light.woff") format("woff");
    font-weight: 100 300;    
}
@font-face {
    font-family: 'Yeezy TStar';
    src: url("font/yeezy_tstar-regular.woff") format("woff");
    font-weight: 400 500;    
}
@font-face {
    font-family: 'Yeezy TStar';
    src: url("font/yeezy_tstar-bold.woff") format("woff");
    font-weight: 600 700;    
}
@font-face {
    font-family: 'Yeezy TStar';
    src: url("font/yeezy_tstar-heavy.woff") format("woff");
    font-weight: 800 900;    
}

:root {
	--black: #000000;
	--yellow: #fbee1f;
	--red: #c20008;
	--dark: #252421;
	--medium: #424042;
	--light: #535052;
	--pink:  #c9bee6;
	--orange: #f6851b;
	--feature-font:  'Yeezy TStar';
}

body[kind="home"] {
	background-color: var(--pink);
	font-family:  'Roboto', sans-serif;	
	color: var(--dark);
}
body[kind="home"].launch {
	background-image: url(image/cover/default.webp);
	background-attachment: fixed;
	background-size: 450px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

body[kind="home"] > header {
	height:  70px;
	background-color:  transparent;
}

body[kind="home"] > header > a {
	left: 0;
	background-color:  var(--pink);
	width: 320px;
	height:  70px;
}

body[kind="home"] > header > a > img{
	width:  100%;
}

body[kind="home"] > header > h1 {
	display: none;
	background-image: none;
	height: 38px;
	position: absolute;
	left:  80px;
	top:  0;
	background-color: transparent;
	text-align: left;
	padding: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 38px;
	width: auto;
	font-family:  var(--feature-font);
}

body[kind="home"] > footer > nav > .social-links > a {
	display:  inline-block;
	margin: 1em;
}

body[kind="home"] > main {
	padding: 0;
	width:  900px;
	text-align: left;
	margin-left: calc(100% - 950px);
	overflow: auto;
}

body[kind="home"] > main > h2 {
	margin-top:  0.2em;
	margin-bottom:  0.2em;
	font-size: 100px;
	text-align: right;
	margin-right: 100px;
	font-family:  var(--feature-font);
	color: var(--dark);
}

body[kind="home"] > main > p, body[kind="home"] > main > div.p {
	font-size:  24px;
	font-weight: bold;
	text-align: right;
	margin-right: 100px;
	color: var(--dark);
	margin-bottom: 2em;
}

#countdown {
	color:  var(--red);
}

video {
	display:  inline-block;
	vertical-align: top;
}

body > footer .social-links > a { 
	color: var(--dark);
}

body[kind="home"].home > header {
	height:  100px;
	outline:  1px solid red;
}
body[kind="home"].home > header > a {
	height:  100px;
	width:  500px;
	outline:  1px solid green;
	text-align: left;
	background-color: var(--pink);
}
body[kind="home"].home > header > a > img {
	height:  100px;
	width:  auto;
}
body[kind="home"].home > header > nav {
	height:  100px;
	width:  400px;
	outline:  1px solid green;
	text-align: right;
	background-color: var(--pink);
}
body[kind="home"].home > header > nav > a {
	display: inline-block;
	height:  96px;
	width:  96px;
	padding: 0;
	margin:  2px;
	background-color: blue;
}




.punk, #nav > a {
	display: inline-block;
	width:  8vw;
	height:  8vw;
	margin: 0.166666vw;
	background-color: var(--dark);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.punk:hover, #nav > a:hover {
    position: relative;
    top: -1vw;
    left: 0vw;
    width: 10vw;
    height: 10vw;
    z-index: 1000000;
    margin: -0.84vw;
    margin-bottom: -2vw;
}

#logo, #nav {
	position: absolute;
	background-color: var(--pink);
	width: 25vw;
	height: 8vw;
	top:  0.166666vw;
	left:  0.166666vw;
	background-image: url(image/logo/default.webp);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	color: transparent;
	text-decoration: none;
}
#nav {
	left: unset;
	right: 0.166666vw;
	background-image: none;
	overflow: visible;
	white-space: nowrap;
}
#nav > a {
	text-align: center;
	vertical-align: top;
	padding-top:  calc(4vw - 15px);
	padding-bottom:  calc(4vw - 15px);
	height: 30px;
	margin-right: -1px;
	background-color: var(--dark);
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: var(--feature-font);
}
#nav > a:hover {
	padding-top:  calc(5vw - 15px);
	padding-bottom:  calc(5vw - 15px);
	height: 30px;
	margin-top: 0;
	background-color: black;
	color: white;
}
#nav > a:last-of-type {
	font-size: 18px;
	line-height: 36px;
}

.punk {
	background-color: var(--dark);
}

#info, #video, #about {
	background-color: var(--dark);
	position: absolute;
	top:  16.666666vw;
	left:  16.666666vw;
	width:  25vw;
	height:  25vw;
	overflow: hidden;
}

#info {
	background-color: var(--pink);
}

#info p {
	background-color: var(--dark);
	color: white;
	font-size: 2vw;
	line-height: 3vw;
	padding-top: 1vw;
	height: 7vw;
	margin-top: 0.1666666vw;
	margin-bottom: 0.333333vw;
	overflow: hidden;
	font-family: var(--feature-font);
	font-weight: bold;
	text-align: center;
	cursor: default;
}
#info > p > a {
	background-color: var(--dark);
	color: white;
	line-height: 6vw;
	white-space: nowrap;
	cursor: pointer;
}
#info > p > #action {
	color: darkorange;
}
#action > span {
	text-decoration: none;
	display: inline-block;
	margin-left: 0.25em;
}

#info > p#be-a-part {
	background-color: var(--pink);
	color: var(--dark);
}
#info > p#action, #info > p#action a {
	background-color: var(--orange);
	color: white;
	white-space: nowrap;
}
#info > p#opensea, #info > p#opensea > a {
	background-color: #bbdefa;
	color: var(--dark);
}

#info > p#opensea {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 150% top;
	transition: background-position 5s ease-out 3s;	
}


#video {
	top:  25vw;
	left:  58.333333vw;
	background-image: url(image/content/slides.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#about {
	background-color: var(--pink);
	color: var(--dark);
	top:  58.333333vw;
	left: 0.166666vw;
	width: 99.666666vw;
	min-height: 41.5vw;
	height: auto;
	overflow: auto;
}

#about h2, #about h3 {
	font-family: var(--feature-font);
	font-size: 36px;
	text-align: center;
}
#about h3 {
	margin-top:  2em;
	font-size: 24px;
}
#about p {
	font-size: 22px;
	text-align: left;
	width: 80%;
	margin-left: 10%;
}


@keyframes processing {
    0% { width: 0; }
    10% { width: 0; }
    30% { width: 0.5em; }
    50% { width: 1em; }
    70% { width: 1.5em; }
    100% { width: 1.5em; }
}
#opensea .processing {
    display:  inline-block;
    overflow:  hidden;
    width:  1.5em;
    margin-left: 0.15em;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    vertical-align: text-top;
}
#opensea .processing span {
    display:  inline-block;
    width:  0;
    animation:  3s linear 0s infinite processing;
    overflow: hidden;
}

#action a[disabled] {
	cursor: default;
	color: grey;
	opacity:  0.5;
}


#verify {
	margin-top: 3em;
	font-size:  18px;
	font-weight: bold;
	white-space: nowrap;
}

#terms {
	width: 80%;
	height:  300px;
	margin-left: 10%;
	max-height: 500px;
	overflow: auto;
	margin-top: 3em;
	margin-bottom: 2em;
	border-top: 3px dashed grey;
}
#terms h3 {
	font-family: var(--feature-font);
	font-size: 24px;
}
#terms ol {
	font-size: 16px;
	list-style-position: inside;
	padding-left: 0;
}
#terms ol li {
	margin-bottom: 1em;
}




@media (min-width:1650px) {
	body[kind="home"] > main {
		margin-left: 600px;
	}
}

@media (max-width:1000px) {
	body[kind="home"] > main {
		width:  600px;
		margin-left: calc(100% - 650px);
	}
	body[kind="home"] > main > p, body[kind="home"] > main > div.p, body[kind="home"] > main > h2 {
		margin-right: 0;
	}
}

@media (max-width:700px) {
	body[kind="home"] {
		background-size: contain;
		background-position: center bottom;
	}
	body[kind="home"] > main {
		width:  400px;
		margin-left: calc(50% - 200px);
		text-align: center;
	}
	body[kind="home"] > main > h2 {
		margin-top:  0;
		font-size: 70px;
		text-align: center;
	}
	body[kind="home"] > main > p, body[kind="home"] > main > div.p {
		text-align: center;
	}

	.punk {
		width:  16vw;
		height:  16vw;
		margin: 0.333333vw;
	}
	.punk:hover {
	    top: -2vw;
	    left: -1vw;
	    width: 20vw;
	    height: 20vw;
	    margin-right: -2.5vw;
	    margin-bottom: -4vw;
	}
	#logo, #nav {
		width: 50vw;
		height: 16vw;
		top:  0.333333vw;
		left:  0.333333vw;
	}
	#nav {
		left: unset;
		right:  0.333333vw;
	}


	#nav > a {
		width: 16vw;
		padding-top:  calc(8vw - 15px);
		padding-bottom:  calc(8vw - 15px);
		height: 30px;
		margin-right: -1px;
	}
	#nav > a:hover {
		width: 20vw;
		padding-top:  calc(10vw - 15px);
		padding-bottom:  calc(10vw - 15px);
		height: 30px;
		margin-top: 0;
	}
	#nav > a:last-of-type {
		font-size: 18px;
		line-height: 36px;
	}

	#info {
		top:  33.333333vw;
		left:  16.666666vw;
		width:  66.666666vw;
		height:  50vw;
	}
	#info p {
		font-size: 4vw;
		line-height: 6vw;
		padding-top: 2vw;
		height: 14vw;
		margin-top: 0.333333vw;
		margin-bottom: 0.666666vw;
	}

	#info > p > a {
		line-height: 12vw;
	}
	#video {
		top:  116.666666vw;
		left:  16.666666vw;
		width:  66.666666vw;
		height:  66.666666vw;
	}
	#about {
		top:  200vw;
		left: 0.333333vw;
		width: 99.333333vw;
		min-height: 200vw;
		height: auto;
	}

	#info > p#opensea {
		background-size: contain;
	}

}


@media (max-width:400px) {
	body[kind="home"] > main {
		width:  320px;
		margin-left: calc(50% - 160px);
	}
}

@media (max-width:320px) {
	body[kind="home"] > main {
		width:  320px;
		margin-left: 0;
	}
}
