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

header {
	max-height: 17%;
	height: auto;
}

h1 {
	font-size: 2.25em;
}

h2, span {
	font-size: 1.5em;
}

#thumbsarea img.tablet, #thumbsarea img {
	display: block;
}

.link {
	display: none;
}

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

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

#thumbsarea {
	width: 78.125%;
	margin-left:auto;
	margin-right:auto;
}
}

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

@media only screen and (min-width: 1024px){
h2, span {
	font-size: 2.25em;
}

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

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

#thumbsarea {
	max-height: 684px;
}

#thumbsarea img.tablet {
	display: none;
}

#thumbsarea a img {
	display: block;
}

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