html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}
a.eng, a.ita {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 2.5rem;
	height: 2.5rem;
    position: fixed;
    right: 0.625rem;
    top: 0.625rem;
    text-decoration: none;
    font-size: 0;
    z-index: 2;
    display: block;
    background-position: center center!important;
    background-size: auto 2rem!important;
    background-repeat: no-repeat!important;
}
a.eng {
    background: url("uk.svg");
}
a.ita {
    background: url("it.svg");
}
div.box {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	min-height: 100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}
div.txt, div.img {
	margin: 0 0 0 0;
	padding: 2.5rem 5rem;
	width: calc(100% - 10rem);
	min-height: calc(100vh - 2.5rem);
	display:flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column nowrap;
}
div div.img {
	background-color: #2e6eb4!important;
}
div:nth-child(odd) div.img {
	background-color: #6dd2af!important;
}
div.uno div.img {
	background: url("image_1.jpg") no-repeat;
}
div.due div.img {
	background: url("image_2.jpg") no-repeat;
}
div.tre div.img {
	background: url("image_3.jpg") no-repeat;
}
div.quattro div.img {
	background: url("image_4.jpg") no-repeat;
}
div.cinque div.img {
	background: url("image_5.jpg") no-repeat;
}
h3 {
	font-family: 'Merriweather', serif;
	font-size: 1.8rem;
	margin: 0.625rem 0 0 0;
	padding: 0.3125rem 0;
	color: #5c6468;
	
}
p, li {
	font-size: 1rem;
	margin: 0 0 0 0;
	padding: 0.3125rem 0;
	line-height: 150%;
	color: #3c3c3b;
}
p {
	text-align: justify;
}
a {
	color: #317096;
}
a:hover {
	color: #55b4b2;
}
ul {
	margin: 0 0 0 1rem;
	padding: 0 0 0 0;
	list-style-position: outside;
}
header {
	position: fixed;
	top: 1.25rem;
	left:2.5rem;
	z-index: 3;
	background: url("logo.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	width: 23.40955rem;
	height: 8rem;
}
@media only screen and (max-width : 900px) {
h3 {
	font-size: 1.3rem;
	
}
p, li {
	font-size: 0.9rem;
}
div.box {
	flex-flow: column nowrap;
}
div.img {
	background-attachment: inherit!important;
	background-position: center center!important;
	background-size:100% auto!important;
	min-height: calc(100vw - 2.5rem);
	order: 1;
}
div.txt {
	order: 2;
}
div.txt, div.img {
	width: calc(100% - 5rem);
	padding: 2.5rem 2.5rem;
}
header {
	width: 23.40955rem;
	height: 8rem;
}
}
@media only screen and (min-width : 901px) {
div.box {
	flex-flow: row wrap;
}
div.txt, div.img {
	width: calc(50% - 10rem);
}
div.img {
	background-attachment: fixed!important;
	background-position: right center!important;
	background-size: 50% auto!important;
}
}
@media only screen and (max-height : 620px) {
header {
	width: 15.08rem;
	height: 6.5rem;
}
p, li {
	font-size: 0.8rem;
}
}