* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
    background-color: white;
	font-family: HelveticaNeue-Light, arial, sans-serif;
	color: black;
	text-align: center;
    line-height: 1.5;
}

header {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 16px;
}

h1 {
	font-weight: 100;
	font-size: 1.25rem;
}

.titolMMP {
	display: none;
}

.logo {
	width: 90%;
	max-width: 512px;
	min-width: 300px;
	height: auto;
	border-radius: 8px;
}

.logo:hover {
	background-color: rgb(200,200,200);
}

h2 {
	color: black;
	font-weight: 100;
}

#presentacio a {
	color: black;
}

.enllac {
	color: black;
	padding: 4px 8px;
	border-radius: 4px;
}

.enllac:hover {
	color: white;
	background-color: rgba(0,0,0,0.5);
}


#presentacio {
	max-width: 1024px;
	padding: 16px;
	margin: auto;
	color: grey;
	text-align: justify;
	text-indent: 16px;
	line-height: 125%;
}

#fotosArtistes {
	font-size: 0;
}

.ArtistaQ {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.fotoQ {
	width: 300px;
	height: 300px;
}

.fotoQ:hover {
	opacity: .5;
}

.nomArtistaQ {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	font-size: 24px;
	color: white;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 8px 8px;
}


#contacteBooking {
	line-height: 200%;
	margin: 80px auto;
}

footer {
	display: block;
	text-align: left;
	width: 100%;
	padding: 1rem 0;
}

#idioma {
	float: right;
	margin-right: 16px;
}

/********* Pàgina artista ********************/

.fotoArtista {
	display: block;
	width: 100%;
	height: auto;
}

#bioArtista {
	margin: auto;
	max-width: 1024px;
	padding: 16px;
	color: grey;
	text-align: justify;
	text-indent: 16px;
	line-height: 125%;
}

#bioArtista p {
	margin-bottom: 1rem;
}

#contacteArtista {
	display: block;
	width: 100%;
}

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

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

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

.logoSocial:hover {
	opacity: .5;
}

.nomSocial {
	color: black;
	display: inline-block;
	margin-left: 0.25rem;
	vertical-align: middle;
}

.nomSocial:hover {
	opacity: .5;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	body {
		font-size: 250%;
	}

	.logo {
		width: 90%;
		max-width: none;
		max-height: none;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	body {
		font-size: 150%;
	}
}