/* Construct header */
header{
background-color: #226D24;	
color: white;
position: sticky;
top: 0; 
width:100%;
z-index:99999;
}

header h1{ 
margin:0;
padding: 10px;
text-align: center;

}	


header nav ul{padding: 0px;
	margin:0;
	text-align: center;
	
	
	}
header nav ul li{
	display: inline-block;
	list-style-type:none;
	line-height: 30px;	
}
header nav ul li a{
position:relative;
color: white;
text-decoration:none;
padding: 5px 15px;
border-radius: 3px;
}



header a:hover,a.actualp
{
	background-color:#74B958;
}
/* Language menu */
/* div.language_selection
{
	position: absolute;
		right: 10%;
		top: 20px;
		bottom: 20px;
		margin: 0px;
}
.langbtn
{
	padding: 10px;
	border-radius: 5px;
}
.lang-selection
{display: none;

min-width: 80px;

	
}
.lang-selection a
{display: block;
text-decoration: none;
text-align: center;
border-radius: 5px;
background-color: #f1f1f1;	
} 

.language_selection:hover .lang-selection {display: block;}
*/
.btn {
  display: none;
  background-color: #226D24;
  border: none; 
  color: white; 
  padding: 12px 16px; 
  font-size: 16px; 
  cursor: pointer; 
}


.btn:hover {
  background-color:#74B958;
}



 
  


@media screen and (max-width: 800px) {
	.btn {display: block;
	      position: absolute;
		  left:0px;
		  top:0px;
		  height:100%;}
		  
		  header h1{ 
		  margin:0;
		  margin-left:45px;
		  padding: 10px;
		  padding-left:0px;
		  text-align: center;
		  position: relative;

}	
		 
#menu {
	display: none;
		
}

header nav ul li
{   display: block;
	list-style-type:none;
	line-height: 30px;}
	

   

	
	
  .language_selection{
	  display: none;
    width: 100%; 
  }
}
  