* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'HelveticaNeue-Light','Helvetica','Calibri', 'Arial','Verdana', sans-serif;
}

.destacatNom {
	font-size: 1rem;
}

body {
	width: 100%;
	background-color: white;
	max-width: 1920px;
	text-align: center;
	margin: auto;
	color: grey;
}

a {
	text-decoration: none;
	color: grey;
}

a:hover {
	color: black;
}

.isotipMMM {
	width: 1.5rem;
	height: auto;
	margin-right: 0.5rem;
	margin-bottom: -0.25rem;
}

h2 {
	font-weight: 100;
	margin: 64px auto 32px auto;
	color: black;
	padding: 0.5rem 0;
	background-color: rgb(240,240,240);
}

/* Capçalera *******************************************/

header {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 16px auto 4px auto;
}

/* Social ********************************************/

#headerSocial {
	display: block;
	width: 100%;
	text-align: center;
}

#headerSocial .logoSocial {
	width: 32px;
	height: auto;
	margin: 0 8px;
	opacity: 1;
}

#headerSocial .logoSocial:hover {
	opacity: 0.5;
}

/* Logo **********************************************/

#headerLogo {
	display: block;
	margin: 32px auto;
}

#logoMMMmusic {
	width: 70%;
	height: auto; 
}

/* Menu *****************************************************/

#headerMenu {
	display: block;
	margin: auto;
}

#headerMenu li {
	display: inline-block;
	margin: 0 8px;
	text-decoration: none;
}

/* destacat ******************************************************/

#destacat {
	display: block;
	width: 100%;
	height: 600px;
	position: relative;
}

.destacatArtista {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	margin: auto;
	opacity: 0;
	z-index: 0;
	        transition: opacity 2s ease;	
	-webkit-transition: opacity 2s ease;
	    -ms-transition: opacity 2s ease;	
	   -moz-transition: opacity 2s ease;
	     -o-transition: opacity 2s ease;    
}

.destacatArtista:first-child {
	opacity: 1;
	z-index: 10;
}

.destacatFoto {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 10%;
}

#fotoNuc {
	object-position: 50% 100%;
}

#fotoGaspa {
	object-position: 55% 60%;
}

#fotoRoser {
	object-position: 50% 20%;
}

#fotoRaul {
	object-position: 50% 5%;
}

#fotoMarbea {
	object-position: 68% 80%;
}

#fotoGhostTrip {
	object-position: 50% 10%;
}

#fotoCarlosPeralias {
	object-position: 50% 18%;
}

#fotoAnae {
	object-position: 50% 0;
}

#fotoRocPuig {
	object-position: 60% 60%;
}

#fotoRitaValero {
	object-position: 50% 50%;
}

#fotoAireCanada {
	object-position: 50% 50%;
}

#fotoAlbha {
	object-position: 50% 25%;
}

#fotoTheTargarians {
	object-position: 37.5% 55%;
}

#fotoUcle {
	object-position: 50% 10%;
}

#fotoEnricNavarro {
	object-position: 67% 15%;
}

#fotoChapaosALaNueva {
	object-position: 50% 10%;
}

#fotoMayo {
	object-position: 50% 5%;
}

#fotoOnyricJoy {
	object-position: 50% 25%;	
}

.destacatNom {
	display: inline-block;
	max-width: 1200px;
	padding: 2px 16px;
	color: grey;
	background-color: rgb(240,240,240);
	border-radius: 0 0 8px 8px;
}

.destacatNom:hover {
	color: black;
}

#destacatControls {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1rem;
	margin-top: -2rem;
	text-align: center;
	z-index: 100;
}

.destacatControl {
	position: absolute;
	width: 4rem;
	height: auto;
	margin-left: -2rem;
	z-index: 100;
	opacity: 0;
}

#destacatIndicadors {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.destacatIndicador {
	width: 0.5rem;
	height: auto;
	margin: 0 0.5rem;

	        filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	    -ms-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	   -moz-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	     -o-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));

	opacity: 0.5;
	        transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	    -ms-transition: opacity 2s ease;	
	   -moz-transition: opacity 2s ease;
	     -o-transition: opacity 2s ease;    
}

.destacatIndicador:first-child {
	opacity: 1;
}


/* Publicacions MMM ******************************************************/

#publicacionsMMM {
	display: block;
	width: 100%;
	text-align: center;
}

.publicacioMMM {
	display: inline-block;
	text-align: center;
}

.portadaMMM {
	width: 120px;
	height: 120px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.portadaMMM:hover {
	        transform: scale(1.1);
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
}

/* Artistes ******************************************************/

#artistes {
	display: block;
	width: 100%;
	text-align: center;
	padding: 32px 0;
}

#artistes p {
	margin: 4px auto;
	color: grey;
}

#artistes p:hover {
	color: black;
}

/* Biografia *****************************************************************/

#biografia {
	text-align: justify;
	text-indent: 1rem;
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 1200px;
}

#biografia p {
	margin-bottom: 1rem;
}
/* Publicacions Artista ******************************************************/

#publicacions {
	display: block;
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

.publicacio {
	display: block;
	text-align: center;
	margin-bottom: 32px;
}

.portada_i_titol {
	display: inline-block;
	width: 100%;
	max-width: 512px;
	text-align: center;
}

.portada {
	width: 100%;
	height: auto;
	vertical-align: top;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.titolPublicacio {
	margin: 8px auto;
}


.spotify {
	display: inline-block;
	vertical-align: top;
}

/* Videos ********************************************************/

#videos {
	margin-top: 32px;
}

.video {
	display: block;
	margin-bottom: 32px;
}

.videoYoutube {
	display: inline-block;
	width: 427px;
	height: 240px;
	border: none;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

/* Tenda ****************************************************/

#tenda {
	display: block;
	width: 100%;
	padding: 32px 0;
	margin: 0 auto;
	text-align: center;
}

.comprar {
	display: inline-block;
}

.logoTenda {
	display: inline-block;
	width: 32px;
	height: auto;
	vertical-align: middle;
}

/* Contacte ****************************************************/

#contacte {
	display: block;
	width: 100%;
	padding: 32px 0;
}

#infoContacte {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.dadaContacte{
	display: block;
	text-align: left;
	margin-top: 1rem;
}

#contacte .logoSocial {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.nomSocial {
	display: inline-block;
	margin-left: 0.25rem;
	vertical-align: middle;
}
/* Peu de pàgina ******************************************************/

footer {
	display: block;
	text-align: center;
	margin: 32px auto;
	padding: 1rem 0;
	color: black;
	background-color: rgb(240,240,240);
}

/* Pantalles mòvils ******************************************************/

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

	html {
		font-size: 2rem;
	}
	
	.destacatNom {
		font-size: 1rem;
	}
	
	#headerMenu {
		font-size: 0.75rem;
	}
	
	#biografia {
		font-size: 0.75rem;
	}

	.logoSocial {
		width: 48px;
		height: auto;
	}
}