:root  {
	--light: #f0f0f0;
	--dark: #121212;
}

*::selection {
	background: var(--light);
	color: var(--dark);
}

a {
	color: white;
}

#letsgo {
	position: absolute;
	font-size: 6vmax;
	z-index: 9;
}

#wd a {
	text-decoration: none;
	color: var(--light);
	font-weight: 1000;
	cursor: pointer;
}

html {
	background: var(--dark);
	height: 100vh;
	width: 100vw;
	overflow-x: hidden;
}

body {
	background: var(--dark);
	color: var(--light);
	font-size: 18px;
	overflow-x: hidden;
	max-width: 100vw;
	
}

#dawkom1{
	position: absolute;
	z-index: 9;
}

video {
	position: absolute;
	width: 100%;
	z-index: 0;
}
#vcontainer {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

#intro {
	height: 100vh;
}
#page2 {
	height: auto;
}

.module {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	padding: .5em;
	width: fit-content;
	margin: auto;
	margin-top: auto;
}

#banner h1 {
	white-space: nowrap;
	transform:scaleY(4);
	line-height:9vh;
}
#banner {
	display: block;
	background-color: var(--light);
	color: var(--dark);
	height: 9vh;
	min-width: fit-content;
	width: 100%;
}
button {
	cursor: pointer;
	border: 0px;
	background: var(--dark);
	color: var(--light);
	width: 100%;
	height: 10vh;
	line-height: 9vmin;
	padding: 1vh;
	font-size: 2.5em;
	font-weight: 900;
	margin: auto;
	margin-bottom: .6em;
	transition: 100ms ease-in-out;
	text-align:	left;
	border-radius: 6px;
	z-index:9;
}

#greeting {
	transform:scaleX(1.5)translateX(17%);
	font-size: minmax(2vw, 24px);
}
#wd {
	display: none;
	position:absolute;
	bottom: 2vh;
	left: calc(3vw + 140px);
	font-size: 14px;
	transform:scaleX(2)translateX(25%);	
	z-index: 1;
	width: 20vw;
}
#wdb {
	cursor: pointer;
	position:absolute;
	bottom: 2vh;
	left: 3vw;
	transform:scaleX(2)translateX(25%);	
	z-index:1;
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}

#me {
	display: none;
	position: fixed;
	height: 100%;
	right: 0;
	bottom: -10%;
	transition: 3s ease-in-out;
	z-index:8;
}

#username{
	cursor: se-resize;
}
#details {
	opacity: 0;
	color: white;
	max-width: 18vw;
	position: fixed;
	right: 3vw;
	bottom: 15%;
	transition: 200ms ease-in-out;
	background-color:var(--dark);
	padding: 12px;
	border: 2px solid var(--light);
	border-radius: 12px;
	z-index: 9;
}

.detail {
	line-height: 8vmin;
	font-size: 4vmin;
}
.detail:hover{
	background-color:white;
	color:black;
}
.stretchtext {
	transform:scaleX(2)translateX(25%);	
}

@media (hover: hover) {
	#me:hover {
		transform:translateX(300%);
	}
	.module a .butt:hover {
		opacity: 1;
	}	
}

.butt {opacity:0.8}
#spotify{background-color: #1DB954; animation: fadein 1400ms linear 100ms;}
#player{background-color: grey; animation: fadein 1400ms linear 100ms;}
#youtube{background-color: #FF0000;animation: fadein 1300ms linear 200ms;}
#apple{background-color: #fc3c44; animation: fadein 1200ms linear 300ms;}
#amazon{background-color: #0077c1; animation: fadein 1000ms linear 400ms;}
#tidal{background-color: #000000; animation: fadein 1000ms linear 400ms;}
#iheart{background-color: #ff0000; animation: fadein 1000ms linear 400ms;}
#deezer{background-color: #b700ff; animation: fadein 1000ms linear 400ms;}

form {
	text-align: center;
	margin: auto;
}

input {
	margin: 24px;
	width: 100%;
	height: 60px;
	font-size: 24px;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  body {
		  font-size: 24px;
		  margin: auto;
	  }
	  button{
		  font-size: 5em;
		  padding: .5em;
		  margin-bottom: .5em;
	  }
	  #me {
	position: fixed;
	height: 100%;
	right: -33%;
	bottom: -10%;
}
}
