body {
	background-color:black;
	margin:0;
}


.playbutton {
	background-image: url("../playbutton.png");
	background-repeat: no-repeat;
	cursor: pointer;
 	width:50px;
 	height:50px;
  	position: relative;
  	z-index:50;
  	background-size:contain;
  	display:inline-block;
}
.songtitle {
	color:white;
	font-size:22px;
	display:inline-block;
	vertical-align: top;
    line-height: 50px;
    margin-left:10px;
    color:#f2d635;
}
.tracklist{
	margin-top: 30px;
}
.track{
	margin-bottom:10px;
}


img {
	z-index:-1;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    margin-left:-10px;
    margin-top:-50px;
    padding:0;
  
}

#home {
	color: white;
	text-align: center;
	font-size:40px;
	margin:0;
	margin-top:30px;
	z-index: 10;
	position:relative;
}

.font1{
	font-family: "hwt-artz",sans-serif;
}
#oval { 
	width: 400px;
    height: 210px;
	border-radius: 50%;
	background:#6624F7;
	position:relative;
	margin-top:-180px;
	z-index:1;
	margin-left: auto;
	margin-right:auto;
	border: 3px solid white;
	border-style:dashed;
	animation: pulse 2s infinite;
 }

#menu a {
 	color:black;
 	font-size:33px;
 	position:relative;
 	z-index:5;
 }

 ul {
	list-style-type: none;
    margin: 0;
    padding: 15px;
    width: 585px;
    background-color: #6624F7;
    margin-left: auto;
    margin-right:auto;
 }

 li {
 	display:inline;
 	padding-left: 45px;

 }

#menu a:hover {
    background-color: #6624F7;
    color: #f2d635;
}

#menu {
	border: 3px solid white;
	border-style: dashed;
	margin:auto;
	margin:0;
	margin-top:35px;
	margin-left:15px;
	margin-right:15px;
}

 
.header {
	font-family: "camingodos-web";
 	font-size: 25px;
 	margin:auto;
 	color:#f2d635;
 	margin-bottom:25px;
 	margin-left:-30px;
}
#imgrule {
	float:right;
	width:45%;
	margin-top: 47px;
	display:block;
}

.info {
 	font-family: "camingodos-web";
 	font-size: 14px;
 	width: 55%;
 	margin:auto;
 	line-height: 18px;
 	margin-top: 75px;
 }
 .yellow{
 	color:#f2d635;
 }
 .pink{
 	color:#fd75f9;
 }
 .blue {
 	color:#45fdfb;
 }

 p {
 	width: 50%;
 	text-align: justify;
 }
	@media screen and (max-width: 1068px) {
	.info {
		width:80%;
	}
	p { 
		width:80%;
		margin:auto;
	}
	#imgrule {
		display:none;
	}
}


@media screen and (max-width: 400px) {
	#menu a{
		background-color:#6624f7;
	}
	.info {
		width:80%;

	}
	p { 
		width:85%;
		margin:auto;
		margin-top:15px;
	}
	#imgrule {
		margin:auto;
		width:80%;
		float:none;
	}
	.header {
		text-transform:uppercase;
		margin:auto;
		margin-left:0;
	}

}

#dia {
	width: 1500px;
    height: 45px;
    background-color:#f2d635;
    transform: rotate(-6deg);
    margin:0;
    margin-left:-50px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		background-color:#f2d635;
	}
	25%{
		background-color:#6624f7;
	}
	50% {
		background-color:#fd75f9;
	}
	75% {
		background-color:#45fdfb;
	}
	100% {
		background-color:#f2d635;
	}
}

/*career*/





.bigbox{
	font-size:15px;
	line-height: 26px;
	width:70%;
	margin: auto;
	position:relative;
}
.box {
	position:absolute;
	padding: 25px;
    width: 148px;
}

#b1{
	border: 1.5px solid #fc2afd;
	color:#f2d635;
	top: 45px;
	}
#b1:hover{
	color:white;
	transform: rotate(-7deg);
}

#b2:hover{
	color:white;
	transform: rotate(7deg);
}

#b2{
	border: 1.5px solid #f2d635;
	color:#45fdfb;
	top:250px;
	
	}

#b3{
	border: 1.5px solid #6624f7;
	color:#fd75f9;
	top:150px;
	left:250px;
	}
#b3:hover{
	color:white;
	transform: rotate(7deg);
}

#b4{
	border: 1.5px solid #f2d635;
	color:#45fdfb;
	left:500px;
   	top: 100px;
	}
#b4:hover{
	color:white;
	transform: rotate(-7deg);
}
#b5{
	border: 1.5px solid #fd75f9;
	color:#6624f7;
		left:325px;
	top:400px;
}
  #b5:hover{
	color:white;
	transform: rotate(7deg);
}
	
#b6{
	border: 1.5px solid #fc2afd;
	color:#6624f7;
	left:750px;
    top:150px;
   
	}
#b6:hover{
	color:white;
	transform: rotate(-7deg);
}
#b7{
	border: 1.5px solid #45fdfb;
	color:#f2d635;
		left:600px;
  	top:325px;
	}
#b7:hover{
	color:white;
	transform: rotate(7deg);
}
@media screen and (max-width: 820px) {
	#b1{
		display:none;
	}
	#b2{
		display:none;
	}
	#b4{
		display:none;
	}
	#b5{
		display:none;
	}
	#b6{
		display:none;
	}
	#b7{
		display:none;
	}
	.bigbox{
		width:100%;
	}
	#b3{
		width:200px;
		left:75px;
		font-size:30px;
		line-height:40px;
		top:75px;
		background-color:black;
		border: 6px dashed #fc2afd;
	}
}


#indexbg{
	background-image: url("../riffraff.jpg");
	height:1400px;
	position:relative;
	z-index:-10;
	background-size: 100% auto;
	top:-225px;
	margin-left:0;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1180px) {
	#indexbg{
		top:-100px;
	}
}
@media screen and (max-width: 500px) {
	#indexbg{
		top:-35px;
	}
}

/*
#quotesbackground {
	position:relative;
	z-index:-10;
	width:60%;
	top:100px;
	left:175px;
  
}
*/















