@media (max-width:930px){
	
	.btn{
		width:50%;
		padding:10px 0;
	}
	
}

/* @media (max-width:750px){ */
@media(max-width:1250px){
	
	#sections{display:block;}
	.section{
		width:initial;
		padding:25px;
	}
	.section p,.product,.section h1,#assoc,.assoc{display:none;}
	#contact{
		width:50%;
		text-align:right;
		font-size:15px;
		right:15px;
	}
	#mission img{width:100%;}
	#text,#photo{
		display:block;
		position:relative;
		width:100%;
		margin-left:0;
	}
	#photo{height:350px;}
	#logo{left:15px;}
	#footer{height:125px;}
	body{margin-bottom:125px;}
	.helper{display:none;}
	#foot{margin-top:15px;}
}