



a:hover,body{color:#fff}article,footer,header,label,main,nav,section{display:block}a:active,a:focus,a:hover{outline:0}footer,h1,nav{text-align:center}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}video{display:inline-block;vertical-align:baseline}[hidden],template{display:none}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}button,input{font:inherit}button{overflow:visible;text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Light'),local('SourceSansPro-Light'),url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGMw1o1eFRj7wYC6JbISqOjY.ttf) format('truetype')}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url(http://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGLsbIrGiHa6JIepkyt5c0A0.ttf) format('truetype')}@font-face{font-family:'Source Serif Pro';font-style:normal;font-weight:400;src:local('Source Serif Pro'),local('SourceSerifPro-Regular'),url(http://fonts.gstatic.com/l/font?kit=CeUM4np2c42DV49nanp55V7AoeTqrwJFWvSD_dj5vg0&skey=ad61dbb9e6ec58fd&v=v4) format('truetype')}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body,html{height:100%}body{margin:0 50px;background:#111;font-family:Source Sans Pro,Arial,sans-serif;font-weight:300}a{background-color:transparent;color:#ffe363;border-radius:1px}button,input[type=email],input[type=submit],input[type=text]{float:left;height:2em;margin-top:1ex;border:1px solid transparent;color:#111;clear:both}a:focus{-webkit-box-shadow:0 0 0 2px #ffe363;box-shadow:0 0 0 2px #ffe363}label{float:left;clear:both;margin-top:1em}input[type=email],input[type=text]{width:250px;max-width:100%;padding:0 1ex;border-radius:3px}button:focus,input[type=email]:focus,input[type=submit]:focus,input[type=text]:focus{border-color:#111;-webkit-box-shadow:0 0 0 2px #ffe363;box-shadow:0 0 0 2px #ffe363;outline:0}button,input[type=submit]{padding:0 1em;border-radius:3px;background:#ffe363}button:hover,input[type=submit]:hover{border-color:#111;-webkit-box-shadow:0 0 0 2px #ffe363;box-shadow:0 0 0 2px #ffe363}.special-field{position:absolute;top:-9999em;left:-9999em}header{height:210px;margin:0 -50px;padding-top:100px}.hero{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding-bottom:50px}.album-cover-img{max-height:500px}.album-cover{display:block;max-width:75%}@media only screen and (max-width:550px){.hero{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;padding-bottom:100px}.album-cover{max-width:100%}}h1{margin:0;font-family:Source Serif Pro,Georgia,serif;font-size:36px;font-weight:400}nav{padding:10px;border-bottom:solid 1px transparent;z-index:1}nav a{display:inline-block;margin:0 3px;padding:3px 1ex 4px;border:1px solid transparent;text-decoration:none;line-height:1}nav a:hover{border-color:#fff}@media (min-width:551px){nav{-webkit-transition:background .1s,box-shadow .1s;transition:background .1s,box-shadow .1s}nav.stuck{position:fixed;top:0;left:0;right:0;background:#161616;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5)}nav a.current{border-color:#ffe363;background:#ffe363;color:#111}}@media (max-width:550px){body{margin:0 20px}header{height:240px;margin:0 -20px;padding-top:20px}nav a{display:block;margin-bottom:1ex}nav a.home-link{display:none}}.chevron-left{display:inline-block;margin-left:-1ex}.chevron-right{display:inline-block;margin-right:-1ex}.social-links,footer,section{max-width:940px;float:none;margin-right:auto;padding-left:0;padding-right:0}.social-links{width:auto;display:block;margin-left:auto;height:0;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.social-links:after,.social-links:before{content:'';display:table}.social-links:after{clear:both}.social-link{display:inline-block;width:30px;margin-left:1ex;vertical-align:middle}.social-link path{fill:#aaa}.social-link:hover path{fill:#ffe363}footer,section{width:auto;display:block;margin-left:auto}


.album-description {
	 display: flex;
	 justify-content: space-between;
	flex-direction: row;
	
}


/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 600px) {
.album-description {
	
	flex-direction: column;
	
}
}

.album {
	margin: 25px
}

.album-cover-img {
    max-height: 225px;
}

.album-cover-img img {
	width: 300px
}

.albumBtns {
	 display: flex;
	direction: row;
}

.btns.amazon {
	margin-left: 20px
}


	.social-links {
		    display: flex;
    		justify-content: center;
		padding: 10px
		
	}
	
	.social-link {
		margin: 20px;
	}


