@charset "utf-8";
/* CSS Document */

section{
	background-image: 60%;
	background-attachment: fixed;
	background-image: url(../backgrounds/6.png);
	background-repeat: no-repeat;
	background-position: center 150px;	
	
	}
img{
	max-width: 100%;
	
	}
	
	
@media screen and (max-width: 580px){
	
section {
	background-image: none;	
	
	}	
	
}