@charset "utf-8";

body {
    font-family: 'Ibarra Real Nova', serif !important;	
	/*background: linear-gradient(145deg, #bebebe, #e2e2e2);*/
	color: #A0A0A0 !important;
}

/*.neo-box {
	margin: 20px !important;
	padding:20px !important;
	border-radius: 20px;
	background: linear-gradient(145deg, #bebebe, #e2e2e2);
	box-shadow:  5px 5px 10px #c8c8c8, -5px -5px 10px #dedede;
}*/

hr {
	border-top: 1px solid #5B5B5F !important;
}

h5 {
	font-weight:700 !important;
	color: #D7D7D7 !important;
}

h1 {
	color: #D7D7D7 !important;
}

#immaginesfondo {
	width: 100%; height: 100%; top: 0; left: 0;
	background: url(../img/background.jpg) no-repeat center center; position: fixed; z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.spacer25 {
	height:1px;
	margin-bottom:25px;
}

.spacer50 {
	height:1px;
	margin-bottom:50px;
}

.spacer75 {
	height:1px;
	margin-bottom:75px;
}

.spacer100 {
	height:1px;
	margin-bottom:100px;
}

@media (max-width:750px) {
.spacer25 {
	height:1px;
	margin-bottom:25px;
	width:100%;
}

.spacer50 {
	height:1px;
	margin-bottom:50px;
	width:100%;
}

.spacer75 {
	height:1px;
	margin-bottom:75px;
	width:100%;
}

.spacer100 {
	height:1px;
	margin-bottom:100px;
	width:100%;
}
}


