html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	width: 100vw;
	height: 100vh;
	line-height: 1;
	perspective: 1px;
	transform-style: preserve-3d;
	overflow-x: hidden;
	overflow-y: scroll;
	color: white;
	font-family: "main";
	text-shadow:
	0 0 3px black,
	0 0 3px black,
	0 2px 2px rgb(0, 200, 255);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    background-color: rgb(13, 44, 44);
	overflow: hidden;
}

footer {
    display: flex;
    width: 100%;
	z-index: 100;
    text-align: left;
    height: 75px;
    align-items: center;
    background-color: rgb(9, 14, 15);
	overflow: hidden;
	text-wrap: nowrap;
    box-shadow:
    0 0 5px #001a25,
    0 0 10px rgb(0, 0, 0);
	text-shadow: 0 2px 1px rgb(0, 125, 200);
}

h6 {
	font-size: 22px;
	font-family: "small";
	margin-left: 20px;
}

::-webkit-scrollbar {
	display: none;
}

img, iframe {
	box-shadow:
    0 0 5px #001a25,
    0 0 10px rgb(0, 0, 0);
}

iframe {
	display: block;
	margin: auto;
}

form {
	font-family: "small";
	font-size: 32px;
	background-color: rgba(0, 14, 15, 0.844);
	border-radius: 10px;
	margin: auto;
	margin-top: 50px;
	padding: 20px;
}

form > p {
	margin: 15px;
}

input, textarea {
    border: 0px;
    padding: 10px;
    background-color: rgba(124, 192, 216, 0.2);
    color: rgb(201, 232, 255);
    border-radius: 5px;
    font-size: 24px;
    font-family: "small";
	transition: all 0.1s;
}

input:focus, textarea:focus {
    outline: 1px solid white;
}

input:hover, textarea:hover {
	transform: scale(1.05);
}

::placeholder {
    font-size: 30px;
    color: rgba(201, 232, 255, 0.5);
}

iframe {
	width: 600px;
	height: 400px;
}

/* CLASSES */

.topnav {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    background-color: rgb(9, 14, 15);
    width: 100%;
    height: 70px;
    max-height: 70px;
    text-wrap: nowrap;
    box-shadow:
    0 0 5px #001a25,
    0 0 10px rgb(0, 0, 0);
}

.main {
	position: relative;
	width: 100vw;
	height: 100vh;
	line-height: 1;
	perspective: 1px;
	transform-style: preserve-3d;
	overflow-x: hidden;
	overflow-y: auto;
	color: white;
	position: absolute;
	top: 0;
}

.title {
    font-size: 48px;
    margin-right: 15px;
    font-family: "title";
	text-shadow:
	0 0 4px black,
	0 3px 2px rgb(0, 200, 255);
	transition: all 0.2s;
}

.title:hover {
	transform: rotate(1deg) scale(1.02);
}

.bind {
	display: flex;
	align-items: center;
	gap: 10px;
}

.content {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.parallax {
	height: 800px;
	position: relative;
	transform-style: preserve-3d;
	box-sizing: border-box;
	background-size: cover;
}

.parallax:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
}

.parallax, .parallax:before {
	background-position: top center;
	z-index: -999;
	box-shadow:
	0 0 5px rgb(0, 61, 71),
	0 0 5px rgb(0, 61, 71);
}

.logo {
    height: 60px;
	margin-left: 5px;
	transition: all 0.1s;
}

.logo:hover {
	transform: scale(1.05);
}

.social {
    max-height: 40px;
    margin: 10px;
    border-radius: 8px;
	transition: all 0.1s;
}

.social:hover {
    transform: scale(1.05);
}

.large-title {
	display: block;
	margin: auto;
	margin-top: 100px;
	font-size: 72px;
	text-align: center;
	font-family: "title";
	text-wrap: nowrap;
	text-shadow:
	0 0 5px rgb(0, 0, 0),
	0 0 5px rgb(0, 0, 0),
	0 0 5px rgb(0, 0, 0),
	0 0 10px rgb(0, 200, 255),
	0 0 10px rgb(0, 200, 255);
}

.basic-text {
	margin: auto;
}

.image-stack {
	display: flex;
	flex-direction: column;
	margin: auto;
	gap: 30px;
}

/* IDS */

#pages {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "header";
    font-size: 28px;
	text-align: center;
}

#pages a {
    text-decoration: none;
    color: white;
	text-shadow: 0 3px 2px rgb(0, 125, 200);
	transition: all 0.1s;
}

#pages a:hover {
	transform: scale(1.05);
}

#index-grid {
	display: grid;
	margin: auto;
	justify-content: center;
	margin-top: 50px;
}

#index-grid > img {
	overflow: hidden;
}

#about-grid {
	display: grid;
	margin: auto;
	justify-content: center;
	margin-top: 20px;
}

#about-grid > img {
	overflow: hidden;
	margin: auto;
	transition: all 0.2s;
}

#about-grid > img:hover {
	transform: scale(1.05)
}

#song-grid {
	display: grid;
	margin: auto;
	justify-content: center;
	margin-top:20px;
}

#song-grid > img {
	overflow: hidden;
	margin: auto;
	transition: all 0.2s;
}

