﻿/* GUNS */
body {
	background: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
	margin: 0;
	padding: 0;
}

div { margin: 0; padding: 0; }

div.content {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 999;
	position: relative;
}

img {
	max-width: 600px;
	margin: 0 auto;
	display: block;
	width: inherit;
}

h1, h2, h3 {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-weight: 100;
}

h1 { font-size: 50px; }
p { font-size: 26px; }

h1#topname { 
	text-transform: none;
	line-height: 1em;
	margin-top: 140px;
	margin-bottom: 0;
}

a { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }

p span.heading {
	letter-spacing: 1px;
	font-weight: 100;
}

.boxline {
	display: block;
	width: 100%;
	height: 80px;
	margin: 40px 0;
}

.boxline.red { background: #ff746c; }
.boxline.yellow { background: #f4f186; }
.boxline.blue { background: #8fa9ef; }
.boxline.green { background: #6fc276; }
.boxline.purple { background: #a66fb5; }
.boxline.bottom { background: none; margin-bottom: 150px; }





@media (max-width:480px){
	h1#topname { margin-bottom: 16px; }
	h1 { font-size: 35px; }
	p { font-size: 18px; }
	img { max-width: 300px; }
}



