#featuredImage{
	    display: block;
	position: relative;
	    margin: auto;
	    max-width:550px;	
}
#publishDate{
	font-style:italic;
	text-align: center;
}
#featuredImageCaption{
	display: block;
	text-align: center;
	font-size: .70em;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#pagespecific{
	max-width:1280px;
}
#featuredImageCaption > p > a{
	text-decoration: none;
	color:black;
}
#authorName{
	font-family:'Oswald',sans-serif;
	font-size:.8em;
	text-align: center;
}
#header{
	font-size:1.65em;
}

@media only screen and (max-width:1000px){
	#header{
		font-size:1.5em;
	}
	h2{
		font-size:1.2em;
	}
	p{
		font-size:22px;
	}
	#featuredImageCaption > p{
		font-size: .6em;
	}
}
@media only screen and (max-width:600px){
	#header{
		font-size:1.2em;
	}
	h2{
		font-size:.8em;
	}
	p, ol li{
		font-size:16px;
	}

	#featuredImage, #featuredImageCaption{
		width:100%;
	}
	#featuredImageCaption > p{
		font-size: 13px;
	}
	p + iframe{
		text-align:center;
	}
	iframe{
		width:100%;
		position:relative;

	}
}