@charset "UTF-8";
/* CSS Document */

/* ======================== RESETS ======================== */


* { padding: 0px; margin: 0px; }

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul {}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; display: block; }

:focus { outline: none; }

.hidden { display: none; }

/* ======================== WRAPPER ======================== */

html, body { min-height: 100%; }
body {
	font-family: "Courier New", Courier, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, monospace;
	font-size: 62.5%; color: #000000;
	background: url(../img/sausage-image-lrg.jpg) center no-repeat;
	background-size: cover;
}

#content {
	width: 650px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.inner {
	padding: 40px; text-align: center;
	position: relative;
}

a { color: #FF0024; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

h1 {
	font-size: 1em; line-height: 1em;
	text-indent: -999999px;
	width: 512px; height: 72px;
	background: url(../img/i-love-sausage.gif) center no-repeat;
	background-size: contain;
	margin: 0px auto 40px auto;
}
p {
	font-size: 2em; line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 30px;
}
p.headline { text-transform: uppercase; }

.sausage {
	height: 39px;
	background: url(../img/sausage-icon.png) center no-repeat;
	margin-bottom: 30px;
}

.company {
	height: 124px;
	background: url(../img/the-great-british-sausage-co.png) center no-repeat;
	text-indent: -999999px;
}

.e-link { display: none; }

@media screen and (max-width: 767px), screen and (max-height: 600px) {
	#content {
		width: auto;
		margin-left: 40px; margin-right: 40px;
		left: auto;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	h1 {
		width: auto; height: 0px;
		padding-bottom: 14.5%;
	}
	.e-link { display: inline; }
	.e-address { display: none; }
}
@media screen and (max-height: 600px) {
	#content {
		margin-top: 40px; margin-bottom: 40px;
		position: relative;
		left: auto; top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}