@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
body{
	font-family: Century Gothic, sans-serif;
}

.navbar{
	margin-bottom:0;
	-moz-box-shadow:    inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
     box-shadow:        inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;

}
.navbar li{

}
.navbar li a{
	font-size:16px;
	font-weight:bold;
	color:#666;
	margin:0 5px;
	
}
.navbar li a:hover{
		 -moz-box-shadow:    inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
     box-shadow:        inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
}

.masthead{
	padding:10px 0;
	background: rgb(172,204,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(172,204,229,1) 0%, rgba(48,97,153,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,204,229,1)), color-stop(100%,rgba(48,97,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(172,204,229,1) 0%,rgba(48,97,153,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(172,204,229,1) 0%,rgba(48,97,153,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(172,204,229,1) 0%,rgba(48,97,153,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(172,204,229,1) 0%,rgba(48,97,153,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accce5', endColorstr='#306199',GradientType=0 ); /* IE6-9 */
}
.jumbotron{
	padding-top:10px;
}
.jumbotron h1{
	font-size:30px;
	text-align:center;
}
.jumbotron h2{
	font-size:20px;
	text-align:center;
}
footer{
	background-color: #eee;
	padding:20px 5px;
}
.openSans{
	font-family: 'Open Sans', sans-serif;
}
.spacer10{
	height:10px;
}
.spacer20{
	height:20px;
}
.spacer30{
	height:30px;
}
.spacer40{
	height:40px;
}
.spacer50{
	height:50px;
}
.dropShadow{
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.8);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.8);
}