@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;	
}

html, body {
	font-size: 16px;
	height: 100%;
}

body {
	background-color: #333333;
	height: 100%;
}

#index-bg {
	display: none;
}


h1 { /*Main Header*/
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #5abfff;
	text-align: center;
	text-transform: uppercase;
}

h2 { /*Sub Header*/
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h3 { /*Sub Header*/
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 0px 20px 15px 20px;
}

h4 { /*Block Quote*/
	font-style: italic;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #ffffff;
	padding: 25px 20px 50px 20px;
}

p {
	font-family: Calibri, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #ffffff;
	
}

a {
	color:#5abfff;
	text-decoration: none;
	font-family: Calibri, sans-serif;
}

.content ul {
	font-family: Calibri, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0px 0px 25px 50px;
	color: #ffffff;
}

	.content ul li {
		list-style: disc;
	}

/******************

BRANDING

******************/

.more-info-button {
	display: none !important;
	}

.more-info {
	display: none !important;
}

.overlay {
	display: none !important;
}

#watermark {
	display: none !important;
}

.about-image-button {
	display: none !important;
}

.about-details {
	display: none !important;
}

/******************

TIMELINE 

******************/


.timeline {
	display: none;
}

/********************

MENU

********************/

.mobile-menu {
	width: 100%;
}
	
	.mobile-menu a {
		display: block;
		height: 50px;
		width: 100%;
		text-align: center;
		background-color: #222222;
		color: #ffffff;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-size: 1em;
		
		box-sizing: border-box;
		padding: 12px 0px 10px 0px;
		border-bottom: 3px solid #333333;
			
	}
	
/******************

CONTENT

******************/

.header {
	padding: 50px 20px 50px 20px;
}

.content {
	padding: 0px 20px 50px 20px;
}

.intro-img{
	width: 100%;
}

#col-1 {
	float: none;
	width: auto;
}

#col-2 {
	float: none;
	width: auto;
}

.content img {
	width: 100%;
}

.img-float{
	float: none;
	width: auto;
	padding: 0px;
}

/********************

FOOTER

********************/
	
.footer {
	width: 100%;
	background-color: #222222;
	border-top: 3px solid #333333;
	box-sizing: border-box;
	padding: 20px 0px 20px 0px;
}

	.footer a {
		text-decoration: none;
		text-align: center;
		color: #5abfff;
		font-size: 16px;
		display: block;
		padding: 7px 0px 7px 0px;
	}

