body {
	padding: 0;
	margin: 0;
	height: 100vh;
	width: 100vw;
	margin: auto;
	background-color: white;
	font-family: Helvetica, sans-serif;
	overflow-x: hidden;
}

a:link, a:visited, a:active {
	color: #008eee;
	text-decoration: none;
}

a:hover {
	color: #00aeee;
}

#cover {
	width: 100vh;
	max-width: 100vw;
	min-height: 100vh;
	max-height: 100vw;
	background-image: url(../img/cover.jpg);
	background-position: center center;
	background-size: cover;
	background-color: #464646;
	margin: auto;
}

#contact {
	text-align: left;
	max-width: 50vh;
	margin: auto;
	margin-top: -14vh;
	margin-bottom: 14vh;
	transition: all 0.5s;
	opacity: 0;
}

ul#songs {
	padding: 0;
	margin: auto;
	margin-top: -20px;
	max-width: 50vh;
	text-align: left;
	list-style: none;
}

li {
	padding: 5px 0px;
	font-size: 0.9em;
}

.track {
	text-align: left;
	max-width: 50vh;
	margin: auto;
	margin-top: 100px;
}

.title {
	padding-top: 100px;
}

a:hover > .title {
	color: black;
}

/*a:hover > li {*/
	/*background: rgb(0, 174, 238) none repeat scroll 0% 0%;*/
	/*border-radius: 10px;*/
	/*color: white;*/
	/*padding: 8px 10px 5px;*/
	/*font-weight: bold;*/
/*}*/

.title, .lyrics {
	padding-top: 10px;
}

.back2top {
	/*background: #008eee;*/
	background: transparent;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 100;
	color: white;
	height: 1.4em;
}

.back2top > i {
	float: right;
	color: #008eee;
	height: 30px;
	font-size: 1.4em;
}



.back2top:hover {
	/*background: #00aeee;*/
	background: rgba(0, 174, 238, 0.24);
}

.back2top:hover > i {
	color: white;
}

footer {
	text-align: left;
	font-size: 1em;
	max-width: 50vh;
	margin: auto;
	padding-bottom: 20px;
}

a[name="top"] {
	position: relative;
	top: -28vh;
	color: transparent;
}

#part2 {
	margin-top: 25px;
}
