<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-container {
    width:900px;
    height:636px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-318px 0 0 -450px;
    background-image: url('img/home_page.jpg');

}

.container {
    width:840px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-318px 0 0 -450px;    
    padding-left: 30px;
    padding-right: 30px;
}


@font-face {
    font-family: 'Typo';
/*    src: url('fonts/MyUnderwood.eot'), url('fonts/MyUnderwood.ttf') format('truetype'), url('fonts/MyUnderwood.svg') format('svg'); */
    src: url('fonts/Remington Noiseless.eot'), url('fonts/Remington Noiseless.ttf') format('truetype'), url('fonts/Remington Noiseless.svg') format('svg'); 
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Typo;
	margin: 0;
	padding: 0;
}

.home-header {
	margin-top: 40px;
	margin-left: 45px;
}

.home-header h1 {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.home-header p {
	margin-top: 0;
	letter-spacing: 1.5px;
	font-size: 16px;
}

.home-menu {
	margin-top: 185px;
	font-family: Typo;
	list-style-type: none;
	font-size: 24px;
	letter-spacing: 2px;
}

.home-menu li {
	margin-bottom: 20px;
}

.home-menu a {
	text-decoration: none;
	color: black;
}

.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-right {
	display: inline-block;
	width: 270px;
}

.header-left {
	display: inline-block;
	width: 550px;
	float: left;
}

.menu {
	font-family: Typo;
	list-style-type: none;
	font-size: 20px;
	letter-spacing: 2px;
}

.menu li {
	margin-bottom: 10px;
}

.menu a {
	text-decoration: none;
	color: black;
}

.body {
	clear: both;
}

.body a {
	text-decoration: none;
}

.body div {
	margin-bottom: 80px;
}

.header .fedebianca a {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 0;
	text-decoration: none;
	color: black;
}

.header h1 {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 20px;
}

.gallery {
	height: 210px;
	min-height: 210px;
}


.teatro .header-left h1 {
	display: inline-block;
	float: left;
	margin-right: 50px;
	margin-bottom: 120px;
}

.teatro .header-left ul {
	list-style-type: none;
	padding-top: 23px;
}

.teatro .header-left ul a {
	text-decoration: none;
	color: black;
}

.teatro .header-left ul li {
	font-size: 34px;
	margin-bottom: 10px;
}

.body h2 {
	padding-top: 80px;
	font-size: 34px;
	font-weight: normal;
}

.body h3 {
	padding-top: 20px;
	font-size: 24px;
	font-weight: normal;
}

.video {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.asterischi {
	text-align: center;
	font-size: 38px;
	margin-top: 80px;
	margin-bottom: -50px;
}


</pre></body></html>