body
{
	background-color: #d7d7d7;
	color: #efefef;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
	
}

#wrapper
{
	width: 100%;
}

h1
{
	font-size: 36px;
	font-weight: 400;
	margin: 20px;
}

h2
{
	color: white;
	text-decoration: none;
}

navbar
{
	min-height: 57px;
}

main
{
	min-height: 1600px;
	
}
footer
{
	min-height: 60px;
	background-color: #3c3c3c;
	width: 100%;
	text-align: center;
	color: #c3c3c3;
	padding:20px;
	clear: both;
}
 
#spacer
{
	background-image:url(img/bgimg.jpeg);
	background-position: 100% 50%;
	background-size: cover;
	background-attachment: scroll;
	width:%100;
    height:0;
    padding-bottom:35%;
}

#content
{
	color: #424242;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20%;
}

.sc_nav
{
	text-align: center;
	background-color: #3c3c3c;
	height: auto;
	text-align: center;
}
ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	display: block;
	text-align: center;
}

ol > a
{
	color: #cccccc;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 150px;
	height: 40px;
	border-right: 1px dashed black;
	color: #gray;
}

ol > li:first-child
{
	border-left: 1px dashed black;
}

ol > li:hover
{
	text-decoration: none;
	color: #eaeaea;
	cursor: pointer;
}
#container1, #container2, #container3, #container4, #container5, #container6 {
	display:none;
	overflow:hidden;
	color: #424242;
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20%;
	padding-top: 3%;
}




