body{
	background-image: url("../img/background.jpg");
	color: #FFFFFF;
	background-size: cover;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	display: block;
}

#aperitive p:nth-child(3) > strong:last-child, #salate  p:nth-child(2) > strong:last-child, #antreuri p:nth-child(2) > strong:last-child, #antreuri p:nth-child(4) > strong:last-child{
	color: #FF0000;
}

#aperitive p:nth-child(7) > strong:last-child, #aperitive p:nth-child(5) > strong:last-child, #salate p:nth-child(4) > strong:last-child, #antreuri p:nth-child(3) > strong:last-child, #antreuri p:nth-child(6) > strong:last-child{
	color: #00FF00;
}

h1{
	text-align: center;
	margin: auto;
	height: 150px;
}

h1:hover{
	text-align:center;
	margin: auto;
	height:150px;
	text-decoration: underline;
	color:#bdc0ca;
}

p{
	background-color: #FFF;
	color: #000;
	opacity: 0.9;
	margin: auto;
	width: 25%;
	height: auto;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	text-align:center;
}

#aperitive{
	border-radius: 10px 10px 0px 0px;
	margin-top:25px;
	width: 100%;
	background-color: #FFFFFF;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	float:left;
	opacity: 0.7;
}

#aperitive h2{
	text-align: center;
	color: #0b2379;
}

#aperitive p{
	font-size: 20px;
	width: 40%;
	float:left;
	margin: 3%;
	text-align: center;
}

#aperitive p:hover{
	background-color: #dad3d3;
	box-shadow: 10px 10px 5px #888888;
}


#salate{
	width: 100%;
	background-color: #FFFFFF;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	float:left;
	opacity: 0.7;
}

#salate h2{
	text-align: center;
	color: #0961c5;
	
}

#salate p{
	font-size: 20px;
	width: 30%;
	float:left;
	margin-left: 2%;
	text-align: center;
}

#salate p:hover{
	background-color: #dad3d3;
	box-shadow: 10px 10px 5px #888888;
}

#antreuri{
	width: 100%;
	background-color: #FFFFFF;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	float:left;
	opacity: 0.7;
}

#antreuri h2{
	text-align: center;
	color: #3389d9;
}

#antreuri p{
	font-size: 20px;
	width: 30%;
	float:left;
	margin: 1%;
	text-align: center;
}

#antreuri p:hover{
	background-color: #dad3d3;
	box-shadow: 10px 10px 5px #888888;
}

.informatiiNutritionale{
	padding-top: 10px;
	background-color: #000000;
	color: #FF0000;
	width: 100%;
	height: 100px;
	float:left;
	text-align: center;
	opacity: 0.7;
}
