* {
  margin: 0;
  padding: 0;
}
html, body{
	height:100%;
}
footer{
	color:white;
	background-color:black;
	text-align:center;
	bottom:0;
}
li {
	display:block;
	padding: 15px;
	text-align: center;
	background-color: black;
	height: 30px;
}
li>a {
	text-decoration:none;
	color:white;
	font-size: 1.5em;
}
#content{
	background-color: #CB9173;
	min-height: 100vh;	
}
#content>h1{
	text-align: center;
}
.gallery-image {
	width: 300px;
	height: 300px;
	display: block;
	margin: auto;
}

.clear{
		clear: both;		
	}
@media screen and (min-width: 600px){
	li{
		float:left;
	}
	
	#header{
		width:100%;
		background-color:black;
		height: 60px;
		
	}	
		
	.image-container{
	width: 350px;
	height: 350px;
	float: left;
	margin-left: 20%;
	margin-bottom:50px;
	margin-top: 50px;
}
}