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

html,
html * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

header {
	padding: 20px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #171125;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: url("images/TNP_bg.jpg") repeat fixed center top;	
}

/* image responsiveness */
.responsive {
  max-width: 100%;
  height: auto;
}

.preloader, body {
    background-color: black;
}

.style_logo_s {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}

.style_nav ul{
	list-style-type: none;
}

.style_nav ul li a {
	text-decoration: none;
	color:antiquewhite;  
	text-align: center; 
	display: block;
	text-transform: uppercase;
	padding: 5px;
	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


.hero {
	background-image:url("images/Hero.jpg");
	background-size: cover;  
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;
}

.biog {
	background-image:url("images/Barcelona.jpg");
	background-size: cover;  
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;
	
}

.tdates {
	background-image:url("images/winterstorm.jpg");
	background-size: cover;  
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;
}

.nextshow {
	background-image:url("images/Next.jpg");
	background-size:cover;   
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;
	
}

.alcmerch {
	background-image:url("images/bp.jpg");
	background-size: cover;  
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;
}

.meat {
	padding: 1em;
	color: black;
	text-align: justify;
}

.mrch {
	padding: 2em;
	color: white;
	text-align: center;
}

.archive {
	background-image:url("images/40_years.jpg");
	background-size: cover;  
	padding: 50px 50px 50px 50px;
	color: #FFFFFF;
	text-align: center;	
}

.footer-text {
	font-size: 13px;
	color: antiquewhite;
	margin-bottom: 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 5px;
}

div.transbox {
 	margin: .5em 0em 1em 0em;
  	background-color: #ffffff;
 	border: 1px solid black;
 	padding: 20px 20px 20px 20px;
 	opacity: 0.7;
}

div.transbox p {
  	margin: 5%;
  	font-weight: bold;
  	color: #000000;
}

div.box {
	margin: .5em 0em 1em 0em;
  	border: 0px solid black;
 	padding: 20px 20px 20px 20px;
}

div.box p {
  	margin: 5%;
  	font-weight: bold;
  	color: #000000;
}

h1 {
	font-size: 47px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 60px;
	color: black;
  	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: white;
}

h3 {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 120px;
	color: black;
  	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
  	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: white;

}

h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1px;
	color: black;
}

h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1px;
	color: white;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

/* unvisited link */
a:link {
  	color:white;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a:visited {
  	color: white;
}

/* mouse over link */
a:hover {
  	font-style: bold;
}

/* selected link */
a:active {
  	color: red;
	text-shadow: 2px 2px 5px red;
}

a.class1 {color:red;}
a.class1:link  {text-decoration: none; color: black;}
a.class1:visited {text-decoration: none; color: black;}
a.class1:hover {text-decoration: underline; color: black;}
a.class1:active {text-decoration: none; color: black;}


.info-box {
	background-color: #000000;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

footer {
	margin-top: 1em;
	padding-top: 1em;
	
}
.footer-content {
	width: 100%;
	margin: 0 auto;
	padding-bottom:1em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 2.6em;
	display: inline-block;
	width: 3em;
	height: 3em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: white;
	
	
}
.footer-social li a img {
	width: auto;
	height:2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}



.col {
	width: 100%;
}


.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}


/*tablet view*/

@media (min-width: 768px){
	
	.style_nav ul li {
		display: inline-block;
	}
	
	.style_nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

/*desktop view*/

@media (min-width: 1024px){

	body {
		max-width: 1200px;
		
	}
	
	.style_logo_s {
		float: left;
	}
	
	.style_nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}
