body {
  	background-image: url("img/watercolor-paper-alpha.png");
  	background-color: #cccccc;
	margin-right: 20%;
	color: #443346;
	font-family: "Open Sans MS", Helvetica, Arial, "sans-serif";
}

header{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	clear: both;
	width: 50%;
}

a{
	color: #48778E;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover{
	color: #7D5C63;
}
blockquote{
	width: 45%;
	float: right;
	margin: 0px 26px 60px 75px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family:"Georgia",serif;
	color: #443346;
	position: relative;
	text-align: justify;
}

blockquote::before{
	content:'\201C'; top: 20px; left: -50px;
}

blockquote::after{
	content:'\201D'; bottom: -32px;
}

blockquote::before, blockquote::after{
	font-size: 5.2em;
	position: absolute;
}

blockquote cite{
	font-size: .8em;
	display: block;
	line-height: 16px;
	color: #443346;
	position: absolute;
	top: 110%;
}

nav{
	float: left;
	clear: left;
	margin-right: 20px;
}

nav ul{
	list-style: none;
}

article {
	overflow: auto;
	text-align: justify;
}

h1 {
	color: #667761;
	font-size: 1.5em;
}

h2 {
	color: #917C78;
	font-size: 1.25em;
}

iframe{
	margin-top: 10px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	clear: right;
	width: 50%;
}

.blog-title {
	color: black;
}

footer{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	clear: both;
	text-align: center;
}