html {
	background: #0980b9;
}
div#main > div.container {
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.5) inset;
	margin: 3em auto 3em auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
div#main > div.container:first-child {
	border: 0;
	box-shadow: 0;
}
div.footer {
    color: #fff;
	/* zurui-background */
	background: #4980b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #4980b9 0%, #0980b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4980b9), color-stop(100%,#0980b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4980b9 0%,#0980b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4980b9 0%,#0980b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4980b9 0%,#0980b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4980b9 0%,#0980b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4980b9', endColorstr='#0980b9',GradientType=0 ); /* IE6-9 */
}
body {
	background: #f6f6f6; /* zurui-gray */
}
.navbar-nav > li > a, .navbar-brand {
	color: #fff !important;
}
.navbar-nav > li > a:hover {
	background-color: rgb(236, 240, 241) !important;
	color: rgb(85, 85, 85) !important;
}
.navbar-nav > .active > a {
	color: rgb(85, 85, 85) !important;
}
nav.navbar {
	background-color: rgb(41, 128, 185);
	border: 0px;
	box-shadow: 0 0 3px 3px rgba(85,85,85,.3) inset;
	border-radius: 0px;
}
.jumbotron {
    margin-bottom: 0;
    background: rgba(52, 152, 219,.3);
}
