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

/* 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;
}

@font-face {
    font-family: 'traveling__typewriterregular';
    src:url('../fonts/travelingtypewriter-webfont.woff2')format('woff2'),
         url('../fonts/travelingtypewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

html { 
  background: url(../images/northwickbg.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'traveling__typewriterregular';
}

.bodywrapper{
	width:100%;
	background-color: rgba(255,255,255,0.5);
	min-height:90vh;
	padding:40px 20px;
	float: left;
}

.logo {
	max-width:960px;
	height:auto;
	margin:0px auto;
	text-align: center;
}

.logo img {
	max-width:80%;
	min-width:280px;
	height:auto;
	
}

.bodytext {
	max-width:600px;
	height:auto;
	text-align: center;
	color:#000;
	margin: 20px auto
	
}

.bodytext p {
		line-height: 1.5em;
	font-size: 1em;
	margin-top:5px;
	margin-bottom:15px
}

.bodytext h1 {
		line-height: 1.2em;
	font-size: 1.8em;
	margin-top:80px;
	margin-bottom:25px
}

.bodytext h2 {
		line-height: 1.3em;
	font-size: 1.3em;
	margin-top:40px;
	margin-bottom:40px
}

.bodytext p a, h1 a, h2 a, .footerwrap p a {
	color:#000000;text-decoration: underline;
}

.socials {
	text-align:center;
	max-width:600px;
	height:auto;
	margin: 0 auto;
}


.socials ul {
}

.socials li {
		display: inline-block;
	margin:50px 10px;
}

.socials li img {
	max-width:60px;
	height:auto;
}

.footerwrap {
    width: 100%;
    height: 80px;
    text-align: center;
    float: left;
    bottom: 0px;
	padding:20px
	
}

.footerwrap p {
		line-height: 1.4em;
	font-size: 1.2em;

	
}

	


