
html
#LargeNav{
	display: inline;
}

#MobileNav{
	display: none;
}

#logo {
	width: 25vw;
	min-width:30vw;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 5vh;
	margin-bottom: 10vh;
}
input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #eee;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}	
li a {
	 display: block;
	 color: White;
	 text-decoration: none;
	 font-style: bold;
	 text-align: center;
	 font-size: 2vw;
}

li a:hover {
	border-style: none none solid none;
	border-color: #434240;
}

#Nav{
	overflow:auto;
	text-align: center;
}

#LanguageNav{
	float: right;
	position: relative;
	overflow:auto;
}

ul {
	list-style-type: none;
	text-align: right;
}

ul li {
	 /*margin: 10% 2.5% 1% 2.5%;*/
	 width: 16.6%;
	 float: left;
	 display: block;
	 margin: 0% 0% 0% 0%;
	 background-color: transparent;
}
button {
background-color: transparent;
}


/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  z-index:100;
  padding-top:5vw;
}
form{
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  bottom: 10%;
  left: 0;	
  width: 100%;
  text-align: center;
}

/* The sidebar links */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2.5%;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 2vw;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 1%;
  right: 2%;
}
.language {
	cursor: pointer;
	}
/* The button used to open the sidebar */
.openbtn {
  position: fixed;
  top: 2%;
  left: 1%;
  top: 0;
  cursor: pointer;
  color: white;

	margin: 0.5% 0.5%;
  border: none;
  z-index:99;
  border-radius: 0.5vw;
 font-size: 3vw;
}

.openbtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.lenguage {
	padding: 0vw 1vw 0vw;
	border: none;
	width: 22vw;
	height: 22vw;
	}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 1000px) {
  .sidebar {padding-top: 15px;}
  
  .openbtn {padding: 2% 4%;}
	#logo {width: 45vw;}
	.sidebar {padding-top:5vw;}
	
}

@media screen and (max-width: 1000px) and (orientation:portrait) {
   .openbtn {font-size: 10vw;}
	.sidebar a {font-size: 4vw;}
}

@media screen and (max-width: 1000px) and (orientation:landscape) {
	.openbtn {font-size: 10vh;}
	.sidebar a {font-size: 3vw;}
}