@media only screen {
/*****************************************************************************/

/*
font-family: 'Merriweather', serif;
font-family: 'Merriweather Sans', sans-serif;
font-weight: 400;
*/

html, body {
	position: absolute;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	background-color: #fff;
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	/*letter-spacing: 0.01em;*/
	color: #000;
	/*text-align: center;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #000; }

div#content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

table.centered { width: 100%; height: 100%; margin: 0; }
table.centered > tbody > tr > td { width: 100%; height: 100% !important; text-align: center; vertical-align: middle; }

.line1 { font-family: 'Merriweather Sans', sans-serif; font-weight: 700; font-size: 18px; line-height: 1.50em; text-transform: uppercase; letter-spacing: 1px; }
.line2 { font-family: 'Merriweather', serif; font-weight: 300; font-size: 54px; line-height: 1.25em; padding: 30px 0; }
.line3 { font-family: 'Merriweather Sans', sans-serif; font-weight: 400; font-size: 14px; line-height: 2em; text-transform: none; letter-spacing: 1px; }

a,
a:link,
a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a:hover,
a:active,
a:visited:hover,
a:visited:active {

}

/*****************************************************************************/
}

@media screen and (max-width: 699px) {
/*****************************************************************************/

.line1 { font-size: 16px; line-height: 1.50em; }
.line2 { font-size: 42px; line-height: 1.25em; }
.line3 { font-size: 12px; line-height: 1.50em; }

/*****************************************************************************/
}
