@font-face{font-family:'BebasNeueRegular';src:url('BebasNeue-webfont.eot');src:url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg'),url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');font-weight:normal;font-style:normal;}

body {
	background-image: url(../../../images/grey-long-background.jpg);
	background-repeat: repeat-x;
	background-color: #d7d5d5;
}


@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/wordpress/fluid-images/
*/
img, object, embed, video {

}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/wordpress/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#image-header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}



.story{
	margin: 0 auto;
	
	overflow: auto;
	width: 100%;
}

.story .float-left, .story .float-right{
	padding: 0px 0 0 0;
	position: relative;
	
}
.float-left{
	float: left;
	margin-top: 600px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
.float-left2{
	float: left; 
	width: 80%;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
padding:  5%;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
.float-right{
	float: left;
	color: #330;
	width: 90%;
	margin-top: 180px;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
}
.float-right2{
	float: right;
	color: #330;
	width: 80%;
	padding: 10px;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
	margin-top: 350px;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
}


 #intro{
	 display:none;
}
#mobiletop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}#second, #third, #fourth, #fifth, #sixth, #footer{
display:none;	
}
#mobile{
display:block;	padding:5%; 
}
#show{
display:none;	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#image-header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	height: 33px;
}


.story{
	margin: 0 auto;
	
	overflow: auto;
	width: 100%;
}

.story .float-left, .story .float-right{
	padding: 0px 0 0 0;
	position: relative;
	
}
.float-left{
	float: left;
	margin-top: 600px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
.float-left2{
	float: left; 
	width: 90%;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
padding:  10px;
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
.float-right{
	float: right;
	color: #330;
	width: 60%;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.float-right2{
	float: right;
	color: #330;
	width: 90%;
	padding: 10px;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
	margin-top: 350px;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 0;
}
#footer{
	height: 300px;
	
	margin: 0 auto;
	padding: 5%;
	background-color:#6CF;

}

 #intro{
	 display:block;
}
#mobiletop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
#intro{
display:none;	
}
#second, #third, #fourth, #fifth, #sixth, #footer{
display:none;	
}
#mobile{
display:block;
padding:5%;	
}
#show{
display:none;	
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 969px) {
.gridContainer {
	width: 100%;
	z-index:99999;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto; position:fixed;
	background-image: url(../../../images/grey-long-background.jpg);
	background-repeat: repeat-x;
	background-color: #d7d5d5;
}
#nav-container{
max-width: 950px;	
width: 90%;
padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#image-header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;background: rgb(255, 255, 255); padding: 1.5%; width: 50%;
background: rgba(255, 255, 255, .8);
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	
}
.float-left{
	float: left;
	margin-top: 600px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
.float-left2{
	float: left; 
	width: 37%;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
padding:  10px;
	margin-top: 200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}
.float-right{
	float: right;
	color: #330;
	width: 60%;
	margin-top: 80px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.float-right2{
	float: right;
	color: #330;
	width: 33%;
	padding: 10px;
	background: rgb(255, 255, 255); color:#030;
background: rgba(255, 255, 255, .7);
	margin-top: 150px;
	margin-right: 12%;
	margin-bottom: 0;
	margin-left: 0;
}
 
 #intro{
	color: white;
	height: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/paintball-intro-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: right;
	height: 33px;
}
#mobiletop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

/* FPS Limits Btn */
#limits img{
	height: 248px;
	width: 384px;
	margin: 15px 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease; 
	
}

#limits img:hover {
	height: 278px;
	width: 414px;	
}
#limits { 
	width: 384px;
	height: 248px;
	position:absolute; 
	top:10%;
	left:10%;
	
}

/* locations Btn */
#locations img{
    height: 202px;
    width: 426px;
    margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#locations img:hover {
	height: 232px;
	width: 456px;
	margin-left: 0px;
	
}#locations {
	width: 426px;
	height: 202px;
position:absolute; top: 10%; right:30%;
}
/* Netting Btn */
#netting img{
    height: 341px;
    width: 270px;
    margin: 15px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#netting img:hover {
	height: 371px;
	width: 300px;

	
}#netting {
	width: 270px;
	height: 341px;position:absolute; top: 8%; right:10%;
	margin-top: 0px;

}
/* Safety Signs Btn */
#signs img{
    height: 276px;
    width: 296px;
    margin: 15px 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

#signs img:hover {
	height: 306px;
	width: 326px;
	margin-left: 0px;
	
}#signs {
	width: 296px;
	 height: 276px;
	position:absolute; top:25%; right:50%;
}

/* Age Btn */
#age img{
    height: 270px;
    width: 308px;
    margin: 15px 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

#age img:hover {
	height: 300px;
	width: 338px;
	margin-left: 0px;
	
}#age {
	width: 308px;
	 height: 270px;
	position:absolute; bottom:20%; left:10%;
}
/* Waivers Btn */
#waivers img{
    height: 158px;
    width: 291px;
    margin: 15px 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

