BODY 
{ 
color:#202020;
  background-color: #FFBD6B;
}

.footer{
  background-color: #c0c0c0;	
  padding:10px;
}

#home {
 width:169px;
 height:84px;
 display:inline-block;
 background:transparent url('img/logo.png') left center no-repeat;
 background-size: 169px 84px;
  float: left;
}


#menu {
 width:40px;
 height:84px;
 display:inline-block;
 background:transparent url('img/menu.png') right center no-repeat;
 background-size: 30px 30px;
margin-right:20px;
}


.desktop {
display:block;	
}	

.mobil {
display:none;
}

.tartalom{
padding-left:10px;
padding-right:10px;	
font-size:18px;
background: url(img/mobilhatter.jpg);
}	

@media only screen
and (max-width : 740px) {

BODY 
{ 
  background-color: #FEFEB4;
}

.desktop {
display:none;	
}		

.mobil {
display:block;	
}	
	
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
