html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);
}

div.page {
	margin: 0px;
    padding: 0px;
    border: 0px;
	width: 100%;
	height: 100%;
    font: inherit;
    vertical-align: baseline;
	text-align: center;
}

div.container {
    margin: auto;
	padding: 0px;
	font: inherit;
    /* width: 75%; */
	max-width: 1200px;
	height: 100%;
	text-align: center;
	display: inline-block;
}

div.containerleft {
	float: left;
	width: 600px;
	height: 700px;
    text-align: center;
	position: relative;
	margin: auto;
	/* border: 1px solid black; */
}

div.containerright {
	float: left;
	width: 600px;
	height: 700px;
	text-align: center;
	position: relative;
	margin: auto;
	/* border: 1px solid black; */
}

div.header {
    width: 100%;
	height: 75px;
	display: inline-block;
}

div.profile {
    width: 100%;
	height: 350px;
	display: inline-block;
}

div.socials {
	width: 100%;
	height: 80px;
	display: inline-block;
}

div.musicplayer {
	width: 100%;
	display: inline-block;
}

div.footer {
    width: 100%;
	height: 30px;
	display: inline-block;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}

iframe.player {
	width: 100%;
	height: 400px;
	border: 0px;
	background-color : transparent;
}

img.profile {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

img.djlogo {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

img.social {
	width: 40px;
	height: 40px;
	margin: 10px;
}

img.emoji {
	width: 112px;
	height: 112px;
	margin: 25px;
}

p.name {
	margin: 0px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.nickname {
	margin: 0px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.bio {
	margin: 0px;
    color: rgb(0, 0, 0);
    /* font-weight: 700; */
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.imprint {
	margin: 0px;
    color: rgb(0, 0, 0);
    /* font-weight: 700; */
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.musicheader {
	margin: 0px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

p.musicinfo {
	margin: 0px;
    color: rgb(0, 0, 0);
    /* font-weight: 700; */
    font-size: 12px;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

a:hover {
  color: black;
}

a {
  color: black;
}