@import url('normalize.css');

/* Tape Style */
body {
	font-family: Cambria, Georgia, serif;
	background: #0c0303 url(/files/assets/mixtapes/common/images/mixtape_bg.webp) fixed no-repeat;
	font-weight: 400;
	color: #333;
	overflow-y: auto;
	overflow-x: auto;
	position: absolute;
}

/* Tape page text */
a {
	font: 14px 'helvetica neue', helvetica, arial, sans-serif;
	color: #d10db7;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container>header {
	position: static;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: right;
}

.container>header h1 {
	font-family: 'Aldrich';
	font-size: 26px;
	line-height: 20px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #666;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.container>header h1 span {
	font-weight: 700;
}

.container>header h2 {
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	color: #666;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.container>header h2 strong {
	color: #781430;
}

.main {
	width: 672px;
	height: 480px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Header Style */
.codrops-top {
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    font-family: Cambria, Georgia, serif;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
    width: 100%; /* Ensure it takes the full width of the viewport */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    position: fixed; /* Keep it fixed at the top */
    top: 0; /* Align it to the top */
    left: 0; /* Align it to the left */
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.attribution {
	width: 100%;
	margin: 0 0 0 480;
	text-align: center;
	border-top: 1px solid rgba(226, 8, 8, 0.329);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	font-size: 15px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	color: #f7f3f398;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0px;
	padding-top: 0px;
	overflow: hidden;
}

.support-note span {
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions {
	display: block;
}