@charset "UTF-8";

/* Meyer Reset: http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ******** */
/* Skeleton */
html, body {
	background: #fff;
	background: linear-gradient(to bottom, #c6e3f5 0%, #c6e3f5 50%, #c6e3f5 50%, #fff 50%, #fff 100%);
	font: normal normal normal 12px/normal "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	min-height: 320px;
	min-width: 320px
}

h1, h2 {
	position: absolute;
	width: 100%;
}

h1 {
	bottom: 50%;
}
h1 img {
	max-width: 80vw;
	max-height: 40vh;
	width: auto;
	height: auto;
}
h2 {
	color: #00678f;
	font-size: 1.25em;
	line-height: 1.5em;
	top: 50%;
	margin-top: 15px
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}