/*
- fonts
- kbz minimal reset
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- banner
	- about
	- footer

red wyeworks: #D91E26;

Titles:
font-family: 'Montserrat', sans-serif;
Text:
font-family: 'Merriweather', serif;
*/



/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


/* kbz minimal reset */
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol, ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
/* end kbz minimal reset */


/* html body links and kbz's generic classes */
a {
	color: #D91E26;
	outline: none;
}
a:hover,
a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	font-family: 'Merriweather', serif;
	color: #666666;
	background-color: #333;
}
h1 {
	font-size: initial;
	letter-spacing: 1px;
	line-height: 38px;
	display: inline-block;
}
h2 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 5px;
}
h3 {
	color: #FFFFFF;
	font-family: 'Merriweather', serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.no-padding {
	padding: 0!important;
}
i {
	font-size: 2em;
}
/* end kbz */



/* boostrap */
/* nav */
nav {
	margin-top: 30px;
	min-height: 60px;
	background-color: #000000!important;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width: 575px) {
	nav {
		margin-top: 0px;
		border-radius: 0!important;
	}
	nav.rounded {
		border-radius: 0!important;
	}
}
/* svg logo */
#wyeworks-logo {
	height: 15px;
	width: auto;
	padding-right: 8px;
}
/* end svg logo */
/* navbar toggler navbar-toggler */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
	border: none!important;
	border-color: transparent!important;
	outline: none!important;
	padding-right: 15px;
}
/* endnavbar toggler navbar-toggler */
/* end nav */
/* end boostrap */



/* 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 */



/* container */
body > .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.main-container {
	min-height: calc( 100vh - 120px ); /*60+60 nav+footer*/
}
.box-titles {
	padding: 60px 30px;
	background-color: rgba(0,0,0,.75);
	margin-bottom: 0px;
}
.box {
	padding: 15px 30px;
	background-color: rgba(0,0,0,.75);
	margin-bottom: 15px;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.box:hover {
	background-color: rgba(0,0,0,.95);

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.decade-separator {
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 60px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: rgba(0,0,0,.75);
}
.decade-separator:first-child {
	margin-top: 0px;
}
.album-title {
	color: #FFFFFF;
	font-size: 22px;
}
.album-year {
	color: #CCCCCC;
}
.search-spotify {
	margin-top: 15px;
}
.search-spotify a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
}
.search-spotify a:hover {
	color: #36b759;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.search-spotify a i {
	color: #36b759;
	font-size: 19px;
	padding-right: 3px;
	display: inline-block;
	vertical-align: bottom;
}
/* end container */

/* footer */
footer {
	background-color: #000000;
	padding: 18px 16px;
	min-height: 60px;
	color: #666666;
	text-transform: lowercase;
	font-size: 14px;
}
footer span.kbz {
	letter-spacing: .5px;
}
/* end footer */


/* 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 */