@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
/* Global styles
================================================== */

a:link, a:visited {
	text-decoration: none;
}
a:hover, a.read-more:hover {
	text-decoration: none;
	color: #272727;
}
a {
	color: #009688;
}
/* Color
================================================== */

.verdefimaa {
	color: #007457
}
.margin-bottom {
	margin-bottom: 40px
}
/* Typography
================================================== */

body, p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.titolo {
	font-size: 18px;
	font-weight: 700;
}
.sottotitolo {
	font-size: 17px;
	font-weight: 600;
}
.justify {
	text-align: justify
}
#oneimage {
	min-height: 600px;
	margin-bottom: 40px;
}
#oneimage img {
	max-width: 100%;
	margin-bottom: 20px;
	height: auto
}
#twoimage {
	min-height: 400px;
	margin-bottom: 40px;
}
#twoimage img {
	width: 45%;
	margin: 0 20px 20px 0;
	float: left;
	height: auto
}

@media (max-width : 480px) {
#twoimage img {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 0 20px 0;
}
	
	#oneimage img {
	width: 100%;
	margin-bottom: 40px;
	height: auto
}
}
