@charset "UTF-8";
/* CSS Document */


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * General + Main Container
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

::selection			{ background: #0079c1; color:#ffffff; }
::-moz-selection	{ background: #0079c1; color:#ffffff; }

a:link { text-decoration:none; color:#b2dcf6; }
a:visited { text-decoration:none; color:#b2dcf6; }
a:hover { text-decoration:none; color:#ffffff; }
a:active { text-decoration:none; color:#ffffff; }

@font-face {
font-family: "Pastiche";
src: url("typo-pastiche/PasticheGrotesque-Black.otf");
}

@font-face {
font-family: "American-Heavy";
src: url("typo-american/AmericanGrotesk-Heavy.otf");
}

@font-face {
font-family: "American-Bold";
src: url("typo-american/AmericanGrotesk-Bold.otf");
}

@font-face {
font-family: "American-Medium";
src: url("typo-american/AmericanGrotesk-Medium.otf");
}

@font-face {
font-family: "American-Regular";
src: url("typo-american/AmericanGrotesk-Regular.otf");
}


html {
    position: relative;
    height: 100%;
}

body {
  background-color:#040104;
  margin:0;
  padding:0;
  height: 100%;
}

h1 {	
  font-family: 'Pastiche', Arial, sans-serif;
  color:#e30613;
  text-transform:uppercase;
  font-weight:500;
  font-size:30px;
  line-height:20px;
  margin:0;
  padding:0;
  letter-spacing: 1px;
}

#paleh1 {
  color:#ebceca;	
}

h3 {	
  font-family: 'American-Bold', Arial, sans-serif;
  color:#b2dcf6;
  font-size:20px;
  text-transform:uppercase;
  line-height:48px;
  margin:0;
  padding:0;
  letter-spacing: 3px;
}

h4 {	
  font-family: 'Pastiche', Arial, sans-serif;
  color:#0079c1;
  font-size:72px;
  text-transform:uppercase;
  line-height:72px;
  margin:0;
  padding:0;
}

h5 {	
  font-family: 'American-Regular', Arial, sans-serif;
  color:#b2dcf6;
  font-size:16px;
  text-transform:uppercase;
  line-height:38px;
  margin:0;
  padding:0;
  letter-spacing: 2px;
}

h6 {	
  font-family: 'American-Bold', Arial, sans-serif;
  color:#e30613;
  font-size:30px;
  text-transform:uppercase;
  line-height:48px;
  margin:0;
  padding:0;
  letter-spacing: 3px;
}

.minititle {	
  font-family: 'American-Bold', Arial, sans-serif;
  color:#0079c1;
  font-size:16px;
  margin:5px 0 0 0;
  font-weight:300;
  padding:0;
}

#greytext {	
  font-family: 'American-Regular', Arial, sans-serif;
  color:#5e5e5e;
  font-size:16px;
  line-height:18px;
  padding:4px 0 0 0;
}

#margin {
  font-size:14px;
  line-height:28px;
}

.clear {
	clear:both;
}

.invisible {
	display:none;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Header
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.header {
	background-repeat:no-repeat;
	background-position:top;
	background-size: 100%;
	height:100%;
	text-align: center;
	background-color:#e30613;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shows {
	background-repeat:no-repeat;
	background-position:top;
	background-size: 100%;
	text-align: center;
	background-color:#000000;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
} 

.sitetitle {
	width: 100%;
}

.social-media-container {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media {
	float: left;
	margin-right: 20px;	
}

#last {
	margin-right: 0;	
}

.social-media:hover {
	color: #ffffff;
	mix-blend-mode:screen;
}

.mailing-list {
	margin:40px 0px 0 20px;
	padding:0;
}

.txtbox {
  	font-family: 'American-Regular', Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	margin-left: -20px;
	text-align: center;
	border:none;
	padding:8px;
	width:230px;
	color:#474746;
	background: rgb(231, 244, 243); /* Fall-back for browsers that don't support rgba */
    background: rgba(231, 244, 243);
	border-radius: 25px;
}

.txtbox:focus {
	outline:0;
}

.button {
  	font-family: 'American-Regular', Arial, sans-serif;
	background-color:#b2dcf6;
	font-size: 14px;
	border:none;
	padding:8px 10px 8px 11px;
	color:#e30613;
	border-radius: 25px;
	margin-left: -20px;
}

.button:hover {
	background-color: #5083f6;
	cursor: pointer;
}

.link  {
	padding-top:40px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Content
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.content {
  font-family: 'American-Regular', Arial, sans-serif;
  background-color:transparent;
  color:#0079c1;
  font-size:16px;
  line-height:20px;
  padding:0% 17% 6% 17%;
}

.contentshows {
  font-family: 'American-Regular', Arial, sans-serif;
  background-color:transparent;
  color:#0079c1;
  font-size:8px;
  line-height:20px;
  padding:0% 17% 6% 17%;
}

.txt {
	width:65%;
	margin: auto;
	padding:60px;
}

.header {
	background-repeat:no-repeat;
	background-position:top;
	background-size: 100%;
	height:100%;
	text-align: center;
	background-color:#e30613;
	display: flex;
	justify-content: center;
	align-items: center;
}

.album {
	background-repeat:no-repeat;
	background-position:top;
	background-size: 100%;
	height:100%;
	text-align: center;
	background-color:#b2dcf6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.album a:link { text-decoration:none; color:#e30613; }
.album a:visited { text-decoration:none; color:#e30613; }
.album a:hover { text-decoration:none; color:#0079c1; }
.album a:active { text-decoration:none; color:#0079c1; }

.info {
  	font-family: 'American-Regular', Arial, sans-serif;
	background-repeat:no-repeat;
	background-position:top;
	height:100%;
	text-align: center;
	background-color:#e30613;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #e30613;
	font-size: 18px;
}

#mars {
	background-color:#b2dcf6;
	color: #0079c1;
	font-size: 18px;
}

#mars a:link { text-decoration:none; color:#e30613; }
#mars a:visited { text-decoration:none; color:#e30613; }
#mars a:hover { text-decoration:none; color:#0079c1; }
#mars a:active { text-decoration:none; color:#0079c1; }

#mars2 {
	background-color:#b2dcf6;
	color: #0079c1;
	font-size: 18px;
}

#mars2 a:link { text-decoration:none; color:#e30613; }
#mars2 a:visited { text-decoration:none; color:#e30613; }
#mars2 a:hover { text-decoration:none; color:#0079c1; }
#mars2 a:active { text-decoration:none; color:#0079c1; }

.info a:link { text-decoration:none; color:#0079c1; }
.info a:visited { text-decoration:none; color:#0079c1; }
.info a:hover { text-decoration:none; color:#e30613; }
.info a:active { text-decoration:none; color:#e30613; }

.contact-container {
	font-family: "American-Regular";
	width:100%;
	height:100%;
	color: #b2dcf6;
	font-size: 16px;
	background-color:#040104;
	text-align:center;
	position: relative;
}

.contact {
	font-family: "American-Regular";
	width:100%;
	color: #b2dcf6;
	font-size: 16px;
	background-color:#040104;
	display: flex;
	justify-content: center;
	position: absolute;
	top:35%;
}

.col {
	float:left;
	width:50%;
	height:100%;
	color: #b2dcf6;
}

.col a:link { text-decoration:none; color:#ffffff; }
.col a:visited { text-decoration:none; color:#ffffff; }
.col a:hover { text-decoration:none; color:#b2dcf6; }
.col a:active { text-decoration:none; color:#b2dcf6; }

.lastcol {
	float:left;
	width:50%;
	height:100%;
	background-color:#0079c1;
	color: #b2dcf6;
}



.lastcol a:link { text-decoration:none; color:#ffffff; }
.lastcol a:visited { text-decoration:none; color:#ffffff; }
.lastcol a:hover { text-decoration:none; color:#b2dcf6; }
.lastcol a:active { text-decoration:none; color:#b2dcf6; }

.smallcol {
	float:left;
	width:20%;	
}

.full1 {
	width:100%;
	position: absolute;
	top:10%;
}

.full2 {
	width:100%;	
	position: absolute;
	top:20%;
}

.full3 {
	width:100%;	
	position: absolute;
	bottom:20%;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Footer
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.logos {
	position:fixed;
	bottom:40px;
	right:40px;
	opacity:.7;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Mobile
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media all and (max-width: 800px) {
	
.header {
	background-color:#ffffff;
}
	
}