body {
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow-y: auto;
	overflow-x: auto;
	position: absolute;
	opacity: 1;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
	background-attachment: fixed;
	background-color: #b6b6b6;
	background-image: url('/files/assets/main/img/mainbg-XL-V2.webp');
	/* background-image: url(/files/assets/main/img/mainbg-XL-V2.webp); */
	background-repeat: no-repeat;
}

.full {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain contain;
	background-attachment: fixed;
}

.fixed-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fixed-container a {
	pointer-events: auto;
}

.fixed-container img {
	position: absolute;
}

#about {
	position: absolute;
	top: 130px;
	left: 43px;
}

#art {
	position: absolute;
	top: 140px;
	left: 436px;
}

#photos {
	position: absolute;
	top: 132px;
	left: 831px;
}

#videos {
	position: absolute;
	top: 132px;
	left: 1204px;
}

#library {
	position: absolute;
	top: 134px;
	left: 1598px;
}

#music {
	position: absolute;
	top: 722px;
	left: 202px;
}

#mixtapes {
	position: absolute;
	top: 700px;
	left: 795px;
}

#words {
	position: absolute;
	top: 691px;
	left: 1330px;
}

.hover-about {
	position: absolute !important;
	top: 90px !important;
	left: 43px !important;
}

.hover-art {
	position: absolute !important;
	top: 70px !important;
	left: 436px !important;
}

.hover-photos {
	position: absolute !important;
	top: 70px !important;
	left: 831px !important;
}

.hover-videos {
	position: absolute !important;
	top: 70px !important;
	left: 1226px !important;
}

.hover-library {
	position: absolute !important;
	top: 65px !important;
	left: 1550px !important;
}

.hover-music {
	position: absolute !important;
	top: 460px !important;
	left: 202px !important;
}

.hover-mixtapes {
	position: absolute !important;
	top: 460px !important;
	left: 800 !important;
}

.hover-words {
	position: absolute !important;
	top: 460px !important;
	left: 1340px !important;
}

.red-large-font {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5em;
    color: red;
}