@import url("//hello.myfonts.net/count/3afc82");


@font-face {font-family: 'Plantin';src: url('webfonts/3AFC82_0_0.eot');src: url('webfonts/3AFC82_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3AFC82_0_0.woff2') format('woff2'),url('webfonts/3AFC82_0_0.woff') format('woff'),url('webfonts/3AFC82_0_0.ttf') format('truetype');}


html{
	xheight:100vh;
}
body{
	margin:0;
	padding:0;
	background: white;
	min-height: 97vh;
	position: relative;

	font-family: 'Plantin', serif;
	font-size:1em;
	font-weight:100;
	line-height:1.7em;
	color:black;
	text-align:center;
}
ul{
	margin:0;
	padding:0;
}
#lightning{
	position:absolute;
	top:2vh;
	right:2vw;
}
@keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}
#lightning:hover{
	animation: flash 0.2s infinite;
}
#lightning img{
	width:20px !important;
	height: auto;
}
#content{
	width:90%;
	padding:8% 4%;
	margin:auto;
	max-width:1400px;
	opacity:0;
}
#shrines #content{
	text-align:left;
}
a{
	color:black;
	text-decoration:none;
	transition: 0.4s ease-out;
}
a:hover{
	color:#6c110e;
}

h1{
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding:2vh;
	display: none;
}
#nav{
	list-style:none;
	width:10vw;
	padding:0;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: absolute;
	top:2vh;
	left:2vw;
}
#lyricslinks{
	position: absolute;
	top:5vh;
	right:2vw;
	text-align: right;
	line-height: 1.5em;
}
#nav li{
	width:20%;
	text-align: left;
	padding:0 2%;
	vertical-align: middle;
}
#nav li:last-child{
	margin-right:0;
}
#nav li img{
	width:100%;
	height:auto;
}
@-webkit-keyframes fade {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fade {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fade2 {
	0% {
		opacity:0;
		margin-top:20px;
	}
	50% {
		opacity:0;
		margin-top:20px;
	}
	100% {
		opacity:1;
		margin-top:0px;
	}
}
@keyframes fade2 {
	0% {
		opacity:0;
		margin-top:20px;
	}
	50% {
		opacity:0;
		margin-top:20px;
	}
	100% {
		opacity:1;
		margin-top:0px;
	}
}
#nav {

	opacity: 1;
}
#socialicons{
	text-align:left;
	padding-top: 5px;
}
#content {
	-webkit-animation-name: fade2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	x-webkit-animation-delay: 2s;
	-moz-animation-name: fade2;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	x-moz-animation-delay: 2s;
	-animation-name: fade2;
	-animation-timing-function: linear;
	-animation-duration: 2s;
	-animation-iteration-count: 1;
	x-animation-delay: 2s;
	opacity: 1;
}
#content table{
	width:80%;
	margin:auto;
}
.date{
	text-align:left;
}
.tickets{
	text-align:right;
}
#socials{
	list-style:none;
	margin:4% 0 0 0;
	padding:0;
}
#socials li{
	display:inline-block;
	width:18%;
	max-width:50px;
	margin:1%;
}
#socials li img{
	width:100%;
	height:auto;
}
.row{
	overflow:hidden;
	margin-bottom:3%;
}
.item{
	width:29.3%;
	float:left;
	text-align: justify;
	padding:2%;
}
h2{
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
h3{
	letter-spacing: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}
h4{
	letter-spacing: 5px;
	font-weight: normal;
	text-transform: uppercase;
}
.item h2{
	text-align:center;
}
.small {
	font-size:0.5em;
}
.item a img{
	width:100%;
	max-width:160px;
	height:auto;
	float:right;
	opacity:1;

	transition: 0.4s ease-out;
}
.item a:hover img{
	opacity:0.5;
}
.item .spacer{
	display: inline-block;
	width:10px;
}
#info{
	display:none;
}
ol{
	list-style:none;
	margin:0;
	padding:0;
}
#packshot{
	width:100%;
	max-width:300px;
	height:auto;
	margin:0 auto 30px;
	display:inline;
}
p{
	margin-bottom:40px;
}
#home{
	position: absolute;
top: 50%;
transform: translate(0, -50%);
width:100vw;
}
#album iframe{
	width:100%;
	max-width:853px;
	margin: 20px 0;
}
#album h2{
	margin-top:0;
}
#footer{
	text-transform: lowercase;
}
#preorder {
	border:1px solid black;
	padding:5px 10px;
	display:inline-block;
}
#socialicons_mob{
	display:none;
}
#lyrics_shrines:hover{
	color: #87b59b;
}
#lyrics_ae:hover{
	color: #f4b0a5;
}
#anothereternity{
background: #f5ebea;
background: -moz-linear-gradient(top,  #f5ebea 0%, #f4b0a5 10%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5ebea), color-stop(10%,#f4b0a5));
background: -webkit-linear-gradient(top,  #f5ebea 0%,#f4b0a5 10%);
background: -o-linear-gradient(top,  #f5ebea 0%,#f4b0a5 10%);
background: -ms-linear-gradient(top,  #f5ebea 0%,#f4b0a5 10%);
background: linear-gradient(to bottom,  #f5ebea 0%,#f4b0a5 10%);
	color:white;
	font-family: helvetica, sans-serif;
}
#anothereternity a{
	color: white;
}
#anothereternity a:hover{
	color: black;
}
#anothereternity .item h2, #shrines .item h2{
	text-align: left;
	text-transform: lowercase;
}
#shrines{
	background:black;
	color: #87b59b;
	font-family: times, serif;
	text-transform: uppercase;
	letter-spacing: 0;
}
#shrines h2{
	letter-spacing: 0;
	color: #f3b28a;
	text-transform: uppercase !important;
}
#shrines .item{
	text-align: left;
}
#shrines a{
	color: #87b59b;
}
#shrines a:hover{
	color: #f3b28a;
}
.seated-events-table{
	margin:4vh;
}
.seated-event-description-cells{
	text-align: left;
}
#tsandcs{
	line-height: 2em;
}
#download{
	border:1px solid black;
	padding:10px;
	display:none;
}
@media screen and (max-width: 760px) {
	#content table{
		width:100%;
		margin:auto;
	}
	#socials li{
		max-width:30px;
	}
	#nav{
		width:96vw;
	}
	#nav li{
		display:inline;
		width:inherit;
		xtext-align: center;
		padding:0 1%;
		vertical-align: middle;
	}
	#nav li span{
		font-size:0.75em;
	}
	.item{
		width:96%;
		float:none;
		text-align: justify;
		padding:2%;
	}
	#socialicons{
		display:none;
	}
	#socialicons_mob{
		display: block;
		text-align:center;
		position: absolute;
		bottom:5vh;
		width:100vw;
		letter-spacing: 10px;
	}
}
