@font-face {
    font-family: 'caw';
    src: url('/lib/caw.eot');
    src: url('/lib/caw.eot?#iefix') format('embedded-opentype'), url('/lib/caw.woff') format('woff'), url('/lib/caw.ttf') format('truetype'), url('/lib/caw.svg#caw') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} 
*
{
    font: 600 100% "caw", "Times New Roman","Times",serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	color: #898b91;
	text-decoration: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
body, html {
	width: 100%;
	height: 100%;
}
#bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom; 
	background-image: url('/lib/bg-low.jpg');
}

#txt,
#txt2 {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 300%;
	color: #CFBEAE;
	z-index: 100;
}
#txt {
	-webkit-text-stroke: 1px black;
	text-shadow:
		2px 2px 0 #000,
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	z-index: 50;
}
#bg-hq {
	display: none;
}
#copy {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 80px;
	font-size: 85%;
	color: #444444;
	text-align: right;
}
@media screen and (orientation:portrait) {
	#bg { background-size: auto 100%; }
}
@media screen and (orientation:landscape) {
	#bg { background-size: 100% auto; }
}

@media only screen and (min-width: 768px) {
	#txt, #txt2 { 
		font-size: 450%; 
	}
	#txt { 
		text-shadow:
			3px 3px 0 #000,
			-1px -1px 0 #000,  
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
	}
}

@media only screen and (min-width: 1200px) {
	#txt, #txt2 { 
		font-size: 600%; 
	}
	#txt { 
		text-shadow:
			4px 4px 0 #000,
			-1px -1px 0 #000,  
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
	}
}