@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;
}

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

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

.link {
	width: 33.33%;
	height: 0;
	padding-bottom: 33.33%;
}

.link img {
	width: 160%;
}
}

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

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

.link 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;
}

#thumbsarea {
	height: 684px;
}

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