@import url('https://fonts.googleapis.com/css?family=Roboto');



* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #a4a6a3;
	color: #111111;
	background-image: url("images/background.jpg");
	background-size: cover;
}
.center {
	text-align:center;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/*------------------*/
.copertina {
	margin: 0 auto;
	margin-right: inherit;
	/*background-image: url("images/cd.png");
	background-size: contain;
    background-repeat: no-repeat;*/
	width:800px;
	height:688px;
}

.responsive{
	width: 100%;
	height: auto;
}

.lista {
	margin: 0 auto;
	margin-left: inherit;
	background-image: url("images/paper.jpg");
	background-size: contain;
    background-repeat: repeat;
	/*border: 1px solid #f00;*/
	background-color: #ffffff;
	width:800px;
	height:688px;
}


.audio {
	/*visibility: hidden;*/
	display: none;
	z-index: 1;
	margin: 0 auto;
}

audio::-webkit-media-controls-panel {
	background-color: #cccccc;
}

.titoloAlbum {
	font-size: 32px;
	color: #000;
	/*padding-top: 30px;*/
	padding-top: 80px;
	/*padding-bottom: 10px;*/
	padding-bottom: 30px;
}

.songName {
	width: auto;
	margin: 0;
}

.numeroTraccia {
	font-size: 26px;
}


.brani {
	font-size: 26px;
	color: #aaa;
}

.copy {
	font-size: 19px;
	color: #111111;
	padding-top: 10px;
}

.lost {
	font-size: 19px;
	color: #000000;
	padding-top: 10px;
}


.col4 {
	color: #999999;
}

.col5 {
	color: #333333;
}


.col3 {
	color: #bbbbbb;
	/* padding-left:15px; */
}

col1 {
	color: #ff0000;	
}

.col1:hover{
	color: #ffffff;	
}
.col2{
	color: #a35f54;
	padding-left:15px;
}

.col2:hover{
	color: #ffb6b6;	
}

.active {
	color: white;
} 

.titolo {
	font-size:18px;
	color:#a35f54;
}

.small {
	font-size: 11px;
	padding-bottom: 3px;
}

/*----------------------*/
@media only screen and (max-width: 1366px) {
	.copertina {
		width:486px;
		height:418px;
	}
	
	.lista {
		width: 479px;
		height: 430px;
	}
	
	.titoloAlbum {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.numeroTraccia {
		font-size: 16px;
	}
	
	.brani {
		font-size: 16px;
	}
	
	.copy {
		font-size: 11px;
	}
	
	.lost {
		font-size: 11px;
	}
}


@media only screen and (max-width: 1024px) {
	body {
		background-image: url("images/background_43.jpg");
	}
	
	.copertina {
		width:486px;
		height:418px;
	}
	
	.lista {
		width: 479px;
		height: 430px;
	}
	
	.titoloAlbum {
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.numeroTraccia {
		font-size: 16px;
	}
	
	.brani {
		font-size: 16px;
	}
	
	.copy {
		font-size: 11px;
	}
	
	.lost {
		font-size: 11px;
	}
}

@media only screen and (max-width: 360px) {
	body {
		background-image: url("images/background.jpg");
	}
	
	.copertina {
		/*width:350px;
		height:290px;*/
		width:100%;
		height:100%;
		
	}
	
	.lista {
		width: 338px;
		height: 430px;
	}
	
	.titoloAlbum {
		font-size: 20px;
		padding-top: 30px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.numeroTraccia {
		font-size: 16px;
	}
	
	.brani {
		font-size: 16px;
	}
	
	.copy {
		font-size: 11px;
	}
	
	.lost {
		font-size: 11px;
	}
}

@media only screen and (max-width: 390px) {
	body {
		background-image: url("images/background.jpg");
	}
	
	.copertina {
		/*width:350px;
		height:290px;*/
		width:100%;
		height:100%;
		
	}
	.lista {
		width: 100%;
		height: 430px;
	}
	
	.titoloAlbum {
		font-size: 20px;
		padding-top: 30px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.numeroTraccia {
		font-size: 16px;
	}
	
	.brani {
		font-size: 16px;
	}
	
	.copy {
		font-size: 11px;
	}
	
	.lost {
		font-size: 11px;
	}
}

@media only screen and (max-width: 414px) {
	body {
		background-image: url("images/background.jpg");
	}
	
	.copertina {
		/*width:350px;
		height:290px;*/
		width:100%;
		height:100%;
		
	}
	.lista {
		width: 100%;
		height: 430px;
	}
	.titoloAlbum {
		font-size: 20px;
		padding-top: 30px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	
	.numeroTraccia {
		font-size: 16px;
	}
	
	.brani {
		font-size: 16px;
	}
	
	.copy {
		font-size: 11px;
	}
	
	.lost {
		font-size: 11px;
	}
}
