body {
	font-family: Arial, Sans-serif;
}

h1, h2, h3, h4 {
	font-weight:normal;
	font-size: 48px;
}

a {
	display:inline-block;
	background-color:#333;
	color:#ccc;
	padding: 10px;
	margin:5px;
	text-decoration:none;
	border-radius: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}

a:hover {
	color:#fff;
	background-color: #282828;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

h1 {
	-webkit-animation-duration: 2s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

h4 {
	position:fixed;
}

.intro {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	top: 40%;
}
.introtext {
	color:white;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:26px;
	position:relative;
	top:40%;
}

.toptitle {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	top: 16%;
}

.bottomtitle {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
	top: 52%;
}

.titletext {
	color:white;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:26px;
	top: 20%;
  	position: relative;
}

.artist_text {
	color:white;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:26px;
	top: 20%;
  	position: relative;
  	opacity:0;
}

.album_text {
	color:white;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	font-size:26px;
	top: 53%;
  	position: relative;
  	opacity:0;
}

 .velvet {
 	color:black;
 }
.blackbackground {
	background:black;
	width:100%;
	height:100%;
}

.whitebackground {
	background:white;
	width:100%;
	height:100%;
}

.circlegroup {
position:absolute;
width:100%;
height:100%;
}

.circle1 {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:#fe3a26;
	z-index: -2;
}

.circle2 {
	border-radius: 50%;
	width: 160px;
	height: 160px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:#feeed1;
	z-index: -1;
}

.circle3 {
	border-radius: 50%;
	width: 130px;
	height: 130px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:black;
	z-index: 0;
}

.velvet_circle1 {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:#FFCB00;
	z-index: -2;
}

.velvet_circle2 {
	border-radius: 50%;
	width: 160px;
	height: 160px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:white;
	z-index: -1;
}

.velvet_circle3 {
	border-radius: 50%;
	width: 130px;
	height: 130px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:black;
	z-index: 0;
}

.tribe_circle1 {
	border-radius: 50%;
	width: 200px;
	height: 200px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:#FF0027;
	z-index: -2;
}

.tribe_circle2 {
	border-radius: 50%;
	width: 160px;
	height: 160px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:black;
	z-index: -1;
}

.tribe_circle3 {
	border-radius: 50%;
	width: 130px;
	height: 130px; 
	margin:auto;
	bottom: 0;
  	left: 0;
  	top: 0;
  	right: 0;
  	position: absolute;
	background-color:#26B80E;
	z-index: 0;
}

.navbuttons{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  top: 55%;
}

.replay {
	opacity:0;
}

.next {
	opacity:0;
}


