
body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-family: "phenomena";
	font-size: 20px;
}

a {
	text-decoration: none;
}

h2 {
	font-weight: 900;
	font-size: 60px;
}
h2 b {
	font-weight: 100;
}

header {
	height: 50px;
	right: 0;
	left: 0;
	background-color: rgba(255,0,0,0.8);
	color: white;
	position: fixed;
	z-index: 1000;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	padding: 4px 8px;
	font-weight: 100;
	font-size: 30px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

header b {
	font-weight: 800;
}

section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	padding: 20px;

}

section.first {
	background-image: url("images/bg.jpg");
	background-size: cover;
	overflow: hidden;
	padding: 58px 20px;

}

section .footer {
	position: absolute;
	bottom: 0px;
	height: 50px;
	left: 20px;
	right: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: bottom;
	font-size: 30px;
}

section .footer > a {
	padding: 2px 10px;
	background-color: white;
	box-shadow: 0px 4px 12px 4px rgba(0,0,0,0.4);
}

section .footer > a:hover {
	padding: 2px 10px;
	color: white;
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.4);
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

.youtube {
	color: #cd201f;
}
a.youtube:hover {
	background-color: #cd201f;
}

.twitter {
	color: #1da1f2;
}
a.twitter:hover {
	background-color: #1da1f2;
}

.soundcloud {
	color: #ff8800;
}
a.soundcloud:hover {
	background-color: #ff8800;

}

.instagram {
	color: #405de6;
}
a.instagram:hover {
	background-color: #405de6;
}


#biglogo {
	height: 75vmin;
	width: 75vmin;
	background-image: url("images/logo.min.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.logo {
	background-image: url("images/music.min.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 90px;

}