#song-grid > img:hover {
	transform: scale(1.05)
}

#video {
	margin: auto;
	width: 600px;
	height: 400px;
}

#top {
	background-image: url(images/top.jpg);
	z-index: 2;
	filter: blur(4px) sepia(100%) hue-rotate(110deg) saturate(150%) brightness(60%);
}

#middle:before {
	background-image: url(images/middle.jpg);
	transform: translateZ(-1px) scale(2.2);
	filter: blur(4px) sepia(100%) hue-rotate(110deg) saturate(150%) brightness(60%);
}

#bottom {
	background-image: url(images/bottom.jpg);
	z-index: 2;
	filter: blur(4px) sepia(100%) hue-rotate(110deg) saturate(150%) brightness(60%);
}

/* MEDIA QUERY */

@media screen and (min-width: 410px) { /*PC*/
	.basic-text {
		width: 600px;
		font-size: 24px;
	}

	.image-stack {
		width: 610px;
	}

	#index-grid {
		width: 1200px;
		grid-template-areas:
		'a b c d';
		grid-template-columns: 300px 300px 300px 300px;
		margin-bottom: 120px;
	}

	#about-grid {
		width: 900px;
		grid-template-areas:
		'img1 p1'
		'img2 p2'
		'img3 p3'
		'img4 p4'
		'img5 p5';
		grid-template-columns: 300px 600px;
	}

	#about-grid > div {
		margin-left: 30px;
		line-height: 1.2;
		font-size: 17px;
	}

	#about-grid > div > h6 {
		font-size: 28px;
	}

	#about-grid > img {
		margin-bottom: 100px;
	}

	#song-grid {
		width: 900px;
		grid-template-areas:
		'img1 p1'
		'p2 img2'
		'img3 p3'
		'p4 img4'
		'img5 p5';
		grid-template-columns: 450px 450px;
	}

	#song-grid > div {
		line-height: 1.2;
		font-size: 17px;
	}

	#song-grid > div > h6 {
		font-size: 28px;
	}

	#song-grid > img {
		width: 400px;
		margin-bottom: 50px;
	}

	#hide-on-mobile {
		display: block;
	}

	form {
		width: 350px;
	}

	textarea {
		width: 300px;
		min-width: 150px;
		max-width: 300px;
		height: 100px;
		min-height: 100px;
		max-height: 100px;
	}

	.i-dont-know-what-to-name-this {
		width: 600px;
	}
}

@media screen and (max-width: 410px) { /*MOBILE*/
	.basic-text {
		width: 300px;
		font-size: 26px;
	}

	.image-stack {
		width: 380px;
		margin-top: 40px;
	}

	#index-grid {
		width: 300px;
		grid-template-areas:
		'a'
		'b'
		'c'
		'd';
		grid-template-rows: 300px 300px 0px 0px;
	}

	#about-grid {
		width: 300px;
		grid-template-areas:
		'img1'
		'p1'
		'img2'
		'p2'
		'img3'
		'p3'
		'img4'
		'p4'
		'img5'
		'p5';
		grid-template-rows: 220px auto 220px auto 220px auto 220px auto 220px auto;
		gap: 20px;
	}

	#about-grid > div {
		margin-left: 0px;
		line-height: 1.2;
		font-size: 12px;
		width: 350px;
	}

	#about-grid > img {
		margin-bottom: 0px;
		height: 220px;
	}

	#song-grid {
		width: 300px;
		grid-template-areas:
		'p1'
		'img1'
		'p2'
		'img2'
		'p3'
		'img3'
		'p4'
		'img4'
		'p5'
		'img5';
		grid-template-rows: auto 220px auto 220px auto 220px auto 220px auto 220px;
		gap: 20px;
		text-align: center;
	}

	#song-grid > div {
		margin-left: 0px;
		line-height: 1.2;
		font-size: 12px;
		width: 350px;
	}

	#song-grid > img {
		margin-bottom: 0px;
		height: 220px;
	}

	.large-title {
		font-size: 54px;
		text-wrap: wrap;
		width: 260px;
		margin-top: 190px;
	}

	.logo {
		height: 40px;
	}

	.title {
		font-size: 36px;
	}

	.topnav {
		flex-direction: column;
		height: 160px;
    	max-height: 260px;
		padding-top: 5px;
		gap: 0;
	}

	#pages {
		display: grid;
		grid-template-areas:
		'area area'
		'area area';
		margin-top: 15px;
		width: 100%;
	}

	h6 {
		margin: 0;
	}

	#hide-on-mobile {
		display: none;
	}

	form {
		width: 300px;
	}

	textarea {
		width: 250px;
		min-width: 150px;
		max-width: 250px;
		height: 100px;
		min-height: 100px;
		max-height: 100px;
	}

	.i-dont-know-what-to-name-this {
		width: 300px;
	}
}

/* FONTS */

@font-face {
	font-family: "header";
	src: url(fonts/header.otf);
}

@font-face {
	font-family: "title";
	src: url(fonts/title.ttf);
}

@font-face {
	font-family: "small";
	src: url(fonts/small.otf);
}

@font-face {
	font-family: "main";
	src: url(fonts/main.otf);
}