body{
margin:70px 15%;	
padding:10px;
font-family: 'Century Gothic', sans serif;
background-image:url(images/wood%20_texture.jpg);
}
.pillar{
	background-color: #F2CC85;
	/*background-image:url(images/background.jpg);*/
	margin:auto;
	padding:10px;
	box-shadow: -15px 10px 10px #493502;
	overflow: auto;
}
h1,h2{
	font-family: 'Roboto Slab', serif;
}

.nav-container{ 	
width:100%; 
background-color: #731702;
box-shadow: 2px 2px 20px #7E7F79;  
position:fixed; 
left:0;  
top:0;   
} 
.nav-container ul{
width:100%;
margin: auto;
padding:1%;
list-style-type: none; 
font-size:18px;
}

.nav-container a{ 
display: block;
box-sizing: border-box;
width: 130px; 
padding: 1%;
text-decoration: inherit;
text-align: center; 
background-color: #8c4e03; 
color:#EDF4E6;
}
.nav-container a:hover{ 
background-color: #bd8723;
}
.nav-container li{
float: left;
}  
a:visited{
	color:gray;
}
a:link{
	color:white;
}
figure{
   	display: table;
	}
figure img {
    max-width: 100%;
	}
figcaption {
    display: table-caption;
    caption-side: bottom; 
	background-color:#8C4E03; 
	font-size: .9em; 
	color:white;
	}
.leftfigure{
	float: left; 
	margin:1em 1em 1em 0;
	clear: both;
	max-width:100%
}
.rightfigure{
	float: right; 
	margin:1em 0 1em 1em;
	clear: both;
	max-width:100%
}

