@charset "UTF-8";


#tabCollection {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1000px;
	height: auto;
	/*background-color: hsl(213, 18%, 34%);*/
	background-color: #111;
	border: 1px solid #333;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 16px 10px 16px 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

#tabCollection img {
	margin-bottom: 5px;
}

.albumTabs {
	display: block;
	width: 150px;
	height: 310px;
	background: #222;
	margin: 1.75rem 10px;
	border: 1px solid #333;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 15px 15px 20px 8px rgba(0, 0, 0, 0.5);
}

.albumTabs ul li {
	list-style: none;
}

.albumTabs a {
	width: 150px;
	outline: none;
	font-size: .75em;
	text-align: left;
	margin-top: 0%;
	line-height: 20px;
	padding-left: 4px;
}

#descriptionBox {
	display: block;
	float: left;
	width: auto;
	height: auto;
	background-color: #222;
	border: 1px solid #152a3c;
	margin: 5px 10px 5px 10px;
	padding: 1rem 1rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 15px 15px 20px 8px rgba(0, 0, 0, 0.5);
}

#descriptionBox h4 {
	font-size: 2rem;
	padding-left: 10px;
	color: #444;
}

#descriptionBox p {
	font-size: 1rem;
	text-align: justify;
	padding: 10px;
	line-height: 20px;
	color: hsl(240, 50%, 70%) !important;
}

.display-1 {
	font-size: 3.5rem !important;
	letter-spacing: 2px;
	text-indent: 2px;
}

.subtitle2 {
	color: #555;
	max-width: 90%;
	font-size: 80% !important;
	font-style: italic;
	margin-top: 1rem;
}

.titleDivider {
	max-width: 80%;
	border: none;
	height: 1px;
	background: #222;
	/*box-shadow: 0 0 8px rgba(0, 210, 255, 0.6);*/
	margin: 0 auto;
	margin-top: 1.5rem;

}


/************************************************************************/
/**************************** MEDIA QUERIES *****************************/
/************************************************************************/

  @media (min-width: 480px) {  

  }


  @media (min-width: 576px) {  

  }

  @media (min-width: 768px) {  
	.display-1 {
		font-size: 5rem !important;
		letter-spacing: 2px;
		text-indent: 2px;
	}

	.subtitle {
		letter-spacing: 8px !important;
	}

	.subtitle2 {
		color: #555;
		max-width: 70%;
		font-size: 95% !important;
		font-style: italic;
		margin-top: 1rem;
	}

	.titleDivider {
		max-width: 70%;
		border: none;
		height: 2px;
		background: #222;
		box-shadow: 0 0 8px rgba(0, 210, 255, 0.6);
		margin: 0 auto;
		margin-top: 1.5rem;
	}
  }

  @media (min-width: 992px) { 

  }

  @media (min-width: 1200px) {  
	
  }