﻿body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background-image: url(img/capelli_grigiSfondo.jpg);
	background-size: cover;
}

hr {
	margin: 0 0 20px 0;
	opacity: .05;
}

#divGeneral {
	width: 80%;
	max-width: 900px;
	margin: auto;
	padding: 20px 0;
}

.content {
	margin: 0 0 20px 0;
	text-align: justify;
}

.link {
	text-align: center;
	margin: 0 0 20px 0;
}

#imgCapGrigi {
	width: 280px;
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #CACACA;
	border-radius: 15px;
}

#imgVit {
	max-width: 100%:
	float: left;
	overflow: hidden;
}

@media (max-width: 475px) {
	body {
		font-size: 18px !important;
		line-height: 32px !important;
		background-image: none !important;
	}

	hr {
		opacity: .4;
	}

	#divGeneral {
		width: 95% !important;
		max-width: none !important;
		margin: auto;
	}

	.acquistaOra {
		width:70%;
	}

	#imgCapGrigi {
		width: 180px;
		float: float;
		margin: 0 20px 20px 0;
		border: 3px solid #eaeaea;
		border-radius: 10px;
	}

	#imgVit {
		max-width: 100%;
		text-align:center;	
	}

}
