
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Raleway');

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
	font-family: 'Playfair Display', serif;
	background-color:#000000;
}

body {
	margin: 0px;
	min-height: 100%;
	text-align: center;
}

div.page {
	text-align:center;
}

div.logo {
	font: bold 6em 'Playfair Display', serif;
	color:#fff;
}

div.header {
	margin:25px 20px 10px 20px;
}

img.social {
	width:100%;
  max-width: 64px;
  height: auto;
	margin:15px;
}

img.logo {
	width:100%;
  max-width: 500px;
  height: auto;
}

div.block {
	font: 2em 'Playfair Display', serif;
	color:#fff;
	max-width:700px;s
	width:100%;
	min-height:150px;
	padding:15px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	display:inline-block;
	margin:10px;
	text-align:center;
	text-decoration:none;
}

div, div a {
	text-decoration:none;
}

div.bio {
	font-size: 1.25em;
	color:#dbd6c8;
	margin-bottom:20px;
}

div.date {
	font-size: 1em;
	color:#dbd6c8;
}

div.venue {
	font-size: 0.75em;
	color:#bcaf8d;
}

div.city {
	font-size: 0.4em;
	line-height:2;
  text-transform: uppercase;
	color:#776843;
}

div.description {
	font-family: 'Raleway', sans-serif;
	font-size: 0.4em;
	color:#807967;
}

div.player {
	text-align:center;
}

div.player div {
	max-width:700px;
	margin:auto;
	padding:10px;
}

div.footer {
	background-color:#000000;
	padding:40px 20px 50px 20px;
	font: 0.75em/1.5 'Raleway', sans-serif;
	color:#958e7c;
}

div.footer a {
	color:#c8c2b2;
	text-decoration:underline;
}

div.footer a:hover {
	color:#e1dccf;
	text-decoration:underline;
}


@media ( max-width : 600px) {
	div.header {
		margin-bottom:5px;
	}
	div.block {
		display:block;
		padding:15px 10px;
	}
	div.bio {
		font-size: 1em;
	}
	div.date {
		display:inline;
		padding-right:5px;
	}
	div.venue {
		display:inline-block;
	}
	div.city {
		font-size:0.6em;
	}
	div.description {
		font-size:0.6em;
	}
	div.footer {
		font-size:0.8em;
		padding:40px 10px;
	}
	img.social {
		margin:10px;
	}
}
