/*
// bootstrap media queries:
// the given screen size or larger

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; 
  overflow-y: scroll;
}
body, .sticky-top, #menu {
  background-color: #000000;
}
.suba-bodytext {
  font-size: 11px;
}

.topnav {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  max-width: 992px; 
  background-color: #000000;
  display: table;

  left: 50%;                /* place the left edge in the middle */
  transform: translateX(-50%); /* shift it left by half its width */
}
.bodynav {
  position: relative;
  display: block;
  padding: 0;
  z-index: 0;
  top: 0;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: auto;
}
@media (min-width: 576px) {
  .topnav {
    padding-top: 0rem;
  }
  .bodynav {
    margin-top: 5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .bodynav {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
}
@media (min-width: 992px) {
  .bodynav {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .bodynav {
    margin-left: auto;
    margin-right: auto;
    width: 992px;
  }
}

b, .strong {
  font-family: 'Alite-Bold';
  font-weight: normal;
  font-style: normal;
}
.medium {
  font-family: 'Alite-Medium';
  font-weight: normal;
  font-style: normal;
}
.invert {
  color: #222222;
  background-color: #eeeeff;
}
body {
  color: #eeeeff;
  transition: .5s ease;
}
.title-font {
  font-family: 'Subatomic Tsoonami';
  font-weight: normal;
  font-style: normal;
  /* iphone 5 size */
  font-size: 1.3rem;
  line-height: 1rem;
  padding-top: 0.8rem;
}
.subtitle-font {
  font-family: 'Subatomic Screen Condensed';
  font-weight: normal;
  font-style: normal;
  /* iphone 5 size */
  font-size: 0.34rem;
  line-height: 0.36rem;
  /* transition: .5s ease; */
  letter-spacing: 2.9px;
}
#hamburguesa {
  font-size: 2.8rem;
  padding-right: 0.5rem;
}
/* iphone 6/7/8/X/XS and up */
@media (min-width: 375px) {
  .title-font {
    font-size: 1.7rem;
    line-height: 1.1rem;
    padding-top: 0.8rem;
  }
  .subtitle-font {
    font-size: 0.48rem;
    line-height: 0.69rem;
  }
  #hamburguesa {
    font-size: 3.2rem;
    padding-right: 0.6rem;
  }
}
/* iphone 6/7/8/X/XS plus and up */
@media (min-width: 414px) {
  .title-font {
    font-size: 1.9rem;
    line-height: 1.3rem;
    padding-top: 0.7rem;
  }
  .subtitle-font {
    font-size: 0.555rem;
    line-height: 0.69rem;
  }
  #hamburguesa {
    font-size: 3.4rem;
    padding-right: 0.5rem;
  }
}
/* all sizes, desktop, etc */
@media (min-width: 576px) {
  .title-font {
    font-size: 2rem;
    line-height: 1.4rem;
    padding-top: 0.3rem;
  }
  .subtitle-font {
    font-size: 0.592rem;
    line-height: 0.612rem;
  }
  #hamburguesa {
    font-size: 3rem;
    padding-right: 1rem;
  }
}
.mono-font, tt, pre {
  font-family: 'Subatomic Screen';
  font-weight: normal;
  font-style: normal;
  font-size: 0.6rem;
  color: #666688;
}
.mono-font2 {
  font-family: 'Subatomic Screen Condensed';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.body-font, body {
  font-family: 'Alite-Light';
  font-weight: normal;
  font-style: normal;
  /* font-family: 'Subatomic Screen Condensed';
  font-weight: normal;
  font-style: normal; */
  text-transform: uppercase;
  font-size: 0.8rem;
}
.body-font-small {
  font-family: 'Alite-Light';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

a, a:link, a:visited {
  cursor: pointer;
  color: #ff8800;
  text-decoration: none;
}

a:hover, a:active {
  color: #eeeeff;
  text-decoration: none;
  transition: .5s ease;
}
.suba_link_invert {
  color: #000000 !important;
  background-color: #eeeeff;
  text-decoration: none;
  transition: .5s ease;
}
#about a:link, #about a:visited, #about a:active,
#newslist a:link, #newslist a:visited, #newslist a:active {
  color: #aaaaaa;
  text-decoration: none;
  transition: .5s ease;
}
.suba_link:hover, a:hover, #newslist a:hover, #about a:hover,
.body-font-small a:hover {
  color: #ffaa00 !important;
}
.suba_link_invert:hover {
  color: #000000 !important;
  background-color: #ffaa00;
}

.fab, .fas {
  font-size: 2rem;
}
.fas-small, .fab-small {
  font-size: 1rem;
}

h4 {
  white-space: wrap !important;
  float: none !important;
  display: inline-block !important;
}

/* <i id="cross" class="rotate down material-icons">close</i> */
.rotate{
  font-size: 20px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    transform-origin: center center;
    -moz-transition: all 0.2s ease-in-out ;
    -webkit-transition: all 0.2s ease-in-out ;
    transition: all 0.3s ease-in-out ;
}

.rotate.down{
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

    transform-origin: center center;
}
.rotate:hover{
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);

  transform-origin: center center;
}
.rotate.down:hover{
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);

  transform-origin: center center;
}
.albumthumb {
  width: 4rem;
  height: 4rem;
}
.suba-group  {
  display: none;
}
.suba-group.show  {
  display: block;
}

