/* Pleanty of sloppy code ging on here but seems to be working, let me know if there are any major errors. Don't use Ie 8- */

body {
	font-family: 'Milonga', cursive;
	font-size: 100%; /* 16px */
	position: fixed;
	width: 100%;
	height: 100%;
}
div {
	height: 25%;
}
div#one {
	background-color: #ECC53F;
}
div#two {
	background-color: #EFCB8E;
}
div#three {
	background-color: #9A6234;
}
div#four {
	background-color: #4C917F; 
}
div#more {
	background-color: #4C917F;
	height: 8%;
}
figure {
	position:relative;
	top: 36%;
	width: 100px;
	height: 100%;
	margin: 0 auto;
}
figure img {
	width: 100%;
	display: none;
	
}
figcaption {
	text-align: center;
	font-size: 1.5em; /* / 16px = 1.5em */	
	position: relative;
	top: 40%;
	font-weight: bold;
}
div#more p {
	font-size: 1.5em;
	width: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;	
	position: relative;
	top: 40%;
	display:none; /*removing more until I have something... don'f forget to change div height back to 23% */
}
a {
	text-decoration: none !important;
	color: #333;
}
@media screen and (min-width: 685px){
	div	{
		width: 50%;
		height: 50%;
		float: left;		
	}	
	div#more {
		display: none;
	}
	a {
		height: 98%;
		width: 98%;
		display: block;
		margin: 1% 1% 1% 1%;
	}
	figure {
		margin: auto auto;
		height: 140px;
		opacity: 0.8;
	}
	figure:hover {
		opacity: 1;
	}
	figure img {
		display: block;		
	}
	figure figcaption {
		top:0;
	}


}
