@charset "utf-8";

body{
	position: relative;
}
.logo{
	position: absolute;
	top: 50px;
	left:90px;
	z-index: 10000;
}
.logo img{
	width:150px; 
}
.logo a{
	padding: 10px;
}

@media screen and (max-width:1024px){
	.logo{
	top: 50px;
	left:50px;
}
.logo img{
	width:120px; 
}

}
@media screen and (max-width:768px){
	.logo{
	top: 45px;
	left:20px;
}


}@media screen and (max-width:425px){
	.logo{
	top: 20px;
	left:10px;
}


}