/* ////////////////     mobile css       //////////////////// */
@charset "UTF-8";

@media screen and (max-width : 768px) {
 
body, html {
	margin: 0px;
	border: 0px;
	position: relative;
	width: 100%;
	height: auto;
}

/* title font */
h1 {
	font-family: sans-serif;
	letter-spacing: .1em;
	line-height: 1.3em;
	color: #656565;
	text-align: left;
	font-size: 2.6em;
	font-weight: 300;
}

h2 {
	font-family: sans-serif;
	letter-spacing: 2px;
	line-height: 1.2em;
	color: #72d21f;
	text-align: left;
	font-size: 1em;
	font-weight: 300;
}

h3 {
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
	color: #656565;
	font-size: 1.4em;
	font-weight: 100;
}

h4 {
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1em;
	color: #656565;
	font-size: 2em;
	font-weight: 100;
}

h5 {
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1em;
	color: #656565;
	font-size: 1.4em;
	font-weight: lighter;
}

h6 {
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #656565;
	font-size: 1em;
	font-weight: 100;
}

/* paragraph text */
p {
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #656565;
	font-size: 1.3em;
	font-weight: 100;
}

a {
	text-decoration: none;
	color: #72d21f;
	font-family:  "helvetica neue", helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

a:hover {
	text-decoration: none;
	color: #6ec11e;
	font-family:  "helvetica neue", helvetica, sans-serif; 
	font-weight: 400;
	letter-spacing: 1px;
}

#top a {
	color: white;
}
	
#top a:hover {
	color: #72d21f;
}
	
#topimage img {
	width: 100%;
	height: auto;
	position: relative;
}

#topimage {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.coltext {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

.infocard {
	width: 100%;
}

.ninjapose img {
	width: 100%;
}

.ninjapose {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

#top {
	position: fixed;
	float: left;
	visibility: hidden;
	width: 0px;
	height:auto;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	z-index: 9;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#hamburgernav {
	display: block;
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
	height: auto;
	margin: auto;
	padding-top: .5%;
	padding-bottom: .5%;
	background-color: white;
}

#hamburgernav-top {
	width: 100%;
	text-align: center;
}

#hamburgernav-top img {
}

#hamburgernav-button {
	float: right;
	margin: 0.5em 1.0em auto auto;
}

#hamburgernav-button:hover {
	cursor: pointer;
}

#hamburgernav-links {
	width: auto;
	height:auto;
	margin: auto;
	padding-top: .5%;
	padding-bottom: .5%;
	background-color: white;
	text-align: center;
	font-size: 
}

#hamburgernav-links a {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0%;
	border: 1px solid white;
	padding-top: .5%;
	padding-bottom: .5%;
	background-color: #72d21f;
	color: white;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family:  "helvetica neue", helvetica, sans-serif;
	letter-spacing: 0.15em;
}

#hamburgernav-links a:hover {
	border-color: #72d21f;
	background-color: white;
	color: #72d21f;
}

.hamburgernav-cold {
	display: none;
}

.hamburgernav-hot {
	display: block;
}

#logo {
	position: relative;
	float: left;
	width: 10%;
	height: auto;
}

#logo img {
	position: relative;
	float: right;
}

.startbtn {
	position: relative;
	height: auto;
	width: 100%;
	background-color: aqua;
	float: left;
	width: auto;
	margin: auto;
}

#tabs {
	position: relative;
	float: left;
	width: 40%;
	padding-top: .5%;
	font-family:  "helvetica neue", helvetica, sans-serif;
	color: #000;
}

#toptabs {
	position: relative;
	float: left;
	padding-top: .5%;
	width: 30%;
	margin-left: 2%;
	font-family:  "helvetica neue", helvetica, sans-serif;
	color: #000;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;
	overflow: hidden;
}

li {
	float: left;
	letter-spacing: 3px;
	padding-left: 20px;
	color: #FFF;
	font-weight: 400;
}

li:hover {
	float: left;
	color: #72d21f;
	font-weight: 400;
}

.secname2 img {
	align-content: center;
}

.widebox {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	position: relative;
	float: left; 
	padding-top: 4%;
	padding-bottom: 4%;
}

.widebox2 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	align-content: center;
	background-color: #f9f9f9;
	padding-top: 4%;
	padding-bottom: 4%;
	height: auto;
	position: relative;
	float: left; 
}

hr.style2 {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
}

#textbox {
	background-color: white;
	width: 100%;
	height: auto;
	padding: 1%;
	position: relative;
	float: left;
}

/*
#social-media {}
*/
	
.secname {
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;
	float: left;
}

.secname2 {
	width: 100%;
	margin: auto;
	height: auto;
	text-align: center;
	position: relative;
	float: left;
	padding: 0px;
	border: 0px;
}

.foot {
	width: 90%;
	height: auto;
	position: relative;
	margin-top: 4%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	color: #656565;
}

.foot h2 {
	text-align: center;
}

.innerbox1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	clear: both;
	margin: auto;
	background-color: white;
}

#smallgrid {
	float: left;
	position: relative;
}

#smallgrid img {
	width: 30%;
	margin-right: 1%;
}

.innerbox2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 2%;
	padding: 0;
}

.innerbox1 img {
	width: 100%;
	clear: both;
}

.innerbox2 img {
	width: 100%;
}
	
.thirds img {
	width: 100%;
}

#fillimg {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}

#fillimg img {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 4%;
}

.thirds {
	background-color: white;
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	width: 96%;
	height: auto;
	margin:auto;
}

.grid {
	background-color: #f9f9f9;
	position: relative;
	padding-left: 2%;
    padding-top: 2%;
	padding-right: 2%;
	float: left;
	width: 46%;
	height: auto;
	margin:auto;
}

.grid2 {
	background-color: white;
	position: relative;
	margin-bottom: 1%;
	float: left;
	width: 48%;
	height: auto;
	padding: 1% 0% 0% 1%;
}

.grid2 img {
	position: relative;
	float: left;
	width: auto;
	margin-right: 5%;
	text-align: left;
	height: auto;
}

.grid img {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5%;
	height: auto;
}

#filter-menu {
	font-color: #000;
	display: inline-block;
	float: left;
	position: relative;
}

.footerbox {
	position: relative;
	float: left;
	text-align: center;
	width: 96%;
	padding: 2%;
	color: white;
	background-color:white;
	height: auto;
	margin: auto;
	margin-bottom: 4%;	
}

.footerbox h1 {
	position: relative;
	float: left;
	color: 656565;
	text-align: center;
	width: 96%;
	padding: 2%;
	height: auto;
	margin: auto;
}

/* Chris's CSS classes */
.ninja_star_mobile {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0em 1em 0em 1em;
}

} /* end of @media handheld rule */

/* ---------------------------------------------------------------------- */

@media screen and (max-width : 391px) {

.startscroll {
	width: 100%;
	height: auto;
}

.ninja_star_mobile {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 0em 0.5em 0em 0.5em;
}

} /* end of @media handheld rule */
