#images li{
    display: inline-block;
}
ul li.button{
    display:inline-block;
    
}
article{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
article h2{
    margin-top: 0;
}
figcaption{
    text-align: center;
    background-color: black;
    color: aliceblue;
    border: 2px solid white;
    margin-left: 5px;
}
/* CSS Document */

div.imagegallery ul
{
	list-style:none;
	margin:auto 0;
	padding:0;
	display:inline;
	max-width:50%;
	text-align:center;
}
div.imagegallery ul li
{
	display: inline-block;
	padding: 2px;
	margin:10px;
}
div.imagegallery ul li img 
{
	display: block;
}

a 
{
	text-decoration: none;
}

article ul li a:link {
   text-decoration: none;
   color: #411106;
}
article ul li a:visited {
   color: #411106;
}
article ul li a:hover, nav.sitenavigation a:focus {
   color: ivory;
}
#overlay
{
	background-color:rgba(123,23,76,.6);
	max-width:100%;
    width:100%;
    text-shadow:-3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
    font-size: 20px;
    height: 100%;
    padding-top: 2%;
	position:absolute;
	top:10px;
	left:0px;
	text-align:center;
}

@media screen and (min-width:800px){
    article{
        margin-left: 32%;
    }
}