@charset "utf-8";

body {
	font-size: 17px;
	width: 100%;
	height: 100%;
	background-color: #333;
	padding-top: 50px;
	color: #fff;
}

p, li,
a:focus,
a:hover,
div.well h3, h4, 
div.well strong {
  color: #333;
}

p {
	text-align: left;
}

h1.home {
	margin-top: 25%;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #4682B4;
}

a.home {
	font-size: 24px;
	white-space: nowrap;
	margin-right: 30px;
	text-decoration: none;
}

nav a {
	text-decoration: none;
}

.starter-template {
	padding: 10px 15px;
	text-align: center;
}

.navbar-toggle {
	float: left;
	margin-left: 3%;
}