
#nav ul{
	color: white;
}

/*Base Mobile Layout*/
.wrap {
	width: 100%;
	margin: 0;
}

#main-content, #sidebar-left, #sidebar-right {
	width: 100%;
	float: left;

}
#main-content {
	padding: 15px;
}

.small-text {
	font-size: 12px;
}

p.image-container {
    text-align:center;
}
/*3 Column Layout*/
@media only screen and (min-width: 1024px) {
	.wrap {
		width: 100%;
		margin: 0;
		height: 100%;
	}
	
	#main-content {
		width: 60%;
		float: left;
	}
	
	#sidebar-left {
		width: 25%;
		max-width: 250px;
		float: left;
		height: 100%
	}
	
	#sidebar-right {
		width: 25%;
		float: left;
	}
}

.album_art {
	width: 100%;
	max-width: 350px;
	margin-right: 20px;
}
.button-group li {
	margin-bottom:6px;
}

#main_photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
  padding-bottom: 15px;
}

#main_photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #main_photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
@media (max-width: 1000px) {
  #main_photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
@media (max-width: 800px) {
  #main_photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
@media (max-width: 400px) {
  #main_photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

@keyframes highlight {
    50%  {background-color: #d9eeff; }
    100% { background-color: #fff; }
}



input.active {
    background-color: #fff;
    animation-name: highlight;
    animation-duration: .5s;
}

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 400px; /* Max Width of the popover (depending on the container!) */
}

#music-page{
	background-color: #343a40!important;
	color: #fff!important;
}

