body {
	height: 100%;
	background-image: linear-gradient(silver, white);
	background-repeat: no-repeat;
    background-attachment: fixed;
	color: #333;
    font-family: arial, helvetica, sans-serif;
	margin: 0;
}

h1 {
	font-size: 125%;
	text-align: center;
}

a {
	text-decoration: none;
	color: #0075bf;
	transition: .5s;
}

a:hover {
	text-decoration: none;
	color: #9fbbdb;
}

a:active {
	color: #9fbbdb;
}

a:visited {
	text-decoration: none;
	color: #5c3270;
}

li {
	margin: 1em 0;
}

.content {
	background-color: white;
	width: 60%;
	margin: 0 auto;
}

.header {
}

.logo {
	margin: 40px 20px 0 40px;
}

.tagline {
	color: #333;
    font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-left: 40px;
}

.cover-image {
	background-image: url('images/barra_superiore.jpg');
	background-size: cover;
	background-position: top right;
	height: 200px;
}

.menu {
	float: left;
	width: 30%;
	/*padding: 20px;*/
}

.menu-content {
	margin: 40px;
}

.main {
	float: right;
	width: 70%;
}

.main-content {
	margin: 40px;
}

.button {
	margin: 0 auto;
	background-color: #0075bf;
	color: white;
	text-align: center;
	font-size: 110%;
	line-height: 50px;
	border-radius: 25px;
	width: 20em;
	transition: .5s;
}

.button:hover {
	background-color: #229fe7;
}

.footer {
	margin-top: 20px;
	padding: 10px 20px;
	text-align: right;
	background-color: silver;
}