body {
  min-height: 1000px;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.navbar-static-top {
  margin-bottom: 19px;
}

.topper {
	margin: auto;
	width: 204px;
	padding: 2px 0px 2px 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
	font-weight: 700;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.dropdown-menu {
	background-color: black;
}
.dropdown-menu>li>a {
	background-color: black;
    color: white;
}

.jumbotron {
	background-color: #D9FFFF;

}

.jumbotron p, li {
	font-size: 14px;
}

.footer {
	font-size: 11px !important;
}

.main	{
	font-size: 12px !important;
}

.widget {
	border-radius: 6px;
	background-color: #F3F3F3;
}