/* main.css */

html, head, body, h1, h2, h3, h4, p, div {
	padding: 0;
	border: 0;
	margin: 0;
	font: inherit;
	font-size: 100%;
	
}

body {
	padding-left: 10px;
	background-color: gray;
	font-size: 24px;
	color: #999999;

}
a.header:visited, a.header:hover, a.header:active, a.header:link {
	text-decoration: none;
	color: #cdd2d8;
	}
a:visited, a:hover, a:active, a:link {
	color: black;
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 48px;
}

li {
	font-style: none;
	list-style: none;
	text-decoration: none;
	font-size: 24px;

}
ul {
	color: #777777;
}

.nav{
	background-color: white;
	width: 100%;
	
}

.navbar .nav-tabs {
	display: inline-block;
	vertical-align: top;
	padding-left: 12%;
	
		
}

.navbar .navbar-collapse {
  	text-align: center;
}



