@charset "UTF-8";
body{background-color: #dae1da!important;}
a {
  color: #006008;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #007A43;
  text-decoration: underline;
}
#mainwrapper header {
	/*Header */
	background-color: #EFEFE5;
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-bottom: 2px solid black;
	padding-bottom: 2px;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 28%;
	float: left;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	/*color: rgba(146,146,146,1.00);*/
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2%;
	width: 68%;
	float: left;
	color: #EFEFE5;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
.jumbotron{padding: 0px!important; margin-bottom: .5em!important;}
.headertagline{text-align: center; font-size: 16pt; font-weight: bold;}
.headerlogo{text-align: center;}
.navborder{border-bottom: 2px solid #006008;}
.navbg{background-color: #006008;}
.img-bio-sm{display: block; text-align: center;}
.copyright{text-align: right; font-size: 10pt;}
.bioheading{text-align: center;}
.bioheading a{text-decoration: underline;}
.artist-fluid img{max-width: 100%; height: auto;}
.artist-borderbox{border: 1px dotted #CDCDCD; border-collapse: collapse;}
.strongred{color: #993300; font-weight: bold;}
.red-title{color: #993300;}
.fade-brn{background-color: #edebea;}
.fade-grn{background: linear-gradient(to top,  #dae1da 34%,#006008 100%);}
.grnborder{border: 1px 0px; border-color: #006008; border-style: solid; border-width: thin;}
.box-bg-color{background-color: #dae1da!important; border: 1px solid #00608;}
.ticketlink a{text-decoration: underline; font-weight: bold;}
ul.navbox li{
list-style:none;
list-style-position:outside;
/*margin-left:-24px;*/
margin-top:5px;
line-height: 1em;
}
ul.navbox li a{color: green; font-weight: 700;}
#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
.imgshadow{-webkit-filter: drop-shadow(5px 5px 5px #006008);
 filter: drop-shadow(5px 5px 5px #006008);}
#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
#content #mainContent #bannerImage {
	/*Container for main banner image */
	width: 100%;
	/*background-color: rgba(208,207,207,1.00);*/
} 
#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(146,146,146,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}

#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 11px;
}
#content #mainContent #authorInfo p {
	color: rgba(255,255,255,1.00);
	padding-left: 2%;
	padding-top: 0px;
	padding-bottom: 11px;
	padding-right: 2%;
}
footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
}
footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#mainContent {
	/* Container for the blog post in individal blog view */
	padding-left: 2%;
	width: 70%;
	float: left;
	padding-right: 2%;
	padding-top: 10px;
}
#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 15%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	/*background-color: rgba(246,246,246,1.00);*/
	/*margin-top: 150px;
	padding-top: 32px;*/
}
#mainwrapper {
	/* Container of all content */
	width: 100%;
	overflow: auto;
	/*margin-left: 10%;*/
}

nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
footer {
	/* Container for footer artices */
	width: 71%;
	padding-left: 2%;
	padding-right: 2%;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}

#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
	.col-xs-12{min-width: 100%;}
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: left;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}

#content #sidebar nav {
	/* Navigation links in sidebar */
	width: 26%;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
#mainwrapper header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 96%;
}
}
