body {
	background: #fff url(../img/bass.png) no-repeat ;
	background-position:right 50px ;
	
font-family: 'Rajdhani', sans-serif!important;
	color:#222!important;
	padding: 0;
	margin: 0;
	
	
	
}

.title {
	font-size: 90px; letter-spacing: 10px;
	font-weight: 400;
}

.subtitle {
	letter-spacing: 10px;
}

p, footer {
	font-weight: 600!important;
}




.bg-dark {
background-color: #222!important;
}

.bg-light {
background-color: rgba(0, 0, 0, 0.1)!important;
}

section a {
	color: inherit!important;
	font-weight: 800!important;
	
	
}

.album {
	text-align: center;
	padding: 0;
	margin: 0;
	display: inline-block;
	
}

.album li {
	
	padding: 0;
	margin: 1%;
	display: inline-block;
	width: 90%;
	max-width: 200px;
}

.album li img {
	width: 100%;
}

.album li p {
	font-weight: 400;
	margin: 1px auto;
	
}

.album li p.titolo {
	font-weight: 600!important;
}

.revolutio {
	background: url(../img/REVOLUTIO.jpg)no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer a {
	color: #fff!important;
}


@media (max-width: 800px) {
	
	body {
	
	background-position: center 50px  ;
	

	
}
	

.title {
	font-size: 50px; letter-spacing: 5px;
	font-weight: 400;
}
	
	.subtitle {
	letter-spacing: 5px;
}
	
	
}