.pointer {cursor: pointer;}
.noselect {
  /*cursor: default;*/
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}
.collapseheading {
  font-family: 'Alite-Light';
  font-weight: 200;
  font-size: 14px;
  cursor: pointer; 
  white-space: wrap !important;
  float: none !important;
  display: block !important;
}
.collapseheading:hover {
  color: #ffaa00;
}

/* <span class="cross down"></span> */
.cross {
  align-self: center;
  align-items: flex-start;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  
  background: url(images/cross.svg) center no-repeat;
  /*background-size: cover;*/ /* distorted cross in some cases */
  background-position-y: 0px;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.cross.down{
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

    transform-origin: center center;
}
.cross:hover{
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);

  transform-origin: center center;
}
.cross.down:hover{
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);

  transform-origin: center center;
}
body {
  overflow-x: hidden;
  overflow-y: visible;
}

.selected {
  font-family: 'Alite-Bold';
}

.disco_card { width: 100%; }
@media only screen and (min-width: 768px) {
  .disco_card { width: 33%; }
}

.overlay, .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #aaaabb;
  color: #222222;
  opacity: 0;
  transition: .5s ease;
  justify-content:center;align-items:center;
}

.overlay_container {
  position: relative;
}
.overlay_container:hover .overlay, .overlay.on, 
.card:hover div div .card-img-overlay, .card-img-overlay.on {
  opacity: 0.85;
}

.overlay-invisible {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.outline {
   border-style: solid;
   border-width: thin;
   border-color: grey;
}

/* use <div class="parallax" style="background-image: url('img_parallax.jpg');height: 500px;"></div> */
.parallax { 
  /* The image used */
  /*background-image: url("img_parallax.jpg");*/

  /* Set a specific height */
  /*height: 500px; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6, .suba-heading, .suba-heading-small {
  font-family: 'Subatomic Tsoonami';
  font-weight: normal;
  font-style: normal;
  padding-top: 1rem;
  font-size: 1.2rem;
  margin-left: 0rem;
  color: #33a8ff
}
h2, h3, h4, h5, h6 {
  padding-top: 1rem;
  margin-bottom: 0rem;
  font-size: 1rem;
  color: #666666
}
.suba-heading, .suba-heading-small {
  display: inline;
}

.suba-heading-small {
  font-size: 12px;
}


/* bulleted lists with stylized :: bullet.   use <ul class="noindent"> to skip the indent */
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0.5rem;
}

ul li {
  padding-left: 2.4em;
  text-indent: -1.4em;
  padding-top: 1em;
}

ul.noindent li {
  padding-left: 1.4em;
}

ul li:before {
  content: "::";
  padding-right: 0.31em;
}

ul li.nobullet:before {
  content: "";
}

/* numbered track lists, padded with leading zero:   01. */
ol li {
  list-style-type: decimal-leading-zero;
  padding-left: 1.4em;
}

.stretchimg, .stretchimg-top {
  width:100%;
  background-size: cover; /* compatible with firefox / ie11 */
  background-position: center center; /* compatible with firefox / ie11 */
}
.stretchimg-top {
  width:100%;
  background-size: cover; /* compatible with firefox / ie11 */
  background-position: center top; /* compatible with firefox / ie11 */
}

.newsimg {
  height:10rem;
}
.storeimg {
  height:20rem;
}

.deadbeef {
  color: white;
}

/* ======================== */
/* letterspacing            */
/* ======================== */
.suba-bodytext {
  /* montserat */
  letter-spacing: 1.5px;
}
.body-font, body {
  /* arial */
  /* letter-spacing: 3px; */

  /* montserat */
  letter-spacing: 2.7px;
}
.body-font-small {
  /* arial */
  /* letter-spacing: 2px; */

  /* montserrat */
  letter-spacing: 1.65px; 
  /* letter-spacing: 1px; */
}

/* ================================ */
/* max-width the app, so it centers */
/* ================================ */
body {
  margin-right: auto;
  margin-left: auto;
  max-width:120rem;
}
.footer {
  margin-right: -auto;
  margin-left: -auto;
  max-width:120rem;
}

/* ======================== */
/* Sticky footer            */
/* ======================== */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-left: -16px; /* due to some shit above */
}



.MusicPlayer_Controls {
  vertical-align: sub;
  padding-right: 0.25rem;
}
.MusicPlayer_Play {
  color: grey;
  font-size: 1rem;
}
.MusicPlayer_Play:hover {
  color: #333333;
}
.MusicPlayer_Stop {
  color: red;
  font-size: 1rem;
}
.MusicPlayer_Stop:hover {
  color: darkred;
}
.MusicPlayer_Title {
  color: black;
  font-weight: bold;
  padding-right: 0.25rem;
}
.MusicPlayer_Download {
  color: grey;
  vertical-align: sub;
  font-size: 1rem;
}
.MusicPlayer_Download:hover {
  color: #333333;
}
.MusicPlayer_Description {
  color: black;
  padding-right: 0.25rem;
}
.MusicPlayer_ListItem {
  font-family: arial, sans-serif;
  font-size: 11px;
}
.MusicPlayer_ListItem:hover {
  background: #eeeeee;
}



