@import "bulma-divider.css";

html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav .nav-toggle span {
  background-color: #ffffff;
}

.navbar {
  height: 6.3rem;
  align-items: start;
  padding-top: 0.3rem;
}

.divider {
  color: #000;
  text-shadow: 1px 1px 2px #bbbbbb;
}

.navbar-item img {
  max-height: 5.0rem;
  max-width: 5.0rem;
}

.navbar-item {
  line-height: 1.0;
}

.navbar-item, .navbar-link {
  padding: 0.35rem .7rem;
  text-shadow: 3px 3px 5px #000000;
}

.navbar-burger {
  color: #fff;
}

.navbar-burger:hover {
  color: #fff;
}

a.navbar-item:hover {
  background-color: rgba(140, 95, 65, 0.15) !important;
  color: #fcc316 !important;
}

.creditDisplay {
  padding: 0.0rem 1.0rem 0.0rem 1.0rem;
  margin-top: 0;
  font-size: x-small;
  visibility: hidden;
}

a, a:visited, a:hover{color:#000;}

#triggerCredits{
  cursor: pointer;
  color: #97917f;
  font-weight: bold;
}

#triggerCredits:hover, .footerText:hover {
  color:#b7b09a !important;
}

.has-text-warning {
  color: #ffce78 !important;
}

.mix-master {
  font-size: x-small;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.hero.is-black .navbar-menu {
  background-color: rgba(0, 0, 0, 0);
}

.hero.has-background {
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
  height: 100%;
}

.hero-background.is-transparent {
  opacity: 0.9;
}

.section {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
}

.section-seperator {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  padding: 0.0rem 1.5rem;
}

.section-seperator-footer {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  padding: 0.0rem 1.0rem;
}

.section-seperator-white {
  padding: 0.0rem 1.5rem;
}

.section-seperator-lb {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  padding: 0.2rem 0.0rem;
  font-size: 1.5rem;
}

.section-seperator-listen {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  padding: 3.0rem 0.0rem 0.9rem;
  font-size: 1.5rem;
}

.section-breadcrumbs {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  margin-bottom: 0px;
  margin-top: 0px;
}

.subtitle {
  margin-bottom: 20px;
}

.subtitle-mt {
  margin-top: 1.5rem;
  margin-bottom: 4.0rem;
}

.subtitle-sb {
  margin-bottom: 15px;
  margin-top: 0px;
}

.subtitle-nb {
  margin-bottom: 4px;
}

.subtitle-nb-nt {
  margin-bottom: 4px;
  margin-top: 4px;
}

.invisidot {
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
  padding: 0.0rem 1.5rem;
  font-size:xx-small;
  text-align:center;
}

.invisidot-thing {
  color:#bbb;
  visibility:none;
}

.mkinvis {
  visibility:none;
}

.footer {
  background-color: #1a1a1a;
  padding: 3.2rem 1.0rem 1.4rem 1.0rem;
}

.footerTitle {
  color: #fff !important;
  font-size: medium !important;
  margin-top: 0;
  margin-bottom: 0.2rem !important;
  padding-bottom: 0;
  padding-top: 0;
}

.footerText {
  color: #97917f !important;
  font-weight: bold;
}

.footerList {
  font-size: x-small;
  font-weight: normal;
  color: #bbbbbb;
  padding: 0.0rem 1.0rem 0.0rem 1.0rem;
  margin-top: 0;
}

.smallnote {
  font-size: x-small;
  font-weight: bolder;
  color: #444444;
  text-transform: uppercase;
}

.smallnote-b {
  font-size: x-small;
  font-weight: normal;
  color: #bbbbbb;
}

.btmMenu {
  font-size: x-small;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.btmMenuB {
  font-size: x-small;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  background-image: url("images/papertexture.png");
  background-color:rgba(234, 227, 214, 1.00);
}

.fwSix {
  font-weight: 600 !important;
}

.fwThree {
  font-weight: 300 !important;
}

.headingA {
  font-size: large;
  font-weight: bold;
  text-align: center;"
}

.notification {
  box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
  padding: 1.0rem 1.5rem 1.25rem 1.5rem;
}

.wshadow {
  box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
  padding: 1.0rem 1.5rem 1.25rem 1.5rem;
}

.colorize-lightyellow {
  color: #cec6ad;
}

.colorize-lightgrey {
  color: #666666;
}

.colorize-black {
  color: #000000;
}

.contact-text {
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.songTitle {
  text-align: right;
  font-weight: 600;
  font-size: 1.4rem;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.songArtist {
  text-align: right;
  font-weight: normal;
  font-size: 1.1rem;
  margin-bottom: 5px;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.box-about {
  padding: 0.0rem;
  box-shadow: 0 .3em 0.6em -.125em rgba(10,10,10,.3),0 0 0 1px rgba(10,10,10,.02);
}

.tile-shadow {
  box-shadow: 0 .3em 0.6em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
}

.alignRight {
  text-align: right !important;
}

.alignCenter {
  text-align: center !important;
}

.pricingHead {
  font-size: small;
  color: #000;
}

.lessLtrSpace {
  letter-spacing: -1px;
}

.introH {
  font-weight: 800 !important;
  font-stretch: semi-condensed;
}

.introAudio {
  font-size: 1.3rem;
  font-weight: 400 !important;
}

.lilBigFont {
  font-size: 1.1rem;
}

.lilLilFont {
  font-size: 0.8rem;
}

.displayInline {
  display: inline;
  padding-top: 2.0rem;
}

.buttonText {
  font-weight: 500;
  color: #fff;
}

#center-outer {
  width:100%;
  height:100%;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}

#center-outer-b {
  width:100%;
  height:100%;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}

#center-inner {

}

#center-inner-b {

}

#condensed-font {
  font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
  font-stretch: condensed;
}

.isService{
  background-color: hsl(0, 0%, 29%);
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}


.isGreen{
  background-color: rgb(153, 0, 153);
  color:white;
}

.isRock{
  background-image: url("images/playerbg-rock.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
  /* or: cover, auto, contain */
}

.isTrance{
  background-image: url("images/playerbg-trance.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isFolk{
  background-image: url("images/playerbg-folk.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isElectronic{
  background-image: url("images/playerbg-electronic.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isPsyrock{
  background-image: url("images/playerbg-psyrock.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isGoth{
  background-image: url("images/playerbg-goth.jpg");
  background-repeat: no-repeat;
  background-size: 100% cover;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isCinematic{
  background-image: url("images/playerbg-cinematic.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isExperimental{
  background-image: url("images/playerbg-experimental.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isOtherrock{
  background-image: url("images/playerbg-otherrock.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isMetal{
  background-image: url("images/playerbg-metal.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isBlackmetal{
  background-image: url("images/playerbg-blackmetal.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

.isLofi{
  background-image: url("images/playerbg-lofi.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color:white;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}