
.feature {
	width:1024px;
	margin:0 auto;
}

.feature img {
	width:100%;
	height:auto;
}

#aboutPage {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:122px;
}

#container {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/paper.png) repeat;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:0 0 55px 0;
}

#about {
	width:100%;
	max-width:1024px !important;
	margin:0 auto;
	padding:35px 0;
}

.about {
	width:100%;
	padding:2% 0 0 0;
}

.about 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;
}

.about p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

.about a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.about a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#backTop {
	width:100%;
	float:right;
	text-transform:uppercase;
	text-align:right;
	font-size:15px;
	margin:0 0 15px 0;
}

#backTop a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#backTop a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

/*Set the menu behaviour for all screens smaller than 1200px */
@media all and (max-width:1200px) {
		
	.about {
		padding:2% 35px 0 35px;
	}
}

/*Set the menu behaviour for all screens smaller than 1024px */
@media all and (max-width:1024px) {
	
	.feature {
		width:100%;
	}
}

/*Set the menu behaviour for all screens smaller than 950px */
@media all and (max-width:950px) {
	
	#aboutPage {
		margin:0 auto;
	}
		
	.about {
		width:100%;
	}
}

/*Styles for screen 768px and lower*/
@media screen and (max-width:768px) {
}

/*Styles for screen 592px and lower*/
@media screen and (max-width:592px) {
	
	.about {
		padding:2% 25px 0 25px;
	}
	
	#backTop {
		text-align:left;
	}
}

/*Styles for screen 480px and lower*/
@media screen and (max-width:480px) {
	
	.about h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
		
	.about p {
		font-size:13px;
	}
}

/*Styles for screen 320px and lower*/
@media screen and (max-width:320px) {

}