html, body {
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
}
h1 { 
	font-size: 72px;
	margin: 0px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin: 20px 0px; 
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 24px;
	margin: 15px 0px; 
}
a {
	color: white;
}
div.slide .bg {
	opacity: 0.75;
}
div.slide {
	background-size: cover;
	background-repeat: no-repeat;
}

div.slide.one { background-image: url(../images/slide1.jpg); }
div.slide.two { background-image: url(../images/slide2.png); }
div.slide.three { background-image: url(../images/slide3.png); }
div.slide.four { background-image: url(../images/slide4.png); }
div.slide.five { background-image: url(../images/slide5.png); }
div.slide.six { background-image: url(../images/slide6.jpg); }

div.content {
	text-align: center;
	color: white;
	text-shadow: 0px 0px 5px black, 2px 2px 0px black;
}
div.content pre {
	text-align: left;
	opacity: 0.90;
}
div.bullet {
	text-align: left;
	margin-left: 100px;
	font-size: 24px;
	font-weight: bold;
}
div.bullet li {
	margin: 10px;
}
div.bullet2 {
	text-align: left;
	margin-left: 200px;
	font-size: 24px;
	font-weight: bold;
}
div.bullet2 li {
	margin: 10px;
}
div.bullet3 {
	text-align: left;
	margin-left: 150px;
	font-size: 24px;
	font-weight: bold;
}
div.bullet3 li {
	margin: 10px;
}
div.bullet4 {
	text-align: left;
	margin-left: 100px;
	font-size: 24px;
	font-weight: bold;
}
div.bullet4 li {
	margin: 10px;
}
div#indicator {
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	width: 5px;
	z-index: 9999;
	background: rgba(225,75,75,.85);
}
#contact_form {
	width: 600px;
	height: 200px;
	margin-left: 15px;
}

#contact-form {
	color: #E7E7E7;
	width: 600px;
	margin-left: 50px;
}

#contact-form label {
	font-weight: bold;
}

#contact-form input.btn {
	background-color: #A0A0A0;
	color: #000000;
	font-weight: bold;
	margin-left: 100px;
	margin-top: 20px;
}

.footer {
	width: 970px;
	height: 1.5em;
	clear: both;
	position: absolute;
	bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
	color: #D0D0D0;
	font-size: x-small;
	text-align: center;
}

