@font-face {
    font-family: 'PT Sans Narrow'; /*pt_sans_narrowregular*/
    src: url('/fonts/ptsansnarrow-regular-webfont.woff2') format('woff2'),
         url('/fonts/ptsansnarrow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('/fonts/ptsansnarrow-bold-webfont.woff2') format('woff2'),
         url('/fonts/ptsansnarrow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, img, ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

html {
	height: 100%;
}

html {
/*	background-color: #000000;*/
}

body {
	font-family: 'PT Sans Narrow', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 18px;
	margin: 0px; 
	padding: 0px;
	color: #696969;
	height: 100%;
}

a {font-weight: bold; font-style: normal;}
a:link {color: #af0000;}
a:visited {color: #000000;}
a:hover {color: #af0000;}
a:active {color: #af0000;}

a.nav_a {font-weight: bold; font-style: normal;}
a.nav_a:link {color: #af0000;}
a.nav_a:visited {color: #af0000;}
a.nav_a:hover {color: #000000;}
a.nav_a:active {color: #af0000;}

a.nav_b {font-weight: bold; font-style: normal;}
a.nav_b:link {color: #af0000;}
a.nav_b:visited {color: #af0000;}
a.nav_b:hover {color: #000000;}
a.nav_b:active {color: #af0000;}

p {
	margin: 0px 0px 10px 0px;
	line-height: 130%;
}

#nav_y_logo {
	width: 100%;
	margin: 0px auto;
	font-size: 20px;
	position: fixed;
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

#nav_y_logo img {
	margin: 0px auto;
}

#nav_nav {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #aaaaaa;
	font-weight: normal;
}

#nav_nav li {
	display: inline;
}

#nav_nav a.nav_a {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
/*	border: 3px solid #000000;
	border-radius: 10px;*/
	transition: 0.3s;
	background-color:rgba(255, 255, 255, 0.85);
}

#nav_nav a:hover {
	color: #af0000;
	border-radius: 10px;
}

#nav_nav a.nav_a:hover {
	background-color: #e8e8e8;
}

#big_container {
	margin: 0px auto;
	width: 100%;
	position: relative;
}

.above_nav {
	height: 0px;
}

.peek_a_boo {
	background: url("/gr/dm_2022_1500_v2.jpg") no-repeat center 100px;
	height: 1000px;
	width: 100%;
	background-attachment: fixed;
/*	background-position: center 100px;
	background-repeat: no-repeat;*/
	background-size: 100% auto;
/*	position: fixed;*/
	z-index: 8;
}

.songs_in_the_key_of_space {
	height: 100px;
	display: block;
	clear: both;
}

.the_legs {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 30px;
	color: #aaaaaa;
	font-weight: normal;
}

.the_legs li {
	display: inline;
	padding-right: 10px;
}



.news_container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	height: auto;
	color: #000000;
	width: 100%; /* 70% */
	background-color: #ffffff;
/*	z-index: 20;*/
}

.news_content {
	padding: 10px;
	position: relative;
	width: 70%;
	margin: 0px auto;
	text-align: left;
/*	background-color:rgba(255, 255, 255, 0.85);*/
}

.news_content img {
	max-width: 90%;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	display: block;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); 
}

.news_content iframe {
	max-width: 90%;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	display: block;
	width: 100%;
}

.news_content .fb-video {
	max-width: 90%;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	display: block;
}

.news_category {
	font-size: 32px;
	color: #000000;
}

.news_headline {
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}

.news_date {
	font-size: 14px;
	color: #696969;
	font-style: italic;
}

.news_deleter {
	float: left;
	padding: 2%;
	background-color: red;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.news_editor {
	float: left;
	padding: 2%;
	background-color: green;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.tour_container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	height: auto;
	color: #000000;
	width: 100%; /* 70% */
	background-color: #ffffff;
/*	z-index: 20;*/
}

.tour_content {
	padding: 10px;
	position: relative;
	width: 70%;
	margin: 0px auto;
/*	background-color:rgba(255, 255, 255, 0.85);*/
}

.tour_category {
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 32px;
	color: #000000;
	text-align: center;
	margin: 0px auto;
	font-weight: normal;
}

.tour_date {
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

.tour_venue_city {
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #af0000;
	font-weight: normal;
}

.tour_opening_act {
}

.tour_on_sale {
}

.tour_notes {
}

.tour_buy_tickets {
	display: inline-block;
	padding: 5px 15px;
	border: 3px solid #af0000;
	font-size: 18px;
	text-align: center;
	margin: 5px auto;
	color: #af0000;
	border-radius: 10px;
	transition: 0.3s;
}

.tour_buy_tickets:hover {
	background-color: #af0000;
}

.tour_buy_tickets:hover a{
	color: #ffffff;
}

.tour_buy_tickets:hover b{
	color: #ffffff;
}

.tour_date_container {
	width: 99%;
	margin: 0% 0% 1% 0%;
	padding: 1%;
}

.tour_float_left {
	float: left;
	width: 70%;
	padding: 0px 40px 0px 0px;
	font-size: 16px;
}

.tour_float_right {
	float: left;
}

.tour_buy_tickets a {
	text-decoration: none;
}

.tour_date_div {
	display: inline-block;
	width: 30%;
	padding: 1%;
	text-align: left;
	vertical-align: top;
}

.tour_venue_city_div {
	display: inline-block;
	width: 30%;
	padding: 1%;
	text-align: center;
	vertical-align: top;
}

.tour_buy_tickets_div {
	display: inline-block;
	width: 32%;
	padding: 1%;
	text-align: right;
	vertical-align: top;
}

.tour_buy_tickets a {
	transition: 0.3s;
}

.tour_details_div {
	display: inline-block;
	width: 99%;
	padding: 1%;
	text-align: left;
	vertical-align: top;
	color: grey;
	font-size: 16px;
}

.image_container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	height: auto;
	color: #000000;
	width: 960px; /* 70% */
	background-color: #ffffff;
/*	z-index: 20;*/
}

.image_content {
	padding: 10px;
	position: relative;
	width: 300px;
	margin: 0px auto;
}

.img_red {
	border: 5px solid red;
}

.img_green {
	border: 5px solid green;
}

.image_deleter {
	float: left;
	padding: 2%;
}

.image_current {
	float: left;
	padding: 2%;
}

#footer_container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background-color: #ffffff;
	height: auto;
	color: #000000;
	width: 100%; /* 70% */
/*	z-index: 20;*/
}

#footer_content {
	padding: 10px;
	position: relative;
	margin: 0px auto;
	font-size: 14px;
/*	background-color:rgba(255, 255, 255, 0.85);*/
	text-align: center;
	width: 70%;
}

.footer_email_list {
	font-family: 'PT Sans Narrow Bold', Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

#nav_nav_social {
	list-style-type: none;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
/*	text-transform: uppercase;*/
	font-size: 14px;
	color: #aaaaaa;
	font-weight: bold;
}

#nav_nav_social li {
	display: inline;
	font-size: 24px;
}

#nav_nav a.nav_b {
	padding: 5px 5px;
	margin: 10px;
	transition: 0.3s;
}

#nav_nav_social a.nav_b {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
/*	border: 3px solid #000000;
	border-radius: 10px;*/
	transition: 0.3s;
}

#nav_nav_social a.nav_b {
	padding: 5px 5px;
	margin: 10px;
	transition: 0.3s;
}

#nav_nav_social a:hover {
	color: #af0000;
	border-radius: 10px;
}

