/*
- fonts
- html body links and kbz's generic classes
- animated
- boostrap
- container
- cards
- sections
	- bio
	- albums
	- footer
*/



/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

/* html body links and kbz's generic classes */
a {
	outline: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}
body {
	font-family: 'Roboto', 'Hevetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	background-color: #000000;
	/*background: linear-gradient(45deg, black, #333);*/

	padding: 0;
	margin: 0;
	min-height: 100vh;
	width: 100vw;
	/*
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	*/

	-webkit-box-shadow: inset 0 0 600px rgba(0,0,0,.75)!important;
	        box-shadow: inset 0 0 600px rgba(0,0,0,.75)!important;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.5rem;
	/*color: #fff;*/
}
.no-padding {
	padding: 0 !important;
}
i {
	font-size: 2em;
}
ul {
    display: block;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.kbz {
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
/* end kbz */



/* animated */
.animated-delay-333 {
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end animated */



/* boostrap */
/* nav */
.navbar {
	padding: 0;
	margin: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-brand img {
	height: 100%;
	width: auto;
	max-height: 80px;
}
/* end nav */
/* end boostrap */



/* container */
.nav-wrapper {
	padding: 30px;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.peyote-col {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 460px;
	background-color: #000000;
	min-height: 100vh;
	overflow-y: scroll;

	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
}
.peyote-col2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 460px;
	background-color: red;
	min-height: 100vh;
	overflow-y: scroll;

	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
}
.wrapper {
	padding: 0 25px;
}
/* end container */



/* cards */
.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: auto;
}
.cards .card {
	width: calc(50% - 13px);
	height: 150px;
	background-color: #000;
	color: #fff;
	margin-bottom: 25px;
	border-radius: 5px;
	cursor: pointer;
	display: inline;

/*	display: flex;
	flex-direction: column;
	justify-content: flex-end;
*/	padding: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 9px #e1e1e1;
}
.card-title {
	height: 32px;
	width: auto;
	height: 32px;
	width: auto;
	margin-top: calc(150px - 64px);
}
/* section-content in open section */
.section-content {
	padding: 30px;
	position: relative;
}
.section-content hr {
	margin: 30px 0;
}
.section-content .card-title {
	height: 32px;
	width: auto;
	margin-bottom: 0;
	margin-top: 0;
}
.section-content img {
	width: 100%;
	height: auto;
}
.close-card {
	position: absolute;
	z-index: 10000;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #333;
	font-weight: bold;
}
.close-card:hover,
.close-card:focus {
	color: #fff;
}
/*
.card-content > * {
	transform: translateY(-35px);
	opacity: 0;
}
.card-content h2 {
	font-size: 32px;
	margin-bottom: 35px !important;
	animation: slideDown 0.5s ease-out forwards;
}
.card-content img {
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
	animation: slideDown 0.5s ease-out 0.2s forwards;
}
.card-content p {
	color: #999;
	animation: slideDown 0.5s ease-out 0.4s forwards;
}
*/
/* end cards */



/* sections */
/* bio */
.bio {
	color: #CCC;
}
.bio .bio-copete {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 30px;
}
/* end bio */



/* albums */
.album .album-cover {
	margin-bottom: 30px;
}
.album h2 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	margin-bottom: 6px;
}
.album h3 {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: 100;
	text-transform: uppercase;
}
.album .album-info {
	padding-top: 30px;
	padding-bottom: 90px;
}

.album .btn-open-spotify {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center!important;
	margin-bottom: 15px;
}
.album .btn-open-spotify:hover,
.album .btn-open-spotify:focus {
	color: #000;
	background-color: #fff;
	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.album .btn-open-spotify:hover i,
.album .btn-open-spotify:focus i {
	color: #1DB954;
}
.album .btn-open-spotify i {
	font-size: 1.5em;
}
.album .track-number {
	color: #666;
	font-family: monospace;
	padding-right: 15px;
}
.album .track-time {
	float: right;
	color: #666;
	font-family: monospace;
}


/* accordion */
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
}
.accordion-button {
    padding: 15px;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('/images/svgs/download.svg');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('/images/svgs/download.svg');
    transform: rotate(-180deg);
}
.accordion-body {
    padding: 0 15px;
    padding-bottom: 30px;
}
.accordion-body p span {
    font-style: italic;
}
.accordion-body p:last-child {
    margin-bottom: 0!important;
}
/* end accordion */

/* end albums */







/* footer */
footer {
	padding-left: 30px;
	padding-right: 30px;
}
/* end footer */
/* end sections */
/* end container */



/* Extra small devices (portrait phones, less than 576px)
No media query for 'xs' since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
/* animation */