
/* 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;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background:url(../images/bg.png) fixed;
	
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

	cursor: default;
	line-height: 1;
	background-color: black;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Slab', serif;
}
h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}
h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
}
h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
}
.main {
	padding: 10% 15%;
}
@media screen and (min-width: 992px) {
.main {
	padding: 15% 20%;
}
}
.logo {
	width: 140px;
	float:left;
	margin-left: -140px;
}
@media screen and (max-width: 640px) {
.logo {
	float: none;
}
}
button.mainbutton
{
	background: none repeat scroll 0% 0% transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 25px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto Slab",serif;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
	margin-top: 25px;
	cursor: pointer;
}
button.mainbutton:hover
{
	background: #fff;
	color: #888;
}






