		/*________________________________For Edit on each recipe upload_________________________*/
	#featured_img {
		width: 280px;
		display: block;
		position: relative;
		top: 40px;
		left: 20px;
		content:url("http://teen-recipes.com/resources/_wsb_400x233_shrimp.JPG");
	}
		
		
		
		/*__________________________________Don't touch these_______________________________*/
#navbar {
	top: 0px;
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: white;
	z-index: 10;
	left: 0px;
	background-color: #D9653B;
	min-width: 900px;
    
}

#head_scroll {
	width: 90%;
	position: absolute;
	left:50%;
    margin-left:-45%;
    background-color: #BF3636;
    height: 150px;
    top: 70px;
    text-align: center;
    min-width: 1050px;
    max-width: 1500px;
}

#welcome_to {
	color: white;
	font-size: 30px;
	margin-left: 30px;
	margin-top: 30px;
	font-family: cursive;
	text-align: left;
}

h1 {
	margin-top: -40px;
	color: white;
}


#pagecont {
	width: 90%;
	top: 300px;
	position: absolute;
	z-index: 3;
	padding-bottom: 50px;
	left:50%;
    margin-left:-45%;
    min-width: 1050px;
    max-width: 1500px;
}

.class1 {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 0;
	/*background-image: url("bg_images/1.JPG");*/
	height: 100%;
	width: 100%;
	/*background-attachment: fixed !important;
	background-size: cover !important;
	 -webkit-filter: blur(5px);
  	-moz-filter: blur(2px);
  	-o-filter: blur(2px);
  	-ms-filter: blur(2px); */
	background-color:#def;
background-image: radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.3) 99%),
radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.3) 99%);
background-size:80px 80px;
background-position:0 0, 40px 40px;
}
.class2 {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 0;
	background-image: url("bg_images/2.JPG");
	height: 100%;
	width: 100%;
	background-attachment: fixed !important;
	background-size: cover !important;
	-webkit-filter: blur(5px);
  	-moz-filter: blur(2px);
  	-o-filter: blur(2px);
  	-ms-filter: blur(2px);  
}
.class3 {
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 0;
	background-image: url("bg_images/3.JPG");
	height: 100%;
	width: 100%;
	background-attachment: fixed !important;
	background-size: cover !important;
	-webkit-filter: blur(5px);
  	-moz-filter: blur(2px);
  	-o-filter: blur(2px);
  	-ms-filter: blur(2px);  
}

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

#featured_rec {
	position: relative;	
	width: 60%;
	right: -350px;
	height: 250px;
	background-color: #F2BB16;
	top: -250px;
	color: black;
}

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

h3 {
	font-family: Impact;
	margin-left: 30px;
	font-size: 70px;
	color: white;
}

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

a:hover {
	color: #59443C;
	
}

#featured_cont {
	position: relative;
	right: -320px;
	top: -150px;
	height: 210px;
	width: 300px;
	text-align: center;
	font-size: 20px;
	color: black;
}
#customize {
	position: relative;
	top: -35px;
	background-color: #F2BB16;
	width: 100%;
	height: 300px;
	color: white;
	padding-top: 5px;
	z-index: 8;
}
#submit {
	position: relative;
	top: -35px;
	background-color: #BF3636;
	width: 100%;
	height: 840px;
	color: black;
	padding-top: 5px;
	z-index: 8;
}

#submit_cont {
	position: relative;
	background-color: #BF3636;
	right: -300px;
	top: -240px;
	height: 210px;
	width: 700px;
	text-align: center;
	font-size: 20px;
	color: black;
}

#img1 {
	position: relative;
	left: 300px;
	top: -210px;
	z-index: 9;
	display: block;
	width: 200px;
	content:url("bg_images/sample1.JPG");
}

#img2 {
	position: relative;
	left: 540px;
	top: -360px;
	z-index: 9;
	display: block;
	width: 200px;
	content:url("bg_images/sample2.JPG");
}

#img3 {
	position: relative;
	left: 780px;
	top: -525px;
	z-index: 9;
	display: block;
	width: 200px;
	content:url("bg_images/sample3.JPG");
}

.onwhite {
	color: black;
}

#img1:hover, #img2:hover, #img3:hover {
	-webkit-filter: blur(5px);
  	-moz-filter: blur(2px);
  	-o-filter: blur(2px);
  	-ms-filter: blur(2px);  
}