#waivers img:hover {
	height: 188px;
	width: 321px;
	margin-left: 0px;
	
}#waivers {
	 height: 158px;
	 width: 291px;
	position:absolute; bottom: 20%; left:40%;
}
/* Intro other Content */
#intro-words {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif; text-align:left;
	padding-left: 25px;
	left: 15%;
	bottom:3%;
	position:absolute;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333;
}
h1 {
	
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #CA0000;
	font-size: 2.5em;
	margin-bottom: -10px;
}

h2 {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #CA0000;
	font-size: 2em;
	margin-bottom: -10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lady img {
	right:10%;
	position:absolute;
	z-index:2; bottom:0;
	margin-top: -515px;
}
.scroll-btn{
	position:fixed; z-index:99999999; width:105%; padding-top:10px; padding-bottom:10px; background-color:#000000; margin-left:-25px;  margin-top: 110px;top:0;display:none;  color:white; font-size: 1.5em; text-align:left;font-family: 'BebasNeueRegular', Arial, sans-serif;
}
.scroll-btn a{color:white; text-decoration:none;
	
}
.scroll-btn ul li{
list-style:none; display:inline-block; padding-right:2%; text-align:center;	
}
#scroll-container{
max-wid	
}
#fps{
position:absolute;	height: 350px;
margin-left: 23%; margin-top:15%; width:350px; background: rgb(255, 255, 255); color:#030; z-index:100000000;
background: rgba(255, 255, 255, .7);
padding:  2%;}
#bgvid{
position:absolute;	
}
#sign-content{
position:absolute;	margin-left: 27%; margin-top:25%;background: rgb(255, 255, 255); padding: 1.5%; width: 50%;
background: rgba(255, 255, 255, .7);

}
#netting-content{
position:absolute;	margin-left: 30%; margin-top:33%;background: rgb(255, 255, 255); padding: 1.5%; width: 50%;
background: rgba(255, 255, 255, .7);

}
#coverage-content{
position:absolute;	margin-left: 30%; margin-top:10%;background: rgb(255, 255, 255); padding: 1.5%; width: 50%;
background: rgba(255, 255, 255, .7);

}#intro{
	color: white;
	height: 998px;
	display:block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../images/paintball-intro-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
#second, #third, #fourth, #fifth, #sixth, #footer{
display:block;	
}
#mobile{
display:none;	
}
#show{
display:block;	
}
}


#header, #intro, #second, {
	width: 100%;
}



#second{
	color: black;
	height: 1000px;padding: 100px 0 0 0;
	position:relative;
	z-index: 2;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: 50% 0;
}



#third{
	color: white;
	height: 1000px;
	padding: 100px 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/Picture5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#fourth{
	color: white;
	height: 1000px;
	padding: 100px 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/signs15.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#fifth{
	height: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/map.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#sixth{
	height: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background-attachment: fixed;
	background-image: url(../images/kid-playing-paintball.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#footer{
	height: 1000px;
	background-image: url(../images/paper.jpg);
	margin: 0 auto;
	padding: 5%;
	background-color: #6CF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#button {
	background-color: #030;
	display: block;
	color: white;
	padding: 20px;
	width: 90%;
	position: relative;
	z-index: 170;
	text-align: center;
	text-decoration: none;
	height: 25px;
	font-family: 'cooper_hewittbold';
	font-size: 2em;
}
#button a:link{
	background-color: #6CC;
	color:white;
	position:relative;
		text-decoration:none;font-family: 'cooper_hewittbold';
	font-size: 2.5em;
}
#button a:visited{
	background-color: #6CC;
	color:white;
	position:relative;
		text-decoration:none;font-family: 'cooper_hewittbold';
	font-size: 2.5em;
}

/*Navigation*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
nav {
	height: 50px;
	width: 100%;
	font-size: 205%;
	color: #C00;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	position: relative;
	margin-left: 175px;
	margin-top: -45px;
}
.ie8 nav{
margin-left: 190px;	
}
nav a:visited {
	color: #C00;
}
nav a:hover {
	color: #33F;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 850px;
	height: 30px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #C00;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	color: #CE071A;
	text-indent: 35px;
}
nav a#pull {
	display: none;
}
#hidden2 {
	display: block;
	margin-top: -5px;
}
@media screen and (max-width:940px) {
nav {
	height: 70px;
	margin-left: 110px;
	margin-top: -65px;
	font-size: 165%;
}
nav ul {
	width: 80%;
	display: block;
	height: auto;
}
nav li {
	width: 30%;
	float: left;
	position: relative;
}
nav a {
	text-align: left;
	width: 70%;
	text-indent: 0px;
}
}
@media only screen and (max-width:850px) {
nav {
	border-bottom: 0;
}
nav ul {
	display: none;
	height: auto;
}
nav a#pull {
	display: block;
	background-color: #000000;
	width: 100%;
	position: relative;
	margin-left: 30px;
	padding-left: 15px;
	color: #FFF;
	padding-top: 5px;
}
nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width:850px) {
nav li {
	display: block;
	float: none;
	width: 100%;
	background-color: #FFF;
	padding-left: 15px;
	font-size: 18px;
}
nav li a {
	border-bottom: 1px solid #576979;
}
}

