#content #main-content .title {
	margin-top: 80px; 
	padding-bottom: 0px; 
	padding-left: 0px;
}

#content #main-content .title h1 {
	margin-bottom: 20px
}

#content #main-content .title h1 span {
	white-space: nowrap;
}

@media screen and (max-width: 500px) {
	
	#content #main-content .title {
		margin-top: 0px; 
	}
	
	#content #main-content .title h1 span {
		white-space: normal;
	}
	
	#content #main-content h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	
	#content #main-content .title h1 {
		font-size: 20px;
	}
	
	#content #main-content h3 {
		font-size: 16px;
	}
}