html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-family: 'Cabin', sans-serif;
}

#iosbg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

i {
	color: #943242;
}

img {
	margin: 5px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Links */
a:link {
	color: #e57e5f;
	text-decoration: none;
	font-weight: 700;
}
a:visited {
	color: #e57e5f;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #8e4ca9;
	text-decoration: none;
	font-weight: 700;
}
a:active {
	color: #d0ac8c;
	text-decoration: none;
	font-weight: 700;
}

.firstcharacter { 
	float: left; 
	padding-top: 0; 
	padding-right: 8px; 
	padding-left: 3px; 
	color: #943242; 
	font-size: 65px; 
	font-weight: bold;
	font-style: italic;
	line-height: 55px; 
}

table.links {
	width: 100%;
}
table.links td {
	vertical-align: top;
}

/* Headers. */
h1 {
	color: #943242;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
h2 {
	color: #943242;
	font-size: 40px;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
h3 {
	color: #943242;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* CONTAINERS */
#side {
	background: url("images/sylvanas.png");
	background-repeat: no-repeat;
	height: 100%;
	width: 1182px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#content {
	position: absolute;
	top: 50px;
	margin-left: 670px;
	margin-right: 50px;
	padding-bottom: 175px;
	color: #8b9886;
	font-weight: 300;
	font-size: 16px;
	text-shadow: 2px 2px #1d172f;
	z-index: 2;
}
#bottom {
	background: url("images/bg_bottom.jpg");
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 175px;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 4;
}
#title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 707px;
	height: 129px;
	margin-top: -65px; /* Half the height */
	margin-left: -353px; /* Half the width */
}

/* NAVIGATION */
#nav {
	position: fixed;
	bottom: 170px;
	width: 600px;
	z-index: 3;
}
nav li {
	background: #943242;
	display: inline-block;
	margin-top: 3px;
	transition: background 0.2s;
	transform: skew(-20deg);  /* SKEW */
}
nav li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 18px;
	transform: skew(20deg); /* INVERSE SKEW */
}
nav li:hover{
	background: #8b9886;
}


@media only screen and (max-width: 1366px) {
    /* CONTAINERS */
	#side {
		background: url("images/sylvanas.png");
		background-repeat: no-repeat;
		background-size: 800px;
		height: 100%;
		width: 945px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#content {
		position: absolute;
		top: 50px;
		margin-left: 430px;
		margin-right: 20px;
		padding-bottom: 175px;
		color: #8b9886;
		font-weight: 300;
		font-size: 16px;
		text-shadow: 2px 2px #1d172f;
		z-index: 2;
	}
	#bottom {
		background: url("images/bg_bottom.jpg");
		position: fixed;
		bottom: 0px;
		width: 100%;
		height: 125px;
		margin-top: auto;
		margin-bottom: auto;
		z-index: 4;
	}
	#title {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 707px;
		height: 129px;
		margin-top: -65px; /* Half the height */
		margin-left: -353px; /* Half the width */
	}
	
	/* NAVIGATION */
	#nav {
		position: fixed;
		bottom: 120px;
		width: 400px;
		z-index: 3;
	}
}