html, body {
	width: 100%;
	font-family:"Helvetica-Neue-LT-55-Roman",sans-serif;
}
@font-face{
    font-family:"Helvetica-Neue-LT-75-Bold";
    src:url("../fonts/Helvetica-Neue-LT-75-Bold.woff") format("woff");
}
@font-face{
    font-family:"Helvetica-Neue-LT-55-Roman";
    src:url("../fonts/Helvetica-Neue-LT-55-Roman.woff") format("woff");
}
html {
	scroll-behavior: smooth;

}
body {
	background-color: #210f17;
	color: #f1e3b2;
	background-image: url(../media/bg-tworibbons.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center; 
	user-select: none;
	min-width: 350px
}


main {
	max-width: 1000px;
	margin: 0 auto;
}

#mainlogo {
	margin-top: 1em;
	width:100%;
	cursor: pointer;
}
#mainlogo img {
	width:100%;
}


a {
	transition: color .1s;	
	user-select: none;
	 -webkit-tap-highlight-color: transparent;
}
li {
	-webkit-tap-highlight-color: transparent;
}
nav {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 30px;
	float: left;
}
nav a{
	font-family:"Helvetica-Neue-LT-75-Bold";
	cursor: pointer;
	user-select: none;
	color:#f1e3b2;
	text-decoration: none;
	display: inline-flex;
	margin: 0;
	text-align: left;
	font-size: 2em;
	width: calc(25% - 5px);
}

nav a#nav_shop {

}
nav a#nav_lyrics{
	
}
nav a#nav_tour{
	
}
nav a#nav_subs {
	
	text-align: right;
}

#content {
	margin: 0 auto 37px auto;
	max-width: 800px;
	width: 100%;
	/*border: solid 1px #f1e3b2*/
}
#youtube,#youtube iframe {
	max-height: 350px;
	overflow: hidden;
}
.content-inner {
	display: none;
}



#packshots{
	float: left;
	background-color: transparent;
	width: 100%;
	height: auto;
	border-bottom: solid 3em transparent;
}
#packshots #ordernow {
	font-family:"Helvetica-Neue-LT-75-Bold";
	font-size: 0.3em;
    float: left;
    clear: left;
    width: 100%;
}
#packshots .img-packshot{
	width: calc(33% - .5em);
	border-left: solid 1em transparent;
	float: left;
	opacity: .8
}
#packshots .img-packshot img{
	width: 100%;
	height: auto;
	float: left;
}
#packshots .img-packshot1{
	border-left: none;
}
#packshots .img-packshot:hover,#packshots .img-packshot:active {
	opacity: 1;
}


#outnow {
	width: 100%;
	padding: 40px 0 20px;
	float: left;
}
#outnow svg,
#outnow a {
	float: left;
	box-sizing: border-box;
}
#outnow svg {
	width: 60%;
	font-family:"Helvetica-Neue-LT-75-Bold";
	font-size: 1em;
}
#outnow text {
  font-family:"Helvetica-Neue-LT-75-Bold";
}
#releasedate {
	font-size: .52em;
}
#outnow a {
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	font-size: 0;
}
#outnow img {
	width: calc(100% - 2px);
	height: auto;
	border: solid 1px rgba(241, 228, 178,0);
	transition: border .1s;
	animation: pulse 5s infinite;
}
#outnow a:hover img {
	animation: none;	
	border: solid 1px #d7282f;
}
@keyframes pulse {
	0%{
		border: solid 1px rgba(241, 228, 178,0);
	}
	70% {
		border: solid 1px rgba(241, 228, 178,1);		
	}
	100%{
		border: solid 1px rgba(241, 228, 178,0);
	}
}

#youtube {
	display: block;
	height: auto;
	min-width: 100%;
}
#youtube div {
	z-index: 9;
}
#tour-poster{
	margin-top: 30px;
	height: auto;
	width: 100%;
}

#embed {
	z-index: 100;
}

#tour {
	max-width: 800px;
	float: left;
	width: 100%;
}


#lyrics {
	padding: 1em 2em;
    width: 92%;

	max-width: 760px; 
	
	line-height: 1.3em;
	color: #f1e3b2;
	background-image: none;
	background-color: transparent;
}
h2.album-title {
	font-size: 1.34em;
	letter-spacing: .1em;
	color:#f1e3b2;
	text-align: center;
	margin: 1em 0;
}
h3.lyrics-title {
	font-size: 1.1em;
	color:#f1e3b2;
	cursor: pointer;
	transition: .5s color;
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: solid 1px rgba(255,255,255,0.2);
}
.lyrics-song {
	display: none;
	font-size: .8em;
	padding-bottom: 1.5em;
	font-family: sans-serif;
}


