
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	font-size: 1em;
	box-sizing: border-box;
}

body {
	font-family: mr-eaves-xl-modern, sans-serif;
	background: #534880;
	/*background: linear-gradient(to bottom, #3C2D60 0%, #3C2D60 10%, #2c2146 40%, #3C2D60 60%, #3C2D60 100%);*/
	
	display: flex;
	justify-content: center;
	align-items: center;			
}

html, body {
	height:100%;
}



section {
	z-index: 2;
}


.bgimage {

	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: #3C2D60 url(guitar.jpg) no-repeat center bottom;
	background-size: cover;
}





h1 {
	display: block;
	position: relative;
	font-family: marydale, sans-serif;
	font-size: 6.5rem;
	text-align: center;
	color: white;
}		


h1 span {
	position: absolute;
	
	bottom: 0.5rem;
	left: 1.8rem;

	display: flex;
	align-items: center;

	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 1.2rem;

	color: rgba(255,255,255,0.89);
	text-transform: uppercase;
	z-index: 5;
}


h1 span i {
	padding: 0 1rem;
	font-size: 0.5rem;
}


ul#icons {
	list-style-type: none;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	color: rgba(255,255,255, 1);
	font-size: 1.5rem;
}

ul > li {
	margin-top: 1.5rem;
}

ul a {	
	display: block;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}

.icons {
	font-size: 2rem;
	display: flex;
	align-items: center;
}

.icons.wide a {
	padding: 0 1.33rem;
}


@media only screen and (max-width: 600px) {
	

	h1 {
		display: block;
		position: relative;
		font-family: marydale, sans-serif;
		font-size: 12vw;
		text-align: center;
		color: white;
	}			

	h1 span {
		left: auto;
		margin: 2rem 0 0 0;
		padding: 0 0;
		position: relative;
		flex-flow: column;
		line-height: 2.5;
	}
	

	ul#icons {
		flex-flow:column nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
		color: rgba(255,255,255, 1);
		font-size: 1.5rem;
	}
	
	ul > li {
		margin-top: 1.5rem;
	}
	
	ul a {	
		display: block;
		color: rgba(255,255,255,0.8);
		text-decoration: none;
	}
	
	.icons {
		font-size: 2rem;
		display: flex;
		align-items: center;
	}
	
	.icons.wide a {
		padding: 0 1.33rem;
	}


  }