
   
body {
	--main-bg-color: white;
	background-color: var(--main-bg-color);
	padding-top: 0px;
	font-family: 'Roboto', arial;
	font-size: 16pt;
	color: #666666;
	min-height: 100%; 
}
	
/* ------ NAV STUFF ------ */  
.nav a{
	font-size: 12pt !important;
	}
		
.nav-li{
	font-size: 12pt !important;
	color: white !important;
	font-weight: 700; 
   }
   
.nav-scroll {
	overflow-y:auto; max-height:80vh
   }
   
.nav-bkg {
	background-color: #444:
}

.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
	color: #fff; background-color: #333;
}
	
.nav-item-pad {
	padding: 8px;
}

	
/* ------ NAVBAR BKG TRANSITION ------ */
.navbar { 
	background-color: rgba(0,0,34,0.70); 
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear; 
}

.scrolled { 
	background-color: rgb(0,0,34); 
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear; 
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/* ------ SHRINK NAVBAR ------ */
nav a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  transition: all 0.3s;
}

nav .btn-sm {
	margin: 13px 15px 13px 0;
	transition: all 0.3s;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
  transition: all 0.3s;
}

.navbar-brand {
  width: 200px;
  transition: all 0.3s;
}

nav.navbar.shrink {
  min-height: 25px;
  transition: all 0.3s;
}

nav.shrink a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 14px;
  transition: all 0.3s;
}

nav.shrink .navbar-brand {
  width: 150px;
  transition: all 0.3s;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
  transition: all 0.3s;
}

/* ------ REPLACES DONATE BUTTON ON NAVBAR ------ */
.badge-sm {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: black !important;
    font-weight: 700;
    background-color: coral !important;
}

/* ------ ANIMATED NAVBAR TOGGLER ------ */
.animated-icon1 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* ------ PARALLAX ------ */    
.parallax_img {
	height: 600px;	
	background-image: url('/images/Parallax/home.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img {
		height: 240px;;
		background-attachment: inherit;
	}
}

.parallax_img2 {
	height: 600px;	
	background-image: url('/images/Parallax/events.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img2 {
		height: 240px;
		background-attachment: inherit;
	}
}

.parallax_img3 {
	height: 600px;	
	background-image: url('/images/Parallax/whoweare.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img3 {
		height: 240px;
		background-attachment: inherit;
	}
}

.parallax_img4 {
	height: 600px;	
	background-image: url('/images/Parallax/whatwedo.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img4 {
		height: 240px;
		background-attachment: inherit;
	}
}

.parallax_img5 {
	height: 600px;	
	background-image: url('/images/Parallax/photogallery.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img5 {
		height: 240px;
		background-attachment: inherit;
	}
}
   
.parallax_img6 {
	height: 600px;	
	background-image: url('/images/Parallax/vendors.jpg'); 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img6 {
		height: 240px;
		background-attachment: inherit;
	}
}

.parallax_img7 {
	height: 600px;	
	background-image: url('/images/Parallax/vendors-2.jpg'); 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	@media screen and (max-width: 767px) {
	.parallax_img6 {
		height: 240px;
		background-attachment: inherit;
	}
}
    
/* ------ LOADER / PRELOADER------ */
.loader-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #111;
z-index: 999999;
}

/* ------ PRELOADER PAGE ------ */
.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid coral;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid coral;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid coral;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* ------ ANIMATED CHECKMARK ON EMAIL / MAILING LIST CONFIRMATION PAGE ------ */
.facircle {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid lightgray;
  color: lightgray;
  padding: 0.5em 0.6em;
}

.verify-h1 {
	font-size: 24pt;
	color: gray;
}

.success-animation { 
	margin:20px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}


/* ------ HEADINGS ------ */
 h1 {
	font-family: Arial narrow, sans-serif;
	font-size: 40pt;
	font-weight: 300;	
}
@media (max-width: 400px) {
	h1 {
		font-family: Arial narrow, sans-serif;
		font-size: 20pt;
		font-weight: 300;
	}
}


 h2 {
	font-family: Arial Narrow, sans-serif;
	font-size: 3.8vmax;
	font-weight: 300;	
	color: #000000;
}

h3 {
	font-size: 24pt;
}

h4 {
	font-size: 24pt;
}

h5 {
	font-size: 24pt;
}

.BioName {
	font-size: 24pt;
}

