/* navigation bar */
#topnav {
width: 100%;
top: 0px;
left: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}

#topnav .logo {
  float: left;
padding-left: 0em;
}
#topnav .logo a {
  text-decoration: none;
  display:block;
}

#topnav #navbtn {
display: none;
float: right;
top: 3em;
width: 20px;
padding: 2.5em 0em;
background: url('../img/nav-icon.png') center no-repeat;
text-indent: -99999px;
overflow: hidden;
margin-right: 1em;
right: 0em;
position: absolute;
}

#topnav nav {
position: relative;
float: left;
width: 100%;
margin-top: 20px;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
display: block;
float: left;
 background: #BEBEBE;
font-family: 'Open Sans', Arial, sans-serif;
margin-right: 1px;
font-weight:600;
padding: 10px;
text-align: center;
margin-right:1%;
font-weight: 600;
color: #000000;
font-size: 1em;
width:19%;
}


#topnav nav ul li a {
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
color: #000;
}

#topnav nav ul li a:hover {
	text-decoration:none;
	 color: #333;
}
#topnav nav ul li.active>a{

	 color: #333;
}

/* menu block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}

#btmnav .credits { 
  color: #999;
  line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }



@media (max-width:1100px) {   /* STILE TABLET */
#topnav nav {
/*margin-top: 106px;*/
}

}



@media screen and (max-width: 800px) {
	
  #topnav nav ul li { 
  width:100%;
  padding:0px;
  }
	
  #topnav h1 {
	padding: 1.4em 0em;
	}
	#topnav #navbtn {
	padding: 1.8em 0em;
	}
  #topnav { height: auto;
  padding-left: 0em;
	padding-right: 0em;
   }
  #topnav nav { 
display: none;
position: absolute;
width: 100%;
top: 13em;
margin-top: 0px;
right: auto;
z-index: 999;
  }
  #topnav nav ul li { 
  float: none;
margin: 0;
height: auto;
  }
  #topnav nav ul li a {
    display: block;
    width: 100%;
    line-height: 1.4em;
    border: 0;
    padding: 9px 9px;
    border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  
    #topnav nav ul li a:hover {
text-shadow: none;
  }
  
  
  #topnav nav ul li a:hover {
   background:#333;
	color: #ffffff;
  }
  #topnav nav ul li a.sel {
    color: #6f8767;
    background: #cbdcc5;
  }
  
  #topnav #navbtn {
    display: block;
  }
}