@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
  font-family:Receipt;
  src: url('/fonts/FAKERECE.ttf') format('truetype');
}

@font-face {
  font-family:Asap;
  src: url('/fonts/Asap/static/Asap-Regular.ttf') format('truetype');
}

@font-face {
  font-family:Aisle45;
  src: url('/fonts/MAGNETOB.TTF') format('truetype');
}

@font-face {
  font-family:Fancy;
  src: url('/fonts/SCRIPTBL.TTF') format('truetype');
}

/*
@import "print.css" print;
*/

html {
  font-family:Montserrat, "Arial Nova", "Segoe UI", Helvetica, sans-serif;
}

#wrapper {
  position:relative;
  min-height:100vh;
  overflow:hidden;
}

#content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  min-height: 97vh;
  border-bottom: 1px solid silver;
}

#footer {
  min-height:3vh;
  padding:2px;
  position:relative;
  bottom:0;
  width:100%;
  background-color:ghostwhite;
}

#header {
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
  border-bottom:1px solid gainsboro;
  background-color: ghostwhite;
}

#box {
  width:100%;
  max-width:1280px;
  min-height:92vh;
  margin:0 auto;
  position:relative;
  padding-bottom:1vh;
}

#logo-here {
  background-image:url('/pix/player-ad-space.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
  background-origin:content-box;
  background-clip:padding-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Asap, Arial Rounded MT Bold, Impact Regular, sans-serif;
  font-weight:normal;
}

button {
  cursor:pointer;
}

