@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#fff;
    color:#000000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#fff;
    color:#000000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #fff;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
::before, ::after {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* !assegnazione font ============================= */
body {
	font-family: 'IM Fell French Canon SC', serif;
	font-weight: 250;
}

/* !assegnazione animazioni ============================= */
a,
.links img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* !GENERICI ==================================================================================== */
/* Snippets classes ================= */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.ir {
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    font-family: sans-serif !important;
}
/* ================================== */

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	line-height: 1.3;
	color: #000000;
	background: #fff;
}
p {
	margin-bottom: .2em;
}
a {
	color: #bd8b7c;
	text-decoration: none;
}
a:hover {
	color: #bd8b7c;
}


/* !PAGE-CONTENT =========================================================== */
#page-content {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}
#page-content .testo {
	text-align: center;
	font-size: 1.1em;
	max-width: 900px;
	width: 98%;
	margin: 0 auto;
}
h1 {
	font-size: 3em;
	margin: 0 2em .2em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #bd8b7c;
	display: inline-block;
	padding: 0 .2em;
}
h2 {
	font-size: 2em;
	margin: 0 0 1em 4em;
	color: #ffffff;
	background-color: #bd8b7c;
	display: inline-block;
	padding: 0 .2em;
}
.testo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2em;
}
