body {
	width: 1450px;
	background-color: black
}

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

#rectangle {
	width:1450px;
    height:90px;
    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: 3.5%;
	margin-right: 3.5%;
	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;
}

img.bg-photo {
	width:1450px;
	z-index: 0;
	left: -50px;
	position: fixed;
	align:center;
	z-index: -1;
}

div {
	width: 500px;
	float: right;
	overflow: auto;
	margin-top: 8%;
	margin-right: 8%;
	padding-right:2%;
	margin-bottom: 3%;
}

p {
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
}


