		/*________________________________For Edit on each recipe upload_________________________*/
	#featured_img {
		width: 280px;
		display: block;
		position: relative;
		top: 20px;
		margin: 0 auto;
		content:url("http://teen-recipes.com/resources/_wsb_400x233_shrimp.JPG");
	}
		
		
		
		/*__________________________________Don't touch these_______________________________*/
body {
	background-color: #59443C;
}

#navbar {
	top: 0px;
	width: 100%;
	padding-bottom: 10px;
	position: absolute;
	background-color: white;
	z-index: 10;
	left: 0px;
	background-color: #D9653B;
	
    
}

#head_scroll {
	width: 100%;
	position: relative;
    background-color: #BF3636;
    margin-top: 200px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

#welcome_to {
	color: white;
	font-size: 20px;
	margin-top: -20px;
}

h1 {
	font-size: 30px;
	margin-top: -10px;
	color: white;
}


#pagecont {
	width: 100%;
	top: 300px;
	position: relative;
	z-index: 3;
	padding-bottom: 50px;
}

.class1 {
	background-color: #59443C; 
}
.class2 {
	
}
.class3 {
	
}

#featured {
	position: relative;
	top: -35px;
	background-color: #59443C;
	width: 100%;
	color: white;
	padding-top: 5px;
	text-align: center;
}

#featured_rec {
	position: relative;	
	width: 100%;
	background-color: #F2BB16;
	margin-top: -250px;
	color: black;
	text-align: center;
}

h2 {
	font-size: 20px;
	color: black;
	margin-top: -5px;
}

h3 {
	
	margin: 0 auto;
	font-size: 30px;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #59443C;
	
}

#featured_cont {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: black;
	
}
#customize {
	width: 1px;
	height: 1px;
}


#submit_cont {
	margin-top: 50px;
	position: relative;
	background-color: #BF3636;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: black;
	z-index: 20;
}

.onwhite {
	color: black;
}

.no_show_mobile {
	display: none;
}