#nav_nav_social a.nav_b:hover {
	background-color: #e8e8e8;
}

#nav_nav a.nav_b:hover {
	color: #000000;
}

hr {
	border: 0;
	height: 1px;
	background: linear-gradient(to right, white, grey, white);
}

.youtube_cookie_style {
	width: 100%;
	height: 540px;
	margin: 0px auto;
	text-align: center;
}

@media (max-width: 959px) {
	#big_container {max-width: 100%; margin: 0px auto;}
	#nav_y_logo img {max-width: 60%;}
	#nav_nav {text-align: center; font-size: 22px;}
	#nav_container {top: 100px;}
	.news_container {padding: 0px; width: 100%;}
	.news_content {max-width: 100%;}
	.tour_container {width: 100%;}
	.tour_content {max-width: 100%;}
	.tour_date_div {width: 99%; text-align: center;}
	.tour_venue_city_div {width: 99%;}
	.tour_buy_tickets_div {width: 100%; margin: 10px auto; text-align: center;}
/*	-webkit-text-size-adjust: none;*/
	#footer_container {width: 100%;}
	.peek_a_boo {background-position: center 100px;	height: 500px;}
	.songs_in_the_key_of_space {height: 100px;}
	.youtube_cookie_style {width: 100%; height: 300px;}
	.image_container {width: 400px;}
	.the_legs li {display: block;}
}

@media (max-width: 428px) {
	#big_container {max-width: 100%; margin: 0px auto;}
	#nav_y_logo img {max-width: 60%;}
	#nav_nav {text-align: center; font-size: 22px;}
	#nav_container {top: 80px;}
	.news_container {padding: 0px; width: 100%;}
	.news_content {max-width: 100%;}
	.tour_container {width: 100%;}
	.tour_content {max-width: 100%;}
	.tour_date_div {width: 99%; text-align: center;}
	.tour_venue_city_div {width: 99%;}
	.tour_buy_tickets_div {width: 100%; margin: 10px auto; text-align: center;}
/*	-webkit-text-size-adjust: none;*/
	#footer_container {width: 100%;}
	.peek_a_boo {background-position: center 100px;	height: 500px;}
	.songs_in_the_key_of_space {height: 100px;}
	.youtube_cookie_style {width: 100%; height: 180px;}
	.image_container {width: 400px;}
	.the_legs li {display: block;}
}