@font-face{
	font-family: bebas;
	src: url(fonts/BebasNeue-Regular.ttf);
}
@font-face{
	font-family: play;
	src: url(fonts/Play-Regular.ttf);
}

html{
	width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	width: 100%;
	margin: 0 0 auto;
	padding: 0px;
	font-family: bebas;
	overflow-x: hidden;
	background-color: #262626;
}

/*HEADER*/
body .top{
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-color: black;
}
body .top .logo{
	width: 100%;
	height: 100%;
}
body .top .logo img{
	width: auto;
	height: 200px;
	transform: scale(0.8);
}

body .menubutton{
	position: fixed;
	display: none;
}

/*MENU*/
body nav .menlogo{
	display: none;
}
body nav{
	width: 100%;
	height: 100px;
	margin: 0px;
}
body nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: black;
	background-color: lime;
}
body nav ul li{
	list-style-type: none;
	width: 25%;
	height: 100%;
	margin: 0 0 auto;
	padding: 0px;
	font-size: 30px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	transition: .5s;
}
body nav ul li:hover{
	color: white;
	background-color: black;
}
body nav ul li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
}
body nav ul li a:hover{
	color: white;
}

/*MAIN CONTENT*/
body .page{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
}
body .page a{
	cursor: pointer;
}
body .page .up{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 50% 0% 0% 50%;
	position: fixed;
	right: 0%;
	top: 40%;
	background-color: black;
	font-size: 50px;
	color: lime;
	cursor: pointer;
}
body .page div{
	width: 100%;
	margin-bottom: 120px;

}

/*MINI ABOUT*/
body .page .About{
	height: 600px;
	margin-top: 100px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid lime;
	border-radius: 20px;
	overflow: hidden;
	background-color: black;
	color: white;
}

body .page .About .smallabout{
	width: 100%;
	height: 100%;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: ;
}

body .page .About .smallabout h2{
	font-size: 70px;
	margin: 5px;
}

body .page .About .smallabout p{
	font-size: 20px;
	padding: 20px;
	margin: 0px;
	text-align: left;
	font-family: play;
	font-weight: bold;
}

body .page .About .abim{
	width: 100%;
	height: 100%;
	margin: 0 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	border-radius: 20px;
}

body .page .About .abim div{ 
	width: 0%;
	transform: scale(1.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

/*ARTISTS*/
body .page .artists{
	display: flex;
	background-color: transparent;
	color: white;
	padding: 0px;
}
body .page .h3{
	font-size: 50px;
	margin: 0px;
	padding: 0px;
	color: white;
}
body .page hr{
	width: 20%;
	height: 3px;
	margin: 10px;
	background-color: lime;
	border-color: lime;
}

body .page .artists .cont{
	width: 50%;
	height: auto;
	margin: 0 0 auto;
	margin-bottom: 50px;
	padding: 20px;
	background-color: black;
}
body .page .artists .cont .intro{
	display: flex;
	margin: 0 0 auto;
	margin-bottom: 0px;
	height: 200px;
}

/*Atist image*/
body .page .artists .cont .intro .im{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 2px solid lime;
	background-color: black;
	box-shadow: 4px 1px 5px orange;
}
body .page .artists .cont .intro .im img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

/*Intro*/
body .page .artists .cont .intro .info{
	width: 40%;
	height: 100px;
	padding: 0px;
	margin-bottom: 30px;
}
body .page .artists .cont .intro .table{
	height: 200px;
	margin: 0 0 auto;
}
body .page .artists .cont .intro table{
	width: 100%;
}
body .page .artists .cont .intro .info h3{
	margin: 0px;
	padding: 0px;
	transform: scale(2.5);
	text-align: left;
	display: flex;
	justify-content: center;
}
body .page .artists .cont .intro .info hr{
	width: 50%;
}

body .page .artists .cont .intro .info table tr td{
	margin: 0 0 auto;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	display: flex;
	justify-content: left;
	height: 100;
	font-size: 20px;
}
body .page .artists .cont .intro .info table tr td p{
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: left;
}
body .page .artists .cont .intro .info a{
	width: 80px;
	height: 20px;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
	color: black;
	background-color: lime;
	padding: 5px;
}

/*Who is [Artist name]*/
body .page .artists .cont p{
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 100px;
	padding: 10px;
}
body .page .artists .cont .smhan{
	margin: 0 0 auto;
}

/*VID*/
body .page .vid{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 700px;
	background-attachment: fixed;
}
body .page .vid video{
	width: 100%;
	opacity: 50%;
}

/*DEMOS*/
body .page .demos{
	width: 100%;
	color: white;
}
body .page .demos h2{
	margin: 0 0 auto;
	transform: scale(2.5);
}
body .page .demos hr{
	width: 20%;
	height: 3px;
	margin: 10px;
	background-color: lime;
	border-color: lime;
}
/*Demo Container*/
body .page .demos .demo{
	width: 60%;
	height: 295px;
	border-radius: 10px;
	margin-bottom: 50px;
	display: flex;
	background-color: gray;
}

body .page .demos .demo .demoimg{
	width: 50%;
	height: 100%;
	margin: 0 0 auto;
	border-radius: 10px 0px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	background-size: cover;
}

body .page .demos .demo .demoimg button{
	width: 180px;
	height: 180px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	background-color: transparent;
}
body .page .demos .demo .demoimg button img{
	width: 100%;
	height: 100%;
}

body .page .demos .demo .demoinfo{
	width: 60%;
	padding: 20px;
	color: black;
}
body .page .demos .demo .demoinfo h4{
	font-size: 50px;
	margin: 0px;
	padding: 0px;
}
body .page .demos .demo .demoinfo p{
	font-size: 20px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: play;
	font-weight: bold;
}

/*GALLERY*/
body .page .gallery{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0px;
	margin-left: 5%;
	margin-right: 0%;
	margin-bottom: 100px;
}

body .page .gallery ul{
    width: fit-content;
    margin: 0 auto;
    padding: 0;
	list-style: none;
	margin-left: 0%;
	margin-right: 0%;
}
body .page .gallery ul li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

body .page .gallery .cont{
	width: 300px;
	height: 300px;
	margin: 0 0 auto;
	margin-top: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-color: white;
}
body .page .gallery .cont a{
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: black;
}
body .page .gallery .cont a img{
	width: 100%;
	height: 100%;
	margin: 0 0 auto;
	padding: 0px;
}
body .page .gallery ul li h3{
	padding: 10px;
	border-radius: 3px;
	position: absolute;
	color: lime;
	background-color: black;
}

body footer{
	width: 100%;
	overflow-x: hidden;
	background-color: black;
}

body footer p{
	color: white;
	font-size: 20px;
}

body footer .wd {
	font-family: play;
	font-weight: bold;
}
body footer a{
	font-size: 30px;
	font-weight: bold;
}
body footer .wd a{
	color: lime;
	font-size: 20px;
}