* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

header {
	width: 100%;
	height: 50%;
	text-align: center;
	background-image: url("http://lesliesisson.com/images/StarsWideNarrow.png");
	background-size: cover;
	}

h1 {
	font-size: 50px;
	padding: 5px 0px 0px 10px;
	text-align: center;
}

h1 a {
    color: #EE3D00;
    opacity: .8;
}

h1 a:hover {
	color: #E7F0FC;
	opacity: .8;
}

nav {
	background-color: #EE3D00;
	background: rgba(0,0,0,1);
	text-align: center;
	font-size: 30px;
	opacity: .75;
	width: 100%;
	vertical-align: baseline;
}

nav a {
	color: #8F959E;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	background-color: #E7F0FC;
	color: black;
}

a {
    color: #EE3D00;
    text-decoration: none;
}

h1:hover {
	color: #8F959E;
}

h1 {
    color: #EE3D00;
    text-decoration: none;
}

a:hover {
	color: #8F959E;
}

h2 {
	text-align: center;
	color: black;
	font-size: 12px;
}

.text {
	background-color: #E7F0FC;
	color: black;
	text-align: center;
	clear: both;
}

p {
	padding: .5%;
	font-size: 18px;
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    clear: both;
}

.left {
	float: center;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 50%;
}

.right {
	background-color: #ECECE5;
	float: right;
	color: white;
	text-align: center;
	width: 50%;
	padding: 5px;
	font-size: 11.5px;
	display: inline-block;
}

footer {
	background-color: black;
	font-size: 10px;
	text-align: center;
	color: white;
	padding: .5em;
	clear: both;
}
