@import url("style.css");
@import url("cookies.css");



section {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100vw;
}

#music .container {
	height: 200px;
	display: flex;
	font-size: 1.4rem;
	line-height: 2rem;
	color: white;

}

video {
	object-fit: cover;
	width: 100vw;
	height: 100%;
}

h2.left {
	position: absolute;
	margin-left: 2rem;
	padding-left: 1.75rem;
	font-weight: 100;
	font-size: 1.4rem;
	line-height: 2rem;
}

p.right {
	position: absolute;
	left: 50%;
}

#container {
	position: relative;
	width: 100%;
}

div.button {
	box-sizing: border-box;
	font-family: input-mono, monospace;
	font-weight: 100;
	font-size: 1.4rem;
	color: white;
	background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    width: 100vw;
    height: inherit;
    position: absolute;
	display: flex;
	flex-direction: column;
	padding: 1.4rem;
	z-index: 9999;
	line-height: 1.4rem;
}

span.play {
	font-size: 2rem;
	align-self: flex-start;
	margin-left: 0.2rem;
}



@media screen and (max-width: 750px) {
/* start of phone styles */

	span.play {
		display: none;
	}


	h2.left {
		padding: 0.75rem 0 0  0.75rem;
		margin: 0;
		font-size: 1.25rem;
	}

	p.left {
		position: absolute;
		color: white;
		margin: 0;
		padding: 0:;
		font-size: 1.25rem;
	}

	p.right {
		position: absolute;
		font-size: 1.25rem;
		color: white;
		left: 50%;
		margin-top: 0.75rem;
	}

	#music .container {
		height: 140px;
		display: flex;
	}

}

@supports (-webkit-touch-callout: none) {

	#button1 {
		opacity: 0;
	}

	#button2 {
		opacity: 0;
	}

	#button3 {
		opacity: 0;
	}

	#button4 {
		opacity: 0;
	}

	#button5 {
		opacity: 0;
	}

	#button6 {
		opacity: 0;
	}

	#button7 {
		opacity: 0;
	}

 	span.play {
		display: none;
	}

	h2.left {
		padding: 0.75rem 0 0  0.75rem;
		margin: 0;
		font-size: 1.25rem;
	}

	p.left {
		position: absolute;
		color: white;
		margin: 0;
		padding: 0:;
		font-size: 1.25rem;
	}

	p.right {
		position: absolute;
		font-size: 1.25rem;
		color: white;
		left: 50%;
		margin-top: 0.75rem;
	}

	#music .container {
		height: 170px;
		display: flex;
	}
}