.events {
	padding: 20px;
	margin: 0;	
}
.events li {
	width: 100%;
    margin: 0;
	padding: 10px;
	color:#f1e3b2;
	/*background-color: rgba(198, 86, 158, 0.15);*/
	border-bottom: 1px solid rgba(255,255,255,0.2);
    position: static;
    min-height: auto;
}
.events li.alt {
	/*background-color: rgba(198, 86, 158, 0.1);*/
}
.events li.nogigs {
	font-size: 1.3em;
    text-align: center;
    height: 4em;
    margin-top: 1em;
    border-bottom: none;
}
.events li.pastevents{
	font-size: 1.3em;
}
li {
    list-style-type: none;
}
.events a {
	display: flex;
    align-items: center;
    text-decoration: none;
    
}
.events a:hover .ticket,.events a:hover .date-box {
	background-color: #f1e3b2;
}
.events a:hover .event-details .venue {
	text-decoration: underline;	
}
.date-box,.event-details,.city,.ticket {
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.date-box {
	color: #000;
	background: rgba(255,255,255,0.4);
    border-radius: 5px;
    text-align: center;
    min-width: 48px;
    min-height: 48px;
    color: #1e2126;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.2);;
}
.month {
	font-size: 12px;
    line-height: 14px;
    margin-bottom: 1px;
}
.date {
	font-weight: 500;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 0;
}
.year {
	 font-size: 10px;
    line-height: 10px;
}
.event-details {
	overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 16px;
    margin-right: 12px;
    min-width: 75%;
    font-family: sans-serif;
    color: #eee;
    font-weight: bold;
    font-size: 1.2em
}
.city {
	color: #888;
	font-style: italic;
    font-weight: normal;
    font-size: .9em	
}
.ticket {
	background: rgba(255,255,255,0.2);
	box-shadow: 4px 4px 0 rgba(0,0,0,0.2);;
	color: #000;
	font-family: sans-serif;
	width: 15%;
	max-width: 100px;
	min-height: 48px;
	text-align: center;	
	border-radius: 5px;
	transition: background-color .5s .5s;
}
.date-box {
	transition: background-color .5s;
}
.events a .venue {
	transition: color .5s .25s;
}
footer {
	width: 90%;
	margin: 50px auto;
	text-align: center;
	font-size: 12px;
	max-width: 1000px;
	clear: both;
}
footer .button {	
	text-align: center;
	background-color: transparent;
	color: #f1e3b2;
	border:none;
	border-radius: 10px;
	transition: background-color .1s, color .1s;		
	width:22%;		
	height: 55px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 1.5px;
	background-repeat: no-repeat; 
	overflow: hidden;
    margin: 0 5px 10px;
	
	font-size: 9px;
	background-size: 100% 100%;
}

footer a.button:hover {
	text-decoration: none;
}
footer a.button:hover span:after {
	opacity: 1;
}

footer a span {
	display: block;
	height: 55px;
	width: 100%;
	background-size: auto 110px;
	background-position: center -56px; 
	background-repeat: no-repeat;
}
footer a span::after {
	content: " ";
	display: block;
	height: 55px;
	width: 100%;
	background-size: auto 110px;
	background-position: center -1px; 
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .5s;
}
#mailer_Social_BTN {
	padding-top: 22px;
	height: 32px;
}
#transgressive_website_BTN span {
	background-image: url(../media/footer-transgressive.png);
}
#facebook_Social_BTN span,
#facebook_Social_BTN span::after {
	background-image: url(../media/footer-facebook.png);
}
#instagram_Social_BTN span,
#instagram_Social_BTN span::after {
	background-image: url(../media/footer-instagram.png);
}
#twitter_Social_BTN span,
#twitter_Social_BTN span::after {
	background-image: url(../media/footer-twitter.png);
}
#youtube_Social_BTN span,
#youtube_Social_BTN span::after {
	background-image: url(../media/footer-youtube.png);
}
#spotify_Social_BTN span,
#spotify_Social_BTN span::after {
	background-image: url(../media/footer-spotify.png);
}


footer p {
	margin: 10px 0;
	font-family: sans-serif;
}
footer p a {
	display: inline;
	background-color: transparent;
	color: #000;
	border: none;
	text-decoration: none;
	border-bottom: solid 1px rgba(0,0,0,1);;
	transition: border-bottom 1s;

}
footer p a:hover {
	border-bottom: solid 1px rgba(0,0,0,0);
}



.events a:hover .ticket,.events a:hover .date-box {
	background-color: color:rgb(241 228 178);
}
.events a:hover .event-details .venue,
h3.lyrics-title:hover,
nav a:hover,
nav a:active {
	color:#d7282f;
}


h3.lyrics-title.on,
nav a.on {
	color:rgb(241 228 178);
}



 /* small screens up tp 400px */
@media (max-width: 415px) {
	body {
		font-size: 7px;
	}
	footer .button {
		width: 19%
	}
	#outnow svg {
		font-size: 2.4em;
	}

}
/* up to 450px screens */
@media (min-width: 415px) and (max-width: 465px) {
	body {
		font-size: 8px;
	}
	footer .button {
		width: 19%
	}
	#outnow svg {
		font-size: 1.8em;
	}
}
/* up to 500px screens */
@media (min-width: 465px) and (max-width: 515px) {
	body {
		font-size: 9px;
	}
	footer .button {
		width: 19%
	}
	#outnow svg {
		font-size: 1.8em;
	}
}
/* up to 550px screens */
@media (min-width: 515px) and (max-width: 565px) {
	body {
		font-size: 10px;
	}
	#outnow svg {
		font-size: 1.8em;
	}
}
/* up to 600px screens */
@media (min-width: 565px) and (max-width: 615px) {
	body {
		font-size: 11px;
	}
	#outnow svg {
		font-size: 1.3em
	}
}
/* up to 650px screens */
@media (min-width: 615px) and (max-width: 665px) {
	body {
		font-size: 12px;
	}
	#outnow svg {
		font-size: 1.2em
	}
}
/* up to 700px screens */
@media (min-width: 665px) and (max-width: 715px) {
	body {
		font-size: 13px;
	}
	#outnow svg {
		font-size: 1.1em
	}
}
/* up to 750px screens */
@media (min-width: 715px) and (max-width: 775px) {
	body {
		font-size: 14px;
	}
	#outnow svg {
		font-size: 1em
	}
}
/* up to 800px screens */
@media (min-width: 775px) and (max-width: 815px) {
	body {
		font-size: 15px;
	}
	#outnow svg {
		font-size: 1em
	}
}
@media (min-width: 815px) {
	body {
		font-size:16px;
	}
}
