body {
	width: fixed;
	background-color: black;
}

header {
	padding-top: 3%;
	padding-left: 28%;
	z-index: 100;
}

#rectangle {
	width:1450px;
    height:70px;
    background:black;
    z-index: 50;
    position: fixed;
    top:0;
    margin:0;
}

a.navlink {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: #a6a6a6;
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
}

a.navlink:hover {
	color: #e00202;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: white;
	margin-left: 35px;
	margin-right: 35px;
	border-bottom: 4px solid #e00202;
	display: inline;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20pt;
	color: #e00202;
}

img.logo {
	width: 300px;
	position: fixed;
	top: 0;
	left: 30px;
	z-index: 1;
}

div.horizontal {
    width: 85%;
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    margin-left: 95px;
    margin-top: 10%;
    position: absolute;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
}

p {
	opacity: 0;
	color: white;
	background: #850000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	text-align: left;
	/*display: table-cell;*/
	/*position: fixed;*/
	position: absolute;
	margin:0;
	padding-top: 100px;
	padding-left: 25px;
	padding-right: 20px;
	z-index: 100;
	width: 255px;
	height: 300px;
	transition:.4s;
}

article p:hover {
	opacity: .8;
}

article {
    width: 300px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 50px;
    /*position: absolute;*/
    /*position: fixed;*/
/*    z-index: 0;*/
    -o-transition:.4s;
 	-ms-transition:.4s;
 	-moz-transition:.4s;
 	-webkit-transition:.4s;
 	/*transition:.4s;*/
}

img.character {
	z-index: 0;
	opacity:1;
	transition:.4s;
}

img.character:hover {
	opacity: .4;
}






