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

/* ////////////////     web css       //////////////////// */
	
body, html {
	margin: 0px;
	border: 0px;
	position: relative;
	width: 100%;
	height: auto;
}

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

h2 {
	font-family: sans-serif;
	letter-spacing: .2em;
	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.5em;
	font-weight: 100;
}

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

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

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



/* paragraph text */
p {
	font-family: "helvetica neue", helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 2em;
	color: #656565;
	font-size: 20px;
	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: #8c92ac;
}

#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: 20%;
	height: auto;
}

.coltext2 {
	float: left;
	position: relative;
	width: 20%;
	height: auto;
	margin-top: 10%;
}

.ninjapose {
	float: left;
	position: relative;
	width: 60%;
	height: 900px;
}

#top {
	position: fixed;
	float: left;
	width: 100%;
	height: auto;
	padding-left: 10%;
	padding-right: 10%;
    background-color: #FFF;
    color: #8c92ac;
	padding-top: .5%;
	padding-bottom: .5%;
	z-index: 9;

}

#top .here {
	color: #72d21f;
}

#hamburgernav {
	display: none;
}

#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;
	clear: both;
	display: block;
	text-align: center;
}

#tabs {
	position: relative;
	float: left;
	width: 44%;
	padding-top: 1%;
	font-family: "helvetica neue", helvetica, sans-serif;
	color: #8c92ac;
}

#toptabs {
	position: relative;
	float: left;
	padding-top: 1%;
	width: 26%;
	margin-left: 2%;
	font-family: "helvetica neue", helvetica, sans-serif;
	color: #8c92ac;
}

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

li {
	float: left;
    font-size: 1em;
	letter-spacing: 3px;
	padding-left:20px;
	color: #8c92ac;
	font-weight: 400;
}

li:hover{
	float: left;
	color: #72d21f;
}

.secname2 img {
	align-content: center;
}

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

.widebox2{
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	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: 20%;
	height: auto;
	padding: 1%;
	position: relative;
	float: left;
}

#social-media {
	width: 100%;
	float: left;
	text-align: center;
}

#social-media a {
	display: inline-block;
}

#social-media img {
	width: auto;
	height: 32px;
	margin: 1em;
}
	
.secname {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.secname2 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	border: 0;
}

.secname3 {
	width: 100%;
    background-image: url('img/verdant.jpg');
    background-repeat: no-repeat;
	height: auto;
	position: relative;
	float: left;
	padding: 0;
	border: 0;
}

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

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

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

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

.innerbox2 {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 2%;
	margin-right: 4%;
   
}

.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: 28%;
	height: auto;
	margin-right: 1.3%;
}

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

.grid2 {
	background-color: white;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	width: 30.5%;
	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;
}

.infocard {
	width: 100%;
	margin-bottom: 50%;
}

.ninjapose img {
	width: 100%;
}

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

.footerbox {
	position: relative;
	float: left;
	width: 21%;
	padding: 2%;
	height: auto;
	margin-bottom: 1%;
}

/* Chris's CSS classes */
.center {
	text-align: center;
}

.cyber-button {
	background-color: #72d21f;
	padding: 0.30em 0.75em 0.40em 0.75em;
	color: white;
	border: 1px solid white;
	cursor: pointer;
}

.cyber-button:hover {
	background-color: white;
	color: #72d21f;
	border: 1px solid #72d21f;
}

.dropped {
	margin-top: 5em;
}

.ninja_star {
	width: 8px;
	height: auto;
	vertical-align: middle;
	margin: 0em 0.1em 0em 0.1em;
}
