html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #0f0f0c;
}
a, img {
	border: none;
}
p {
	margin: 0 0 10px 0;
}
a {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
.clear-both {
	clear: both;
	height: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

/* Page Elements */

.page {
	margin: 0 auto;
}
.page-dl {
	position: relative;
	height: 100%;
}
.content-container {
	position: absolute;
	bottom: 35px;
	left: 50%;
	background: transparent url('../images/img-splash-chest.jpg') left top no-repeat;
	background-size: 100% auto;
	width: 900px;
	height: 978px;
	margin: -100px auto 0 auto;
	padding: 0;
	-moz-transform: translateX(-52%);
	-webkit-transform: translateX(-52%);
	-ms-transform: translateX(-52%);
	-o-transform: translateX(-52%);
	transform: translateX(-52%);
}
.title-dl {
	display: none;
	font-family: 'Fredericka the Great', Times, serif;
	color: #939393;
	letter-spacing: 1px;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.9); 
	margin: 52px 0 0 50px;
}
.title-dl h1,
.title-dl h2 {
	font-size: 42px;
	margin: 0;
}
.title-dl p {
	font-size: 24px;
	margin: 0;
}

/* Frame */

.frame-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.frame-borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
	pointer-events: none;
}
.frame {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent none left top no-repeat;
}
.frame.side.top,
.frame.side.bottom {
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}
.frame.side.top {
	background-image: url('../images/bg_frame_top.png');
}
.frame.side.bottom {
	top: auto;
	bottom: 0;
	background-image: url('../images/bg_frame_bottom.png');
}
.frame.side.right,
.frame.side.left {
	background-position: left center;
	background-repeat: repeat-y;
	width: 30px;
	height: 100%;
}
.frame.side.right {
	left: auto;
	right: 0;
	background-image: url('../images/bg_frame_right.png');
}
.frame.side.left {
	background-image: url('../images/bg_frame_left.png');
}
.frame.corner {
	background-image: url('../images/img_sprite_frame_corners.png');
	width: 55px;
	height: 55px;
}
.frame.corner.topleft {
	top: -7px;
	left: -7px;
}
.frame.corner.topright {
	background-position: -55px 0;
	top: -7px;
	left: auto;
	right: -6px;
}
.frame.corner.botright {
	background-position: -55px -55px;
	top: auto;
	bottom: -6px;
	left: auto;
	right: -7px;
}
.frame.corner.botleft {
	background-position: 0 -55px;
	top: auto;
	bottom: -5px;
	left: -7px;
}

/* Home Splash */

