html {
	min-height: 100%;
	position: relative;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.27) inset;
}

body {
	color: #555;
	background: #eee;
	margin-bottom: 60px;
	font-family: "Lucida Sans Unicode", Verdana;
}

.whiteFont {
	color: #fff;
}

.padding20 {
	padding: 20px;
}

.padding40 {
	padding: 40px;
}

.blueBackground {
	background-color: #1ab;
}

.navbar-default .navbar-toggle {
	border-color: #888;
}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}

.navbar,
.navbar-collapse {
	border: 0;
	background: none;
}

ul.nav.navbar-nav.navbar-right li a:hover,
ul.nav.navbar-nav.navbar-right li.active a {
	color: #1ab;
	background: none;
	border-bottom: 1px solid #1ab;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}

a:link {
	color: #3d5a80;
}