html{
	height: 100%;
}
body{
    height: 100%;
	font-family: "Muli", Sans-serif;
}
.logo{
	padding: 5px 5px 5px 0px;
	display:block;
	vertical-align:top;
	float: left;	
}
@media(max-width:768px) {
	.navbar-default {height:50px;}
	.nav>li>a {float:right;margin-top:0px;}
	.text-logo {padding-left:2px;}
}
.navbar-default{
	background: rgba(255,255,255,.9);
	border-bottom: none;
	}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: rgba(255,255,255,.9);
}
.navbar-default .navbar-nav >.active>a:hover{
	color:#9deaef;
	}
/**  Header Navigation **/
.header-index{
	background-image: url('../res/hi.jpg');
	width:100%;
	background-size:cover;
	height: 100%;
}
.h1-header{
	margin-top:40%;
    background-color: rgba(255,255,255, .7);
	padding: 20px;
	line-height: 130%;
	font-size: 2.1em;
	
}
.version{
	font-size: .7em;
}
.discover{
	font-size:.8em;
}
h2{
	font-size:font-size: 42px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	
	}
.border {
  display: block;
  width: 100px;
  height: 1px;
  background: #9deaef;
  margin: 0 auto 0px;
  margin-top: -20px;
  margin-bottom: 30px;
  }
#features{
	background-color: #4d8c84;
	color: white;
	padding:20px;
	text-align: center;
	margin-bottom:0px;
	font-size: 1.8em;
	border-top: 3px solid #9deaef;
}
.download-item{
	text-align: left;
	padding: 15px;
}
footer{
  background-color: #1d1f20;
  color: #9eaeb7;
  padding: 50px;
  
  text-align: center;
  font-size: 12px;
}
