@charset "utf-8";
/* CSS Document */

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url("http://www.lesdaniels.net/assets/img/song_lists_bg.jpg") left top no-repeat;
  background-size: contain;
}

/* CONTENTS
-------------------------------------------------- */

main .container {
	margin-top: 50px;
}
main h2 {
	color: #D9B471;
}

main h3 {
	font-size: 48px;
	margin-bottom: 20px;
}

main p {
	line-height: 1.75rem;
	margin-bottom: 50px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 767.98px) {
audio { width: 200px; }
}