.headerbar {
	background-color: #12A3EB;
	background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
	background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
	background-repeat: repeat-x;
}
.site_logo {
	background-image: url("./images/site_logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 90px;
	height: 90px;
}
/* font-size: 2.2em; va anche bene */
.site-description h1 {
/*	margin-top: 30px; */
	margin-right: 0px;
/*	font-family: "Brush Script MT", cursive; */
	font-family: "Lucida Handwriting", cursive;
/*	font-size: 1.5em; */
	font-size: 1.8em;
	color: gold;
}
.site-description {
	margin-right: 0px;
/*	font-family: "Brush Script MT", cursive; */
	font-family: "Lucida Handwriting", cursive;
/*	font-size: 1.0em; */
	font-size: 1.6em;
	color: gold;
}
html, body {
	background-color: #dfdfdf !important;
}
