@media only screen and (min-width: 375px){
header {
	max-height: 17%;
	height: auto;
}

li {
	width: 75px;
	font-size: 1.5em;
}

h1 {
	font-size: 2.25em;
}

#spacer {
	height: 2em;
	font-size: 0.8125em;
}

.link p.lia {
	display: block;
	top: 5px;
	color:yellow;
	font-size:24px;
}

#liadiv {
	display: none;
}

.link, .year {
	width: 50%;
	height: auto;
	padding-bottom: 0;
}
}

@media only screen and (min-width: 512px){
h1 {
	font-size: 2.5em;
}

#spacer {
	height: 3em;
	line-height: 1.25em;
}
	
.link, .year {
	width: 33.33%;
	height: 0;
	padding-bottom: 33.33%;
}

img {
	width: 150%;
}
}

@media only screen and (min-width: 768px) {
h1 {
	font-size: 3em;
}

#spacer {
	height: 3em;
	font-size: 1em;
}

.link, .year {
	width: 25%;
	height: auto;
	padding-bottom: 0;
}

img {
	width: 100%;
}
}

@media only screen and (min-width: 1024px){
body {
	background: #fff;
}

li {
	width: 100px;
	font-size: 2.25em;
}

h1 {
	font-size: 4.5em;
	bottom: 27.149321%;
}

footer {
	background: #fff;
	color: #666666;
}
}

@media only screen and (min-height: 1005px) and (min-width: 1024px){
header {
	margin-bottom: 40px;
	max-height: 221px;
}

#spacer {
	height: 40px;
	line-height: 2.5em;
	font-size: 1em;
}

#thumbsarea {
	max-height: 684px;
}

footer {
	position: static;
	padding-left: 0;
	text-align: right;
	line-height: 60px;
}
}