a {color:#09f; text-decoration:none;}
a.link:hover, .hasLinks a:hover, a:hover {  text-decoration:underline; }

.button:hover, a.button:hover {
  cursor:pointer;
  text-decoration:none;
}

.hover:hover { box-shadow: 0 2px 3px -1px #101010; text-decoration:none; }

.plain:hover { border: 1px solid green; text-decoration:none; }

.content p img, .content a img {
  max-height:2em;
}

.aisle45 {
  font-family: Aisle45;
}

.receipt {
  font-family: receipt, monospace;
}

.serif {
  font-family:'Times New Roman', serif;
  font-size:115%;
}

.fancy {
  font-family:Fancy;
}

.headliner {
  position:relative;
  top:4vh;
}

.headline {
  font-size:8vw;
}

.subheadline {
  font-family:Montserrat;
  font-size: 150%;
}

/*  PORTRAIT STYLE FOR HEADLINE FONTS  */
@media screen and (max-width:800px) {
  .headline {
    font-size:16vw;
  }
  .subheadline {
    font-size:5vw;
    padding:2%;
  }
}

.b-shadow {
  box-shadow:0 6px 5px -4px #303030;
}

.t-shadow { text-shadow: 0px 1px 2px #000; }

.t-shadow-lite { text-shadow: 0 1px 2px ghostwhite, 0 2px 4px black; }

.t-shadow-glow { color:ghostwhite; text-shadow: 0 0 2px crimson, 0 0 6px deepskyblue, 0 0 3px deeppink; }

.t-shadow-neon { text-shadow: 0 0 5px #FF0000, 0 0 8px #0000FF; }

.t-shadow:hover { text-shadow:none; }

.justify {
  text-align: justify;
  text-justify: inter-word;
}

hr.radial {
   height:4px;
   margin:4px 0;
   border:none;
   background-image: radial-gradient(ghostwhite, silver, rgba(38,38,38,0.2), rgba(0,0,0,0));
}

hr.radial-rev {
   height:4px;
   margin:4px 0;
   border:none;
   background-image: radial-gradient(Black, dimgrey, rgba(242,242,242,0.1), rgba(255,255,255,0));
}

/* NAV STYLES */

#myTopnav .topnav a:hover, #myTopnav .topnav a.selected {
  outline:none !important;
}

/* Style the links inside the navigation bar */

.topnav {
  overflow: hidden;
  max-width:1280px;
  margin: 0 auto;
  height: 50px;
}

.topnav a {
  height:100%;
  float:left;
  display: block;
  color: black;
  text-align: center;
  padding:5px 10px;
  text-decoration: none;
}

.topnav a:last-of-type{
  float:right;
}

.topnav a:hover {
  background-color:gainsboro;
}

.topnav a img {
  height:inherit;
}

.topnav .search-container {}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* SIDENAV STYLING */

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: dimgray;
  overflow-x: hidden;
  transition:0.4s;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 8px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  color:silver;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  border: none;
  background: none;
  height:50px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: ghostwhite;
}

.sidenav img {
  height:100%;
}

/* Add an active class to the active dropdown button */
*:disabled {
  background-color: gray;
  cursor:not-allowed;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.sidenav .closebtn {
  text-align:right;
  padding-top:8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* END NAV STYLE */

/* BACKGROUND STYLES */
.musician {background:ghostwhite url(/pix/musical-notes-png-transparent-11.png) fixed no-repeat center/cover;}
.audience {background:ghostwhite url(/pix/39206046-radio-wallpapers.jpg) fixed no-repeat center/cover;}
.sponsor {background:ghostwhite url(/pix/business.jpg) fixed no-repeat center/cover;}
.patron {background:ghostwhite url(/pix/concert-crowd-1.jpg) fixed no-repeat top/cover;}
.partner {background:ghostwhite url(/pix/blue-business-business-people-collaboration-colorful-communication-1434035-pxhere.com.jpg) fixed no-repeat center/cover;}
.writer {background:ghostwhite url(/pix/musicnotes-1080.jpg) fixed no-repeat center/cover;}
.listing {background:ghostwhite url(/pix/drew-patrick-miller-_o6AAx9dl_Y-unsplash.jpg) fixed no-repeat center/cover;}
.advert {background:ghostwhite url(/pix/blue-business-business-people-collaboration-colorful-communication-1434035-pxhere.com.jpg) fixed no-repeat center/cover;}
.comedian {background:black url(/pix/shutterstock_646910404.jpg) fixed no-repeat center/cover;}
.soundboard {background:ghostwhite url(/pix/james-kovin-F2h_WbKnX4o-unsplash.jpg) fixed no-repeat center/cover;}
.dj {background:ghostwhite url(/pix/deejay.png) fixed no-repeat center/cover;}
.podcast {background:ghostwhite url(/pix/microphone-in-radio-studio_adjusted.jpg) fixed no-repeat bottom/cover;}
.stagelighting {background:ghostwhite url(/pix/stage-lighting1.jpg) no-repeat center/cover;}
.notes-1 {background:ghostwhite url(/pix/musical-notes-png-transparent-11.png) fixed no-repeat center/cover;}
.notes-2 {background:ghostwhite url(/pix/48326-9-music-notes-free-download-png-hq.png) fixed no-repeat center/cover;}
.notes-3 {background:ghostwhite url(/pix/musicnotes-1080.jpg) fixed no-repeat center/cover;}
.notes-4 {background:ghostwhite url(/pix/musicnotes.png) fixed no-repeat center/cover;}
.cash {background:ghostwhite url(/pix/cash-in-hand.jpg) fixed no-repeat bottom/cover;}
.faq {background:ghostwhite url(/pix/25235-wide.jpg) fixed no-repeat center/cover;}
.thx {background:ghostwhite url(/pix/publicdomainq-thumb.png) fixed no-repeat bottom/contain;}
.terms {background:ghostwhite url(/pix/partners.png) fixed no-repeat bottom/cover;}
.agree {background:ghostwhite url(/pix/handshake.jpg) fixed no-repeat center/cover;}
.stage {background:ghostwhite url(/pix/limelight-1080.jpg) fixed no-repeat center/cover;}
.contact {background:ghostwhite url(/pix/pavan-trikutam-71CjSSB83Wo-unsplash.jpg) fixed no-repeat center/cover;}
.legend {background:ghostwhite url(/pix/Music-Backgrounds-5.jpg) fixed no-repeat center/cover;}

/* END BACKGROUND STYLES */

/* BEGIN FORM STYLES */

/* LOGOUT FORM */

form.logout {
   height:50px;
}

/* END LOGOUT FORM */

fieldset {
  margin-top:1em;
}

legend {
  font-size:1.125em;
  padding:0 3px 7px 3px;
  color:#06c;
}

label, .label {
  font-variant:small-caps;
}

textarea {
  width:100%;
}

/* END FORM STYLES */

/* TABLE STYLES */

th, dt {
  font-size:18px;
  font-family:Asap;
  font-weight:normal;
}

dt {
  background-color:Thistle;
  text-indent:6px;
}

dt,dd {
  line-height:2em;
}

th img, td img, .tooltip > img {
  max-height:1.2em;
  width:auto;
}

table.stripe tr:nth-child(odd) {
   background-color: Thistle;
}

table.purchases td:nth-child(odd) {
   border-right: 1px solid silver;
   width:50%;
}

table.purchases td:nth-child(even) {
   text-align:center;
}

table.side tr td {
  width:50%;
}

table.side td:nth-child(odd) {
   text-align: right;
   font-family:serif;
   font-size:1.2em;
   font-style:italic;
}

tfoot {
   font-variant: small-caps;
}

/* END TABLE */

sup, sub {
   vertical-align:super;
   font-size:smaller;
}

.infobox {
   border: 1px solid silver;
   border-radius: 4px;
   margin:5px;
}

.scroll-box {
  padding:5px 8px;
  height: 10em;
  overflow:scroll;
}

/* Style the element that is used to open and close the accordion class */
.accordion {
  color: initial;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.spaced {
  border:1px solid ghostwhite;
  border-radius:4px;
  padding:0.5em;
  margin-bottom:1%;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color:#96f;
  color:initial;
}

/* Unicode character for "plus" sign (+) */
.accordion::after {
  content: "\2669";
  float: right;
}

/* Unicode character for "minus" sign (-) */
.accordion.active::after {
   content: "\266C";
}

/* Style the element that is used for the panel class */

.panel, .screen {
  transition: max-height 0.4s ease-in-out;
  display:none;
}

.panel a:hover {
  text-decoration:underline;
}

.hide {
  display:none;
}

.hidden {
  visibility:hidden;
}

.unhide {
  max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
  opacity: 1;
  display:inline-block;
  overflow: hidden;
  line-height:inherit;
}

.show {
  max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
  opacity: 1;
  display:block;
  background-color:ghostwhite;
  overflow:hidden;
  padding:0.725em;
  margin-bottom:0.5em;
}


.collapsible {
  cursor: pointer;
  padding:6px 4px;
  width: 100%;
  outline: none;
  font-size: inherit;
}

.collapsible:hover, .collapsible.active {
  background-color:LavenderBlush;
  color:initial;
}

.contents {
  background-color: ghostwhite;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width:280px;
  width:50vw;
  max-width:80%;
  margin:1em auto;
}

.text-c {
  text-align:center;
}

.display-bbd {
  aspect-ratio:6/1;
  max-width:480px;
  margin:0 auto;
  overflow:clip;
}

.display-logo {
  aspect-ratio:1/1;
  max-height:480px;
  margin:0 auto;
  overflow:clip;
}

.display-bbd img, .display-logo img {
  max-width:100%;
  height:auto;
}

.dotted {
   border:1px dotted gray;
}

.buy-button {
  width:32px;
  height:32px;
  padding:2px;
  border:1px solid silver;
  border-radius:4px;
  background-image:url('/icon/buy-64.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size:contain;
  background-origin:content-box;
  background-clip:padding-box;
}

/* TILE STYLES USED IN MENU */
.tile {
  width: 180px;
  margin: 4px auto;
  text-align: center;
  line-height: 32px;
  background-color:#dabcf6;
  border-bottom: 1px solid #c18ff0;
  -webkit-box-shadow: 0 5px 6px -4px #666;
  -moz-box-shadow: 0 5px 6px -4px #666;
  box-shadow: 0 5px 6px -4px #666;
}

.tile a {
   display:block;
   text-decoration:none;
}

.tile a:hover{
  background-color:ghostwhite;
}

.lowercase {
   text-transform:lowercase;
}

.img {
  background-color:transparent;
}

div.gallery {
  margin: 5px;
  float: left;
  width: 180px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.inline {
  display:inline;
  width:auto;
}

.sm-sq img {
  display:inline-block;
  vertical-align:middle;
  height:70px;
  width:auto;
  padding:2px;
  margin:5px;
  border-bottom:1px solid #666;
}

.my-sq-50 {
  display:inline-block;
  height:50px;
  width:50px;
  padding:0;
}

.my-sq-25 {
  display:inline-block;
  height:34px;
  width:34px;
  padding:2px;
}

.sq-pad {
  padding:6px;
}

.containImgText {
  display: flex;
  align-items: center;
  justify-content: center
}

.containImg img {
  max-width: 100%;
  max-height:100%;
}

.containText {
  font-size: 1em;
  padding-left: 20px;
}

.mid-ctr {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  min-width:320px;
  width:auto;
  max-width:90%;
}

.lite {
  background-color:rgba(248,248,255,0.90);  /* GhostWhite */
  color:initial;
}

.liteHover:hover {
  background-color:rgba(255,255,255,0.5);
}

.dark {
  background-color: rgba(0,0,0,0.83);
  color:ghostwhite;
}

.smoked {
  background-color: rgba(180,180,180,0.5);
  color:initial;
}

/*  ZIGZAG STYLES  */
.container {
  position: relative;
  color: inherit;
  padding: 64px;
}
.container:nth-of-type(even) {
  background-color:#f1f1f1;
}
.container img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Clear floats after the columns */
.z-row:after {
  content: "";
  display: table;
  clear: both;
}
.large-font {
  font-size: 48px;
}
.xlarge-font {
  font-size: 64px;
}
.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}
.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .container {
    padding:24px;
  }
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  .column-33 > img {
    margin: auto;
  }
}
/* END ZIGZAG STYLES */

div.card {
  border-radius:7px;
  width:420px;
  padding:7px;
}

div.cardtext {
   padding:12px;
}

/* LIST STYLES */

ul, ol {
  margin-top:20px;
}

ul li {
  list-style-type:none;
}

li {
  line-height:2em;
}

.with-img li img {
   max-height:50px;
   width:auto;
}

.styled {
  list-style-position: outside;
  padding-left:22px;
}

.styled li {
}

.styled li::before {
   content:"\266B";
   padding-right:4px;
   font-size:1.125em;
}

.padded-list li {
  padding-left:22%;
}

/* END LIST STYLES */

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap:5px;
  column-gap:5px;
  justify-content:space-evenly;
}

/* Create four equal columns that sits next to each other */
.column {
  flex:22%;
  margin:0;
  padding:1% 1vw;
  border: 2px solid whitesmoke;
  border-radius:5px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 900px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.error {
  font-family: monospace;
  font-weight:normal;
  font-size:16px;
}

.warning { color: firebrick; }

.alert {
  color:crimson;
  box-shadow:0 0 2px red, 0 0 4px gold;
}

.result { background-color:cornsilk; }

.sm-font {
  font-size:smaller;
}
.good2go {
  color:forestgreen;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image. This will make the text easier to read */
  background-image: url("/pix/stage-lighting1.jpg");

  /* Set a specific height */
  height: 200px;

  /* Position and center the image to scale nicely on all screens */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: ghostwhite;
  min-width:320px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 14em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.flex-aligned-ctr { 
  display: flex;
  align-items: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: ghostwhite;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8fbc8f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}