h1 {
font-size: 56px;
text-shadow: none;
margin-bottom: 0px;
}

nav ul {
background: -moz-linear-gradient(#fff7e5,#ffe099);
background: -webkit-linear-gradient(#fff7e5,#ffe099);
background: -o-linear-gradient(#fff7e5,#ffe099);
background: linear-gradient(#fff7e5,#ffe099);
box-shadow: none;
width: 98%;
margin-top: 0px;
margin-bottom: 10px;
}

nav ul li {
margin-top: 14px;
margin-bottom: 14px;
background: none;
}

nav ul li a {
background: none;
border-left: none;
border-right: 1px solid #000000;
font-size: 18px;
}
nav ul li a:link {
color: #000000;
background: none;
border-left: none;
border-right: 1px solid #000000;
}
nav ul li a:visited {
color: #000000;
background: none;
border-left: none;
border-right: 1px solid #000000;
}
nav ul li a:hover {
color: #000000;
background: none;
border-left: none;
border-right: 1px solid #000000;
}
nav ul li a:active {
color: #ffffff;
background: none;
border-left: none;
border-right: 1px solid #000000;
}
#content {
margin-left: 2%;
}
section #content h2 {
font-size: 20px;
}
section #content article {
margin-left: 3%;
margin-right 6%;
}
section #content p {
font-size: 16px;
line-height: 26px;
}

#quote-illustration cite.img-credit {
font-size: 10px;
margin-left: 70px;
}
