
.cc-body {
	background-color: rgba(0,0,0,0.5);
}

.cc-body-mid {
	background-color: rgba(0,0,0,0.25);
}

.cc-body-bright {
	background-color: rgba(0,0,0,0);
}

.wrap::before {
	position: absolute;
	height: 100vh;
	width: 100vw;
	content: '';
	z-index: 1;
}

.cr-lead {
    margin-top: 30px;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 3px;
}

.cr-subtitle {
	margin-top: 35px;
	font-size: 1.5em;
	font-weight: 400;
}

.cr-note {
	margin-top: 35px;
	font-size: 1.0em;
	font-weight: 400;
	color: #e31e42;
}

@font-face {
	font-family: c64;
	src: url(Adore64.ttf);
}

.cr-specs {
	font-size: 0.6em;
	font-family: c64;
}

.cr-text {
    margin-top: 30px;
	font-size: 1.0em;
	font-weight: 300;
}

.cr-spacer {
	padding-top: 70px;
	padding-bottom: 70px;
}

.uk-logo img {
	height: 28px;
}
