body {
  background-color: white;
  font-size: 1em;
  background-color: #ccc;

}

.bodyholder {
  margin: 0 auto;
  text-align: center;
  max-width: 1400px;
  background-color: #dadcdf;
  background-image: url('../images/background.jpg');
}


a {
	color: #1e253e;
}

h1 {
  font-size: 1.6em;
  color: #1e253e;
  margin: -40px 0 30px 0;
}
h2 {
  font-size: 1.4em;
  color: #1e253e;
  margin: 15 0 5px 0;
}

nav {
  font-size: 1em;
}

.standard-text{
  font-size: 1.8em;
} 
.navbar-nav{
  margin-top: 20px; 
}

.navbar a:link {
	font-size: 1.6em;
	color: #1e253e;
}
.navbar a:hover {
	text-decoration: underline;
	font-size: 1.6em;
	color: #1e253e;
}
.navbar .active {
	background:none;
	text-decoration: underline;
  font-weight: bold;
}
.navbar-brand .logo{
	width: 200px;
}
.jumbotron {
	background: none;
}
footer{
  clear: both;
  background-color: #1e253e;
  color: #fff;
  min-height: 100px;
  vertical-align: middle;
  margin-top: 30px;
  padding: 20px 0px; 
  text-align: right;
}
footer .cite {
  font-size: 2.2em !important;
}
footer .author {
  font-size: 1.6em !important;
  color: #fff;
  margin-top: 20px;
}
.spacer {
  clear: both; height: 30px;
}

ul {
  list-style-type: square;
  margin: 2em 1em 2em 0;
  padding-left: 40px;
  list-style-position:outside;
  line-height: 180%;
  text-align: left;
}

img {
  width: 100%;
  height: auto;
}

