body, html {
    height: 100%;
}

#bg-bg {
	background-color: black;
	display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -2;
  height: 100%; 
}

#background-image {
  display: none;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1;
  /* Full height */
    height: 100%; 
    opacity: 0.6;
    /* Create the parallax scrolling effect */
    background-image: url("img/54.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper {
	z-index: 1;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 56px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: none;
}

#main {
	padding: 20px 0;
	font-family: 'Playfair Display', serif;
	color: #eee;
}

.contents {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
  background-color:	rgba(0, 0, 0, 0.6);
  padding: 20px;
  display: none;
}

#home-contents .heading, #select-contents .heading {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}

#home-desc {
  font-family: 'Raleway', sans-serif;
}

#select-contents {
  font-family: 'Raleway', sans-serif;
}

.select-song-link, #song-download a, #song-comments a {
  color: #7abaff;
}

.select-song-link:hover, #song-download a:hover, #song-comments a:hover {
  color: #007bff;
  text-decoration: none;
}

#song-contents {
  display: none;
}

#select-contents {
  display: none;
}

.navbar {
	font-family: 'Raleway', sans-serif;
	z-index: 2;
	background-color: #26282b !important;
}

.navbar-brand {
	padding: 0;
}

#nav-img {
	height: 40px;
}

.heading {
	font-size: 36px;
}

.song-details {
	font-size: 18px;
	font-style: italic;
}

#song-comments {
	padding-top: 20px;
}

.navigation, .start {
	font-style: italic;
	font-size: 28px;
}

.start {
  text-align: right;
}

.navigation a, .start a {
	color: #999;
}

.navigation a:hover, .start a:hover {
	color: #666;
	text-decoration: none;
}

.previous {
	text-align: left;
}

.next {
	text-align: right;
}