/* Eric Meyer's CSS Reset */
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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color:#1f1a19;
}


.text1 {
	font-family: 'Roboto', sans-serif;
	font-size: 72px;
	font-weight: 400;
	color: white;
}

.text2 {
	font-family: 'Roboto', sans-serif;
	font-size: 72px;
	font-weight: 100;
	color: white;
}

.text3 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 100;
	color:#a9a8a8;
	padding: 0 0 0 4px;
}

.text4 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 100;
	color:#474444;
	padding: 0 0 0 4px;
}

.text4 a {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 100;
	color:#474444;
	text-decoration:none;
}

.text4 a:hover {
	color:#a9a8a8;
}
	
	
#form {
	margin: 15px 0 0 5px;
	width: 300px;
	height: 90px;
	display: none;
}

#thanks {
	margin: 20px 0 0 5px;
	width: 300px;
	height: 200px;
	background-image: url(images/thanks.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.formquery {
	width: 280px;
	height: 90px;
	background-color:#a9a8a8;
	font-family: 'Roboto', sans-serif;
	color:#1f1a19;
	padding:10px;
	font-size: 18px;
	font-weight: 100;
	border: none;
}

.formsubmit {
	background-color:transparent;
	font-family: 'Roboto', sans-serif;
	color: #a9a8a8;
	font-weight: 100;
	font-size: 22px;
	padding: 0;
	border: none;
}


.centre {
	height: 30%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

.contact {
	margin: 10px 0 0 0;
}
