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

#m-navbar {
	width:100%;
	height:150px;
	background-color: #FFF;
	position: fixed;
	z-index:5;
	-webkit-box-shadow: 0px 2px 1px #e0e0e0;
	-moz-box-shadow: 0px 2px 1px #e0e0e0;
	box-shadow: 0px 2px 1px #e0e0e0;
}

#m-logo{
	width:200px;
	height:190px;
	float:left;
	/*background-image:url(../images/logo-back1.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: fixed;*/
	margin-left: 30%;
	padding-left:37px;
	padding-top: 15px;
}

#m-nav{
	text-decoration: none;
	width:auto;
	color:#000;
	margin-right: 8%;
	padding-top: 3%;
	font-family: 'Droid Sans', sans-serif;
}

#m-bars {
	float: right;
	color: #000066;
	
}

#m_slideout {
	position: fixed;
	opacity: .9;
	z-index: -3;
	height:500px;
	width:100%;
	color:#FFF;
	background-color: #333333;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-size: 30px;
	text-align:center;
	border-bottom: 5px solid #666666;
	margin-top: 13%;

}
#m-nav-container {
	width:980px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-top: 3%;
}

.m-container {
	width:450px;
	height:auto;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
}

.m-nav-button {
	width:430px;
	height:50px;
	padding: 25px 10px 20px 10px;
	margin:5px;
	float:left;
	border-radius: 3px;
	border: 2px solid #000066;
	background-color: #000066;
	color:#fff;
	font-size: 30px;
	transition: background .25s ease-in-out !important;
   -moz-transition: background .25s ease-in-out !important;
   -webkit-transition: background .25s ease-in-out !important;
}
.m-nav-button:hover {
	background-color: #fff;
	color:#000066;
	border: 2px solid #FFF;
}

.m-footer {
	border-top: 4px solid #dfdfdf;
 	background-color: #ebebeb;
	width: 100%;
	float:left;
	height:20%;
	padding-bottom:30px;

}

/*------------------Index Load----------------------*/
#m-index-background {
	height:100vh;
	min-height: 900px;
	width:100%;
	z-index: -3;
	background-image: url(../images/texture-back.png);
	background-repeat: repeat;

}

#m-index-load {
	min-height:auto;
	height: auto;
	width:100%;

	float:left;
	position: relative;
}
#m-tagline{
	margin-left: auto;
	margin-right: auto;
	width:808px;
	height:auto;
	margin-bottom:50px;
	float:left;
	padding-top: 25%;
	z-index:2;
}
#m-ability {
	font-family: 'Pontano Sans', sans-serif;
	float: left;
	padding-right:6px;
	padding-top: 7px;
	width:auto;
	height: auto;

}
#m-anywhere {
	float: left;
	width:auto;
}

#m-index-container {
	width:808px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	font-family: 'Droid Sans', sans-serif;
	padding:25% 20px 20px 20px;
}

#m-buttons {
	padding-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width:470px;
	height:auto;
	
}

#m-small-text {
	padding-top: 5%;
	font-size: 30px !important;
}

#m-arrow {
	position:absolute;
	text-align: center;
	left:44.7%;
	top:99%;

}
/*------------------EndIndexLoad----------------------*/
#navbar {
	display:none;
}

#logo {
	display:none;
}

#nav {
	display:none;
}

.footer {
	display:none;
}

#index-background {
	display: none;
}
#tagline {
	display: none;
}
#ability {
	display: none;
}
#anywhere {
	display: none;
}
#index-container {
	display: none;
}
#arrow {
	display: none;
}
#buttons {
	display:none;
}
#small-text {
	display:none;
}