body {
	font-family: EB Garamond;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	
	background-color: #f8f8f8;
	color: #333333;
	margin: 40px auto 40px auto;
	width: 760px;

	padding-top: 5rem;
	
}

a {
	text-decoration: none;
	font-style: italic;
	color: #333333;
}

p + p {
  text-indent: 7%;
}

.date {
	font-style: normal;
	text-decoration: underline;
}

.intro {
	font-style: normal;
}

.quote {
	padding-left: 7%;
	font-style: italic;
}

.nav {
	color:#0066CC;
}

.notes {
	color:#0066CC;
	display: none;
}

.noindent {
	text-indent: 0;
}

.citation p{
	font-family: Work Sans;
	font-size: 8px;
	font-weight: 600;
	letter-spacing: .5px;
}

.citation a{
	color:#d14a29;
}

.filters-list {
	display:none;
}

li {
	display: inline;
}

.outdent {
	padding-left: 7%;
	text-indent: -7%;
}

.unread {
	color: #d14a29;
}

.read {
	text-decoration: line-through;
}

.uppercase {
	color: #d14a29;
	text-transform: uppercase;
}

.note {
	text-indent: 0;

}



@media screen and (max-width: 1000px) {
  body {
		width: 80%;
		font-size: 18px;
		padding-top: 1rem;
  }
}