
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.intro {
	height: 100%;
	width: 100%;
	margin: auto;
	background: url("../images/guitarbackground.png") no-repeat 50% 50%;
	display: table;
	top: 0;
	background-size: cover;
}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.content h1 {
	font-family: 'Unica One', cursive;
	color: #fff;
	text-shadow: 0px 0px 300px #000;
	font-size: 400%;
	line-height: 0.85em;
	
}

.btn {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 100%;
	padding: 10px 20px;
	border: solid #fff 3px;
	text-transform: uppercase;
	text-decoration: none;
	   -webkit-transition-duration: 0.4s; /* Safari */  
    transition-duration: 0.4s;  
}

.btn:hover {
	background-color: #fff;
	border: solid #fff 3px;
	color: #666;
}

p {
	font-size: 100%;
	line-height: 210%;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
	   -webkit-transition-duration: 0.4s; /* Safari */  
    transition-duration: 0.4s;  
}

a:hover {
	color: #dedede;
}