﻿.main_container {
	background-image:url('images/wallpaper1.jpg');
	min-height:100%;
	background-size:cover;
}

.opaque {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);	

}

.jumbotron {
	padding:5px; 
	background: rgba(255,0,0,0.5); 
	margin-bottom:0
}

#myNavbar a {
	color:white;	
}

#myNavbar a:hover {
	color:gray;
}

#intro {
	margin-bottom:20px;
	padding:10px; 
	border:1px solid black; 
	background: rgba(255,0,0,0.5); 
	color:white;
	margin-bottom:20px;
	
}

.recipebox {
	padding:5px; 
	border :1px solid black; 
	background: rgba(255,0,0,0.5); 
	color:white;
}

.caption p {
	color:white;
}

#intro a {
	color:white;
	text-decoration:underline;	
}

#intro a:hover {
	color:gray;
}

#imgPrintIcon {
	height:22px;
	width:22px;
	margin-right:10px;
}

#imgPrintIcon:hover {
	cursor:hand;
}

#pageTools a {
	color:black;
}

.active {
	color:grey;
	background:;
}
