body{
  width: 100%;
  font-size: 1.3em;
  line-height: 1.6em;
  font-family: Raleway;
  margin: 0px;
}

#content{
  width: 980px;
  margin: auto;
  padding: 0px 2em 0px 2em;
}

a{
  color: #e53935;
  text-decoration: none;
}

#header, #footer{
  text-align: center;
  color: white;
  background-color: #42a5f5;
  padding: 1em;
  vertical-align: middle;
  line-height: 2em;
}

#footer{
  color: #444;
  margin-top: 2em;
  border-top: 1px solid #ccc;
  background-color: white;
}

#header h1{
  font-size: 1.3em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 0.9em;
}

#header a{
  color: white;
}

h1,h2,h3,h4{
  font-family: Bitter;
}

h1 a, h2 a, h3 a{
  color: black;
}

/* blog title */
h2.title{
  font-size: 1.2em;  
}

.menu-links a{
  margin-right: 0.4em;
}

.entry h1, .entry h2, .entry h3, .entry h4{
  font-size: 1.2em;
  color: #444;
}

.lead{
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: center;
}