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

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
	font-family: Bitter;
}
p{
	margin: 0 0 20px 0;	
}
a:focus{
	outline: none;
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}
body{
	background-color: #d2d1d0!important;
}
img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

#intro{
	background:url(images/LD-007-background.png) 50% 0 no-repeat fixed;
	color: white;
	height: 612px;
	margin: 0 auto;
	padding: 0;
}

.top{
	text-align: center;
}
.story img.logo{
    margin-top: 50px;
}
.story p.italic{
	font-family: Bitter;
	font-style: italic;
	font-size: 30px;
	margin-top: 105px;
	color:#b1b1b1;
}
.story h1{
	font-family: Bitter;
	font-weight: bold;
	font-size: 30px;
	margin-top: 0px;
	color:#b1b1b1;
}
.bg-font{
	margin-top: 70px;
	-moz-border-radius: 65px;
   -webkit-border-radius: 65px;
    border-radius: 65px;
	background-color: #b1b1b1;
	width: 65px;
	height: 65px;
	margin-left: 58px;
}
.bg-font i{
	line-height: 65px;
	color:#000;
	font-size: 24px;
}
.info{
	margin: 0px 30px;
	margin-top: 20px;
	text-align: center;
}
.info h3{
	font-family: Bitter;
	font-size: 18px;
	font-weight: bold;
}
.info p{
	font-size: 13px;
	font-family: Raleway;
	color:#d5d5d5;
}
/* End Header */
.view{
	text-align: center;
}
.view-info{
	margin-top: 80px;
}
.view h3{
	font-family: Bitter;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	line-height: 30px;
}
.view a.btn{
	font-family: Bitter;
	padding: 5px 15px;
	font-size: 13px;
	color:#999999;
	border-radius: 4px 4px 4px 4px;
	background-color: #fff;
}
.view a.btn:hover{
	background-color: #222222;
	color:#999999;
}
footer{
	height: 242px;
	background-color: #464851;
	margin-top: 60px;
	text-align: center;
}
footer p{
	font-family: Bitter;
	font-weight: bold;
	color:#fff;
	font-size: 25px;
	padding-top: 60px;
}
.purchase{
	margin-top: 20px;
}
a.btn-primary{
	font-family: Bitter;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: bold;
	background-color: #82b440;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0px 4px #6f9a37;
	   -moz-box-shadow: 0px 4px #6f9a37;
	        box-shadow: 0px 4px #6f9a37;
}
a.btn-primary:hover{
	background-color: #6f9a37;
	text-decoration: none;
}