 @charset "UTF-8";
/* CSS Document 
Theme Name: Alfonso Avogaro
Author:  Si.Be Group*/

@font-face {
}

* {
	padding:0;
	margin:0;
}

.clearer {
	clear:both;
}
body {
	font-family: "Inter", serif;
	background-image: url(./Immagini/alfonso-.jpg);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border:none;
	display: block;
}

header, nav, article, aside, section, footer, main, figure, caption, hgroup {
	display:block;	
}

h1, h2, h3, h4, h5, h6 {}

p {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.3;
}

li {
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.about {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	border-bottom: 2px solid #000000;
	padding-bottom: 40px;
}

.about_sx {
	width: 48%;
	float: left;
}

.about_sx p {
	text-transform: uppercase;
	text-decoration: underline;
}

.about_dx {
	width: 48%;
	float: right;
}

.galleria {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.galleria_testo p {
	text-decoration: underline;
}

footer {
	position: relative;
	background-color: #000000;
	background-image: url(./Immagini/alfonso_footer.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer_int {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer p {
	color: #ffffff;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

.footer_sotto {
	margin-top: 50px;
}

.footer_sotto p {
	margin-bottom: 10px;
}

.intro img {
	width: 100%;
	height: auto;
}

body .tg-nav-bg-round .tg-nav-font {
	font-size: 18px;
}

.link_ancora {
	position: absolute;
	top: -80px;
}

.informativa {
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.informativa p {
	font-weight: 400;
}

body a:link, body a:visited {
	color: #000000; 
}

footer a:link, footer a:visited {
	color: #FFFFFF;
}



/*media for tablet and mobile device*/
@media only screen and (min-width: 701px) and (max-width: 991px) {
	body { overflow-x:hidden; }
}

@media only screen and (max-width: 700px) {
 	body { overflow-x:hidden; }

	 .about_sx {
		width: 100%;
		float: none;
	}
	
	.about_dx {
		width: 100%;
		float: none;
	}
}