@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
body, html {
	height: 100%;
	min-height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	background-image:url("bk/bk.png");
	background-origin: top left;
	background-size: 1500px 1500px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.95em;
	color:#000;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
.sezione {
	min-height: 100%;
	width: 100%;
	padding: 20px;
}
.logo {
    position: absolute;
    top: 312px;
    left: 270px;
}
.logo img {
    width: 220px;
    height: auto;
}
.contenuti {
	background-color: #fff;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px;
    border: 2px solid #000;
    text-align: justify;
	margin-bottom: 200px;
}
.logo2 {
	display: block;
	margin: 0 auto;
}
.citazione {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;
	font-weight: bold;
	margin: 40px 0px;
	text-align: center;
	line-height: 1.5em;
}
.testo {
	line-height: 1.5em;
}
.pulsante {
	background-color: #b59759;
	font-size: 1em;
	padding: 20px;
	display: table;
	margin: 0 auto;
	color:#fff;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease;
	cursor: pointer;
}
.pulsante:hover {
	opacity: 0.7;
	
}

.footer {
    text-align: center;
    vertical-align: middle;
	margin-top: 60px;
}
.footer2 {
    position: absolute;
    right: 0;
    top: -15px;
}
.footer a {
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.3s ease;
	opacity: 0.5;
}
.footer a:hover {
	opacity: 1;
}
@media screen and (max-height: 760px) and (min-width: 1060px) {
body {		background-position: top -70px left;}
.logo {    top: 242px;}
}
@media screen and (min-height: 760px) and (max-width: 1060px) {
body {		background-position: top left -100px;}
.logo {left: 170px;}
}
@media screen and (max-height: 760px) and (max-width: 1060px) {
body {		background-position: top -70px left -100px;}
.logo {top: 242px;left: 170px;}
}
@media screen and (max-width: 700px)  {
body {
	background-size: 1000px 1000px;
	background-position: top -30px left -150px;
}
	.contenuti {
		padding: 40px 20px;
	}
.logo {
    top: 185px;
    left: 20px;
}
.logo img {
    width: 150px;
    height: auto;
}
	.footer2 {
    position: relative;
    margin: 0 auto;
		text-align: center;
		margin-top: 60px;
}
}

.firme {
	display: block;
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0 auto;
}