/* ------ CARDS ------ >
.roz {
	margin-top: 40px;
	background-color: coral;
}


/* ------ ASSORTED STUFF ------ */
.border-line {
	 border-top: 4px solid red
}
.circle-img {
	width: 400px;
    border-radius: 50%;
    border: 4px solid var(--main-bg-color);
    box-shadow: 0 0 0 2px red;
}

/* ------ EVENT LISTING STUFF ------ */

.close-X {
	color: darkgray;
	font-size: 30pt;
	text-decoration: none;
}

.close-X:hover {
	color: black;
	font-size: 30pt;
	text-decoration: none;
}

.event-name {
	font-size: 3.4vmax;
	color: black;
}
.event-date {
	font-size: 2.4vmax ;
	font-weight: 400;
	color: coral;
}

.event-time {
	color: black;
}

.event-venue {
	font-size: 2vmax ;
	text-transform: capitalize;
	color: black;
}

.event-address {
	font-size: 16pt;
	color: gray;
	text-transform: capitalize;
}

.event-fee {
	font-size: 16pt;
	color: gray;
	text-transform: capitalize;
}

.event-age {
	font-size: 12pt ;
	color: black;
}

.event-tickets {
	font-size: 12pt ;
	color: #777;
	text-transform: capitalize;
}

.event-comments {
	font-size: 14pt;
	color: black;
}
	
.No-upcoming-shows {
	text-align: center; 
	font-size: 14pt; 
	text-shadow: 1px 0px black;	
}

.Next-Show {
	font-size: 20pt;
	text-align: center;  
	text-shadow: 1px 0px black;	
}

.home-event {
	color: darkgray;
	text-transform: capitalize;	
}


a.home-event:link {color:darkgray;}
a.home-event:visited {color:darkgray;}
a.home-event:hover {color:coral; text-decoration:none;}

a.footer-link:link {color:darkgray;}
a.footer-link:visited {color:darkgray;}
a.footer-link:hover {color:coral; text-decoration:none;}
	
.home-event-date {
	font-size: 12pt;
	color: coral;
	font-style: italic;
}
		
.scale-up-center {
-webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
		animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.form-control:focus {
	border-color: coral;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.075) inset, 0px 0px 10px rgba(74, 166, 202, 0.5);
}
    
.mobileShow {display: none;} 

  /* Smartphone Show on Portrait ONLY */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px)
    and (orientation: portrait)
    { .mobileShow {display: inline;}
      
  }
  
/* ------ FOOTER STUFF ------ */
  
.footer {
	margin-top: 40px;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: white;
	background-color: #002;
}

.footer-copyright {
	color: darkgray; 
	font-size: 10pt; 
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-name {
	display: none !important;
}

.footer-nav {
	color: darkgray; 
	font-size: 10pt; 
	margin-top: 20px;
}

.icon-facebook {
	font-size: 40pt; 
	color: #3b5998; 
	margin-right:20px;
}

.icon-twitter {
	font-size: 40pt; 
	color: #1DA1F2; 
	margin-left:20px;
}

.icon-youtube {
	font-size: 40pt; 
	color: #ff0000; 
	margin-left:20px;
}

/* ------ GALLERY STUFF ------ */
.caption {
	font-size: 10pt ;
	font-weight: 300;
	color: #ccc;
	margin-top: 15px;
}

.gallery-border {
	border: 4px solid white; 
	box-shadow: 0 0 0 1px red; 
}

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: .5s ease;
}

.rotate img{
transition: .5s ease;
}

.rotate img:hover{
-webkit-transform: rotateZ(-20deg);
-ms-transform: rotateZ(-20deg);
transform: rotateZ(-20deg);
transition: .5s ease;
}

.darken img {
-webkit-filter: brightness(100%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.darken img:hover {
-webkit-filter: brightness(70%);
}

/* ------ Not going to use on this site right now ------ 
#UpBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  background-color: red;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  transition: .8s;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#UpBtn:hover {
  background-color: #ff5e24;
}
------- */
/* ----------------------------------------------
 * Generated by Animista on 2020-1-4 11:22:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.fade {
  height: 1px;
  $color: red;
  color: $color;
  background-image: linear-gradient(
    90deg,
    rgba($color, 0),
    rgba($color, 1) 50%,
    rgba($color, 0) 100%);
}
	
	
/* ----------------------------- LIGHTBOX STYLES */

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
