
.legal {
	width:90%;
	height:auto;
	overflow:hidden;
	max-width:1024px !important;
	margin:150px auto 0 auto;
	padding:0;
	background:url(../images/paper.png) repeat;
}

#text {
	margin:3px 0;
	padding:35px 65px;
}

#text h1 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:28px;
	margin:15px 0 5px 0;
}

#text p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

/*Set the menu behaviour for all screens smaller than 1024px */
@media all and (max-width:1024px) {
	
	.legal {
		width:100%;
		border-bottom:3px solid #000;
	}
	
	#text {
		margin:0 auto;
		width:100%;
	}
}

/*Set the menu behaviour for all screens smaller than 950px */
@media all and (max-width:950px) {
	
	.legal {
		margin:0 auto;
	}
}

/*Set the menu behaviour for all screens smaller than 580px */
@media all and (max-width:580px) {
	
	.legal {
		padding:25px 0;
	}
	
	#text {
		padding:35px 25px;
	}
}

/*Styles for screen 480px and lower*/
@media screen and (max-width:480px) {
	
	#text h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
	
	#text p {
		font-size:13px;
	}
}