.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-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
    width: 90px;
	height: 90px;
}
/* font-size: 2.2em; va anche bene */

.site-description h1 {
	margin-right: 0px;
	font-family: "Lucida Handwriting", cursive;
	font-size: 1.8em;
	color: azure;
/*	color: aliceblue; */
}
.site-description {
	margin-right: 0px;
	font-family: "Lucida Handwriting", cursive;
	font-size: 1.6em;
	color: azure;
/*	color: aliceblue; */
}

html, body {
	background-color: #dfdfdf !important;
}