body 
{
	background-color: #E6AA68;
	color: #FFFBBD;
	font-family: Georgia,system-ui;
	font-size: 100%;
	font-weight: 300;
	line-height: 133%;
	
}

header
{
	background-color: #CA3C25;
	border-style: inset;
	height: 25vh;
}

h1 
{
	color: #555;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	text-indent: 25px;
	text-shadow: .04em .04em .03em black;
}

h2 
{
	font-weight: 100;
	font-size: 3rem;
	margin: 2em 0;
	line-height: 100%;
	letter-spacing: .02em;
	text-align:center;
	text-transform: capitalize;
	text-transform: uppercase;
	/* horizontal offset, vertical offset, and an optional blur radius*/
	text-shadow: .035em .035em .03em silver;
}

ul.topnav 
{
	border-bottom: 1px solid #555;
	border-style: outset;
	list-style: none; 
	margin: 0 15%;
	padding: 0;
	text-align: center;
	text-shadow: .04em .04em .03em black;
}
ul.topnav li 
{
	display: inline;
	padding: .25em .5em;
	margin: 2em;
}

ul.topnav a
{
	color: #FFFBBD;
	text-decoration: none;
}

ul.topnav a:hover {color: #CA3C25;}

figure.advTime 
{
	background-color: #aaa;
	border-style: outset;
	float: center;
	margin: 0;
	width: 200px;
	
}

figure.advTime img 
{
	width: 200px;
}

figcaption
{
	text-align: center;
}
