
#Magyar {  
	float: right;
    width: 30px;
    height: 20px;   
    background-image: url('../Images/hu.gif');
}
#Nemet {  
    float: right;
    width: 30px;
    height: 20px;   
    background-image: url('../Images/ge.jpg');
}
body{
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url('../Images/multicolor.jpg');
	background-attachment: fixed;
}
header{
	background-size: 100%;
	text-align: center;
}
header h1{
	font-family: 'Dancing Script', cursive;
	color: White;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
header h3{
	font-family: 'Kaushan Script', cursive;
	color: white;
}
img{
	transition: all 1.2s;
	width: 100px;
	cursor: pointer;

}
section{
	color: Gainsboro;
	text-align: center;
	padding: 5px;
}
.box{
	min-height: 300px;
	text-align: center;
}
nav a{
	display: inline-block;
}
.menu{
	list-style-type: none;
	line-height: 40px;
	margin: 4px;
	padding: 0;
	border: 0;
}
.menu li{
	display: inline-block;
	width: 14%;
	text-align: center;	
}
.menu li a{
	display: block;
	text-decoration: none;
	color: white;
	background-color: Sienna;	
	border-radius: 10px;
	transition: all 1.2s;
}
.menu li a:hover{
	font-weight: bold;
	background-color: Wheat;
	color: black;
	transition: all 0.3s;
}
.userbox_content{
	color: Red;	
}
.userbox_content a{
	color: Gainsboro;	
}
footer{
	font-family:  'Lemonada', cursive;
	color: white;
}
@media (max-width: 767px)
{
	nav a{
		display: block;
		width: 100%;
		background-color: #ADFF2F;
		margin-top: 1px;
		padding: 10px;
		text-align: center;
	}
}
