* {
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:200;
	font-size:20px;
	padding:10px;
	margin:0px;
}

h3 {
	color:#2364e6  !important;
	font-size:15px;
	padding:10px !important;
	text-transform:capitalize;
	font-weight:800;
}

.titolo h1 {
	padding-left:80px;
}

.head-titolo {
	background-color:#cccccc;
	color:#666666;
	padding:10px;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-top:0px !important;
	margin-bottom:10px !important;
}

.btn-info {
	max-width:150px !important;
}

p {
	padding:5px 10px 5px 10px !important;
}

@media screen and (min-width: 1100px) {
	h1, h2, h3, h4, h5, h6, p {
	padding:5px 0px 5px 0px !important;
	}
	
	.titolo h1 {
	padding-left:60px !important;
}

h1.head-titolo {
	padding:10px !important;
	margin:0px 0px 5px 0px!important;
}


.pulscheda {
	position:absolute;
	right:10px;
	bottom:10px;
}



}