.twitter path {
	fill: b
}

.ig path {
		fill: mediumpurple
}
.fb path {
	fill: cornflowerblue
}
.yt path {
	fill: indianred
}




footer:after,footer:before,section:after,section:before{content:'';display:table}footer:after,section:after{clear:both}section{padding:60px 0;border-top:solid 1px #444}@media (max-width:550px){section{padding:30px 0}}.top-link{float:right}@media (min-width:551px){.top-link{display:none}}h2{margin-top:0;font-weight:300}footer{padding:60px 0 2em;color:#aaa}footer a{color:inherit}.featured-logo{clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%;display:inline-block;float:none;vertical-align:middle}.featured-logo:after,.featured-logo:before{content:'';display:table}.featured-logo:after{clear:both}.featured-logo:last-child{margin-right:0}#live-shows{padding-bottom:0}.schedule-dates{width:100%}.schedule-dates td{padding-top:1ex;vertical-align:top}.schedule-dates td:nth-child(2){padding-left:1ex;padding-right:1ex;text-align:right}.schedule-dates .map-cell{border-bottom:solid 1px #222;text-align:right}.schedule-dates .address-cell {
  padding-bottom: 1ex;
  border-bottom: solid 1px #222;
  color: #efecec; /* Updated 2025 */
  font-weight: bold; /* Updated 2025 */
}.schedule-dates>tbody:last-child>tr:last-child>.address-cell,.schedule-dates>tbody:last-child>tr:last-child>.map-cell{border-bottom:none}@media (min-width:1040px){.schedule-dates tbody{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0;margin-right:3%;display:table}.schedule-dates tbody:after,.schedule-dates tbody:before{content:'';display:table}.schedule-dates tbody:after{clear:both}.schedule-dates tbody:last-child{margin-right:0}.schedule-dates tbody tr:last-child>.address-cell,.schedule-dates tbody tr:last-child>.map-cell{border-bottom:none}}.keep-together{display:inline-block}.skyline{margin-top:50px}#audio-video{border-top:none}.video-container{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0;margin-right:3%;position:relative;height:0;margin-bottom:3%;padding:30px 0 28%}.video-container:after,.video-container:nth-child(2n+1),article:first-of-type:after,article:last-of-type:after{clear:both}.video-container:after,.video-container:before{content:'';display:table}.video-container:nth-child(2n){margin-right:0;float:right}@media (max-width:550px){.video-container,.video-container:first-child{margin-left:auto}.video-container,.video-container:last-child{margin-right:auto}.video-container{display:block;clear:both;float:none;width:100%;padding-bottom:56.25%}}article:first-of-type,article:last-of-type{float:left;clear:none;margin-left:0;margin-right:3%;text-align:inherit}iframe{position:absolute;top:0;width:100%;height:100%}h3{margin-bottom:0}article:first-of-type{width:57.083333333333336%}article:first-of-type:after,article:first-of-type:before,article:last-of-type:after,article:last-of-type:before{content:'';display:table}article:first-of-type:last-child,article:last-of-type:last-child{margin-right:0}article:last-of-type{width:39.91666666666667%}.articles-img{width:100%}@media (max-width:550px){article:first-of-type,article:last-of-type{display:block;clear:both;float:none;width:100%;margin-left:auto;margin-right:auto}article:first-of-type:first-child,article:last-of-type:first-child{margin-left:auto}article:first-of-type:last-child,article:last-of-type:last-child{margin-right:auto}.non-mobile{display:none}}@media (min-width:551px){.mobile-only{display:none}}.headshot-thumb{float:left;clear:none;text-align:inherit;width:22.75%;margin-left:0;margin-right:3%;margin-bottom:3%;font-size:0}.headshot-thumb:after,.headshot-thumb:nth-child(4n+1){clear:both}.headshot-thumb:after,.headshot-thumb:before{content:'';display:table}.headshot-thumb:nth-child(4n){margin-right:0;float:right}.headshot-thumb:hover{outline:#ffe363 solid 3px;outline-offset:1px}@media (max-width:550px){.headshot-thumb{float:left;clear:none;text-align:inherit;width:48.5%;margin-left:0;margin-right:3%}.headshot-thumb:after,.headshot-thumb:nth-child(2n+1){clear:both}.headshot-thumb:after,.headshot-thumb:before{content:'';display:table}.headshot-thumb:nth-child(2n){margin-right:0;float:right}}