@import url(https://fonts.googleapis.com/css?family=Kaushan+Script|Lato|Orbitron);
/*<img src="img/harley.JPG" onMouseOver="this.src='img/harley_up.JPG'" onMouseOut="this.src='img/harley.JPG'"/>*/
body{
	background:#000;
	color:#fff;
	font-family:'Lato', Arial, sans-serif;
}

a{
	text-decoration:none;
}

#content{
	width:100%;
	margin:0px;
	
}

#header{
	width:100%;
	font-family:'Kaushan Script', cursive;
	font-size:40px;
	color:#910707;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}

#header span{
	font-family:'Orbitron', san-serif;
	color:white;
	font-size:30px;
}
	

/* Store Code */


#store{
  margin: 10px 0 20px 0 ;
  width:100%;
  border-bottom:10px solid #A32809;
  background-color:white;
}

.storeitem{
  width: 30%;
  margin:0 5px 10px 5px;
  display:inline-block;

 }

.storeitem img{
  border: 5px solid #A32809;
  width: 90%;
  margin:10px;
 }

.storeitem h2{
  width: 100%;
  color:#000;
  font-size:16px;
  padding: 0 10px 0 10px;
  font-family: 'Orbitron', Arial, sans-serif;
  letter-spacing: 1.5px;
  margin:0px;
 }
 
 .cost{
  width: 100%;
  color:#A32809;
  font-size:20px;
  font-weight:bold;
  padding: 0 10px 0 10px;
  margin:0px;
  font-family: 'Lato', Arial, sans-serif
}


.options{
	width:100%;
	padding: 0 10px 0 10px;
}

.description{
	font-size:14px;
	width:100%;
	font-family:'Lato', Arial, sans-serif;
      color:#000;
}

.purchase{
	width:100%;
	margin: 15px 0 10px 0;
}
		
.btn {
		width: 75%;
		background: #A32809;
		color: #FFF;
		margin:20px auto 0 auto;
		padding: 5px 10px 5px;
		font-family: 'Lato', Arial, sans-serif;
		font-size: 20px;
		text-decoration: none;
		text-align:center;
		border: 2px solid #A32809;
		border-radius: 5px;
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		}
		
.btn:hover {
	background: #FFF;
	color: #A32809;
	font-family: 'Lato', Arial, sans-serif;
}
		
.disclaimer{
	 font-family:'Lato', Arial, sans-serif;
	 color:#000;
	 text-align:center;
	 width:100%;
	 
}

.alert{
    font-size:12px;
    color:#A32809;
    font-family:'Lato', Arial, sans-serif;
}

.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:25px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
	font-family:'Orbitron', sans-serif;
	font-size:x-small
}
.footer a:hover{
	color:#fff;
}


.ac_footer a span{
	font-family:'Kaushan Script', cursive;
	font-size:small !important;
}


/*---------------------------------- Mobile*/
@media only screen and (min-width: 324px) and (max-width: 700px){
/* Store Code */


.storeitem{
  width:100%;
 padding:0 0 0 20px;
 }
  
.storeitem img{
  width:90%;
  margin: 0 auto 0 auto;
 }

 
 		 		

}