.splash-container {
	position: absolute;
	top: 300px;
	left: 100px;
	width: 600px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 0;
}
.splash-container {
    position: absolute;
    top: 449px;
    left: 299px;
    width: 595px;
    height: 424px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    -webkit-transform: perspective(54px) rotateX(1.1deg) rotateY(-0.4deg) rotateZ(-22deg) skew(-2deg);
    -moz-transform: perspective(54px) rotateX(1.1deg) rotateY(-0.4deg) rotateZ(-22deg) skew(-2deg);
    -ms-transform: perspective(54px) rotateX(1.1deg) rotateY(-0.4deg) rotateZ(-22deg) skew(-2deg);
    -o-transform: perspective(54px) rotateX(1.1deg) rotateY(-0.4deg) rotateZ(-22deg) skew(-2deg);
    transform: perspective(54px) rotateX(1.1deg) rotateY(-0.4deg) rotateZ(-22deg) skew(-2deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.splash-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	box-shadow: inset 10px 10px 30px rgba(0,0,0,1), inset -10px -10px 60px rgba(0,0,0,1);
	z-index: 6;
	pointer-events: none;
}
.site-link {
	position: absolute;
	background: transparent none center center no-repeat;
	bottom: 0;
	right: 0;
	background-color: #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 2px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.5);
	box-shadow: 0 2px 20px rgba(0,0,0,0.5);
	overflow: hidden;
}
.site-link.deadlounge {
	background-image: url('../images/bg_site_deadlounge.jpg');
	bottom: 40px;
	right: 205px;
	width: 258px;
	height: 262px;
	z-index: 3;
}
.site-link.gothicipsum {
	background-image: url('../images/bg_site_gothicipsum.jpg');
	bottom: 199px;
	right: 394px;
	width: 212px;
	height: 208px;
	z-index: 5;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.site-link.offramp {
	background-image: url('../images/bg_site_offramp.jpg');
	right: -5px;
	bottom: -37px;
	width: 260px;
	height: 298px;
	z-index: 4;
}
.site-link.poetry {
	background-image: url('../images/bg_site_poetry.jpg');
	bottom: 222px;
	right: 23px;
	width: 294px;
	height: 200px;
	z-index: 1;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.site-link.sarco {
	background-image: url('../images/bg_site_sarco.png');
	bottom: -27px;
	right: 402px;
	width: 212px;
	height: 208px;
	z-index: 2;
}
.logo-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: inset 0 0 0 rgba(154,149,124,0.9);
	-webkit-box-shadow: inset 0 0 0 rgba(154,149,124,0.9);
	box-shadow: inset 0 0 0 rgba(154,149,124,0.9);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.logo-container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../images/img-splash-site-overlay.png') left top no-repeat;
	background-size: 100% 100%;
	width: 104%;
	height: 104%;
	pointer-events: none;
}
.site-link:hover .logo-container {
	-moz-box-shadow: inset 0 0 30px rgba(154,149,124,0.9);
	-webkit-box-shadow: inset 0 0 30px rgba(154,149,124,0.9);
	box-shadow: inset 0 0 30px rgba(154,149,124,0.9);
}
.site-link.poetry:hover .logo-container,
.site-link.sarco:hover .logo-container {
	-moz-box-shadow: inset 0 0 30px rgba(61,53,47,0.9);
	-webkit-box-shadow: inset 0 0 30px rgba(61,53,47,0.9);
	box-shadow: inset 0 0 30px rgba(61,53,47,0.9);
}
.site-link .logo {
	position: absolute;
	background: transparent none left top no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.site-link:hover .logo {
	width: 94%;
	height: 94%;
}
.site-link.deadlounge .logo {
	background-image: url('../images/img_logo_deadlounge.png');
	top: 46%;
}
.site-link.gothicipsum .logo {
	background-image: url('../images/img_logo_gothicipsum.png');
	top: 55%;
	width: 83%;
	height: 83%;
}
.site-link.gothicipsum:hover .logo {
	width: 80%;
	height: 80%;
}
.site-link.offramp .logo {
	background-image: url('../images/img_logo_offramp.png');
}
.site-link.offramp .logo-container:after {
	top: -4px;
	left: -4px;
}
.site-link.poetry .logo {
	background-image: url('../images/img_logo_poetry.png');
}
.site-link.sarco .logo {
	top: 53%;
	left: 53%;
	background-image: url('../images/img_logo_sarco.png');
	width: 85%;
	height: 85%;
}
.site-link.sarco:hover .logo {
	width: 80%;
	height: 80%;
}

/* Footer (Desktop) */

.footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #282828 url('../images/bg-splash-footer.jpg') left top repeat-x;
	width: 100%;
	height: 110px;
	box-shadow: inset 0 18px 15px rgba(0,0,0,0.8);
}
.footer:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	background: transparent url('../images/bg_frame_top.png') left top repeat-x;
	background-size: 960px 30px;
	width: 100%;
	height: 30px;
}
.footer .title-dl {
	display: block;
	text-align: center;
	margin-top: 30px;
}

/* Media Queries */

@media only screen and (max-width: 768px) {

	.page-dl {
		margin: 40px auto 0 auto;
	}
	.content-container {
		position: relative;
		bottom: auto;
		left: auto;
		background-image: none;
		max-width: 100%;
		max-width: -moz-calc(100% - 40px);
		max-width: -webkit-calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: auto;
		margin: 0 0 0 15px;
		padding: 15px 15px 15px 10px;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.splash-container {
		position: relative;
		top: auto;
		left: auto;
		background: transparent url('../images/bg_splash.jpg') center top repeat;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: auto;
		text-align: center;
		margin: 0 auto;
		padding: 30px 0;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.frame-container {
		display: block;
	}
	.title-dl {
		display: block;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.title-dl h1 {
		font-size: 24px;
	}
	.title-dl p {
		font-size: 14px;
	}
	.site-link,
	.site-link.deadlounge,
	.site-link.gothicipsum,
	.site-link.offramp,
	.site-link.poetry,
	.site-link.sarco {
		display: inline-block;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		right: auto;
		width: 212px;
		height: 212px;
		margin: 0 10px 20px 10px;
		-moz-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.site-link.gothicipsum .logo {
		top: 61%;
		width: 85%;
		height: 85%;
	}
	.site-link.offramp .logo {
		background-size: auto 100%;
	}
	.site-link.poetry .logo {
		top: 70%;
	}
	.footer {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.title-dl h1, .title-dl h2 {
	    font-size: 32px;
	}
}
