/* This section is for the custom styles used by each section of the site */
.homefield{
	background-image: url(../images/mfr_5991.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 380px;
	max-height: 1000px;

}

@media screen and (min-width: 530px){
.homefield{
	background-image: url(../images/mfr_5991.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 540px;
}

}
@media screen and (min-width: 1100px){
.homefield{
	background-image: url(../images/mfr_5991.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 750px;
}

}

@media screen and (min-width: 1300px){
.homefield{
	background-image: url(../images/mfr_5991.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	height: 850px;
}

}




	.mr_inner{
		width:100%;
		height: auto;
		max-width: 1170px;
		position: relative;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
	
		.mr_container {
		background:rgba(251, 247, 229, .1);
		width: 100%;
		height: auto;
		padding:0;
		margin:0;
	}
	#small_spacer{

		padding:20px 0 0px 0;
		border-top:rgba(112,24,26, 1) 8px solid;
		border-bottom:rgba(112,24,26, 1) 8px solid;
		background:rgba(125,27,29, 1);
		box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-moz-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-webkit-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
	}
	
	.text-field{
		padding:20px 0 0px 0;
		border:rgba(112,24,26, 1) 4px solid;
		padding:40px 20px 20px 20px;
		background-image: url(../images/bgd/background4.jpg);
		background-size: repeat;
		background-position: center top;
		color: #fbf8e6;
		margin-top: 10px;
		margin-bottom: 10px; 
	}
	
	
	.topic_header { 
	background-image: url(../images/line_break1.png); 
	background-repeat: repeat-x;
    background-position: center; 
	padding-top:0px; 
	margin-bottom:0px;
	width: auto;
	height: 100px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-top: 0px;
	font-size:4.5em;
}

	.topic_header_gray { 
	background-image: url(../images/line_break_gray.jpg); 
	background-repeat: repeat-x;
    background-position: center; 
	padding-top:0px; 
	margin-bottom:0px;
	width: auto;
	height: 80px;
	margin-top: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding-top: 0px;
	font-size:4.5em;
}
	
	
	#about{
		background:url(../images/mfr_0726.jpg) top fixed;
		padding:10px 0 10px;
			background-size: cover;
		    background-position: right top;
	}
	
	#logo_design{
		background:url(../images/photography/landscape/vbridge.jpg) top fixed;
		padding:10px 0 10px;
	}
	.about_title { 
	background-image: url(../images/title_bg02.png); 
	background-repeat: no-repeat;
    background-position: right; 
	padding-top:0px; 
	margin-bottom:0px;
	width: 300px;
	height: 72px;
	margin-left: auto;

	margin-right:100px;
}
	.title_text{
		width:100%;
		height: auto;
		font-size:2em;
		font-weight: 200;
		text-align: center;
		margin:0px auto;
		padding: 20px 0px
	}
		.about_desc{
		background:rgba(251, 247, 229, 1);
		border:3px solid rgba(125,27,29, 1);
		padding:10px 10px;
		box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-moz-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-webkit-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		font-size:16px;
		font-weight: 100;
		text-align: left;
		margin:5px 25px;
		max-width: 450px;
		float: right;
		padding: 15px;
	}
	

	
		.ld_desc{
		background:rgba(251, 247, 229, 1);
		border:3px solid rgba(125,27,29, 1);
		padding:10px 10px;
		box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-moz-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		-webkit-box-shadow: 0px 1px 20px rgba(0,0,0, 0.75);
		font-size:16px;
		font-weight: 100;
		text-align: left;
		margin:-5px 25px;
		max-width: 450px;
		float: right;
	}