
/** {
  box-sizing: border-box;
} */
header {
 /*position: absolute; */
margin-top: 1em;
}

html:after {
  content:"";
  position: fixed;
  top:0;
  height:100vh;
  left:0;
  right:0;
  z-index:-1;
  background: url(images/wiggle-mobile-bigger.gif) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  font-family: Arial,sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.logo {
  /*padding: 1em 1em;*/
}


@media  (min-width: 687px) {
  html:after {
    content:"";
    position: fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    background: url(images/wiggle.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
  }
  .social {
    float: none;
  }

  .catCal {
margin: 10px;
padding: 0px;
  }
  .spacer {
  width: 50%;
  padding: 0em 0em;
  display: none;

  }
  .cat0 {
float: right;
margin: 0px;

  }

.cat0 h1 {
    font-size:  45px;

  }
  hr.line {
      display: none;
  }

}
.spacer {
  width: 50%;
  padding: 6em 0em;
}

h1 {
  /*font-size: 2.5rem; */
  color: #63C2E8;
  text-shadow: 1px 1px #F387DC, -1px 0 black, 0 1px black, 2px 0 black, 0 -1px black;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 33.5px;
  text-transform: uppercase;
  display: block;
}
h1 span {
  position: relative;
  top: 4px;
  right: -3px;
  font-weight: 300;
  font-size: 0.5em;
  display: block;
  color: red;
  text-align: left;
  text-transform: uppercase;
  padding: 5px 0;

}
h2 {
  color: #63C2E8;
  text-shadow: 1px 1px #F387DC, -1px 0 black, 0 1px black, 2px 0 black, 0 -1px black;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 33px;

  text-transform: uppercase;

}


}
.catCal {
margin: 10px;
padding: 0px
}

#SHOWS a:link { color: yellow; }
#SHOWS a:visited { color: yellow; }
#SHOWS a:hover { color: #ffb032; }
#SHOWS a:active { color: yellow; }
#SHOWS {
    font-family: Arial,sans-serif;
    border-collapse: collapse;
    text-shadow: 1px 1px #F387DC, -1px 0 black, 0 1px black, 2px 0 black, 0 -1px black;
    width: 35%;
    color: white;
}

#SHOWS td, #SHOWS th {
    border: 0px solid #ddd;
    padding: 13px;
}



#SHOWS th {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: ;
    color: pink;
}
.cat0 {

    margin: 10px;
    padding: 0px;
  }

  .fooBot {
  margin: -45px;
  padding: 0px;
  height: 1000px;

}
.cat1 {
margin: 10px;
padding: 0px;


}

.cat2 {
  margin: 10px;
  padding: 0px;
}
.button-link {
  position: relative;
  top: 0px;
}
/* Gradient transparent - color - transparent */

/* Gradient transparent - color - transparent */

hr.line {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(100, 100, 100, 100), rgba(0, 0, 0, 0), rgba(100, 100, 100, .75));
    background-color:#FFFFFF;
    display: none;
}
.hr-line {
  position: relative;
  width: 50%;
  top: 8px;
  display: none;


}
.hr-line-2 {
  position: relative;
  width: 50%;
  top: 13px;
  display: none;
}
.button {
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /*text-shadow: -1px 0 black,  1px 0 black, 1px 0 black, 0 -1px black; */
  border-width: 2px;
  border-style: solid;
  padding: .2em 2em;

  background:rgba(100,100,100, 0.2);
}
.button:hover,
.button-accent:focus {
background: #F387DC;
color: white;
}


.social {
  position: relative;
     display: block;
     float: right;
     margin-top: -20px;
    width: 360px;
     /*float: right;
     height: 50px;
     margin-right: 15px;
     margin-top: 18px;
     width: 510px;*/
}

.social li {
     float: left;
     list-style: outside none none;
     margin-right: 0px;
     padding-bottom: 5px;
     padding-right: 20px;
     padding-top: 7px;
}

.social li:last-child img {
     margin-left: -7px;
     margin-top: -1px;
     width: 90px;
}

.social img:hover {
     opacity: 0.5;
     transition: all 0.2s ease-in-out 0s;
}

.social img {
     opacity: 1;
     transition: all 0.2s ease-in-out 0s;
     width: 20px;
}
.spotify {

     margin-left: 0px;
     margin-top: 0px;
}
#todays-date {
  display: none;
}

/* header*/
