/* Norther Building V.1.0 by Darrin Breen */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%
}

body {
	position: relative;
	font-size: 20px;
	line-height: 150%;
	background: url(images/B%26Wnorthern-bk.jpg) 50% top;
	background-size: cover;
	font-family: arial, sans-serif;
	border: 1px solid #000;
	box-sizing: border-box;
}

#logo {
	margin: 4% auto 0 auto;
	max-width: 960px;
	padding: 20px;
}

#logo img {
	max-width: 100%;
	height: auto;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
}


#contact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-top: 6px solid #000;
		
}


.inner {
	max-width: 960px;
	padding: 2% 0;
	margin: 2% auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	overflow: auto;
	font-weight: bold;
}


.left {
	float: left;
	width: 50%
}

.right {
	float: right;
	width: 50%
}


@media screen and (max-width: 768px) {
body {font-size: 16px}
.left, .right {float: none; width: auto;}
}

@media screen and (max-width: 480px) {
	body {font-size: 14px}
}
