
html, body {
  width: 100%;
  height: 100%;
  background-color: black;
  margin: 0px;
  border: 0px;
}
body{
  position:fixed;
}

textarea {
  color: black;
}
/*audio {height:100px;}*/

.stop-scrolling{
  overflow:hidden;
}
.table{
  border-top:0;
  border-left:10;
  border-right:10;
}

.pageSize{
  height: 1024px;
}

.pageViewport{
  overflow-y:hidden;
  overflow-x:hidden;
  z-index: 10
}

.mockHeader{
  height: 100px;
}

@media(max-width: 474px){
    .mockHeader{
      height: 80px;
    }
  }

#gameArea {
  position: relative;
  margin:auto;
  display:block;
  width: 320px;
  height: 460px;
  font-size: 20px;
  font-family: "Arial";
  background-color: transparent;
  overflow: hidden;
}

@media screen and (min-aspect-ratio: 320/420) and (max-width:767)
{
    #gameArea{
      height: 100%;
    }
}

@media screen and (max-aspect-ratio:319/420) and (max-width:767)
{
  #gameArea{
    width:100%;
    background-color: transparent;
  }
}
.siteContent {
  position:relative;
  background-color: #ffe066;
  bottom: 0;
   }

#gameCanvas {
  position:absolute;
  left: 0px;
  right:0px;
  top: 0px;
  display: block;
  margin:auto;
}

.adminPuzzleButtons {
  display: none; }

#home{
    height: 768px;
    overflow-y: scroll;
}
#homePage {

  width: 100vw;
  height: 100vh;
  font-size: .75em;
  background-color: #000; }

#homePic {
  width: 100%;
  top: 100px;
  margin: auto; }

#homepagePictureFrame {
  width: 100vw;
  z-index: 10;
  padding-bottom:30px;

}

}
.pictureContainer{
  position:relative;
  background-color: #000;
  height: 100vh;
  width:100vw;
  left:0px;
  right:0px;
  margin:auto;
}

@media(max-width:474px){
  #homepagePictureFrame{

  }
}
#menu {
  z-index: 1000000;
  list-style-type: none;
  display: none;
  position: absolute;
  margin: 0 auto;
  height: 80%;
  width: 100%;
  top: 19%;
 }

td, th {
  text-align: center;
  color: #FFFFFF;
  max-width: 100px;
  font-size:2em;
}

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-padding-start: 0px; }

p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.body {
  font-size: 100%;
  overflow:hidden;
}

.menuli {
  color: black;
  background-color: #ffe066;
  background-image: none;
  color: black;
  font-size: 2.8em;
  padding: .6em;
  display: block;
  text-align: center;
  cursor:hand;
  letter-spacing: .4em;
  vertical-align: middle; }


/* .special:after {
   Main div for border to extend to 50% from bottom left corner
  content: "";
  background: #ff0000;
  position: absolute;
  left: 43%;
  width: 15%;
  height: 1px;
  margin-top: 39px;
 }
*/
#img {
  width: 100%;
  height: 95%; }

#playTangrams {
  position: relative;
  display: block;
  width: 100%; }

.gameTitleArea {
  width: 100%;
  height: 19%;
  color: #FFF;
  background-color: black;
  position: absolute;
  text-align: center; }

.gameTitleHeading {
  margin-top: 3%;
  font-size: 1.4em; }

.gameTitle {
  font-size: 2em; }

.playButtonArea {
  position: relative;
  width: 100%;
  height: 57%;
  top: 30%;
  margin: 0 auto; }

#playbutton {
  position: relative;
  width: auto;
  margin: 0 auto; }

#posters {
}

#listen {
  display: block;
  position: relative;
  overflow-y: scroll;
  margin-left:0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.playerContainerSpacer{
  height: 80px;
  width: 100%;
  display:none;
}
.playerContainer{
  display:none;
  position:absolute;
  height: 100px;
  width: 280px;
  border-radius: 0px 0px 5px 5px;
  border-top: 5px solid #ffe066;
  background-color:#2b2b2b;
}

.nowPlayingContainer{
  height: 50px;
  width: 280px;
  position: relative;
  top:10px;
  padding: 5px;
  color: white;
  text-align: left;
}

#nowPlayingTrack{
  font-size: 1.6em;
  margin-left: 5px;
  text-shadow 2px 2px black;
}

.nowPlayingTimeContainer{
  height:50px;
  width: 90px;
  left: 8px;
}
#nowPlayingTime{
  position: relative;
  float: left;
  height: 50px;
  top:11px;
  font-size: 1.1em;
  color: white;

}

.nowPlaying{
  color: crimson;
}
.notPlaying{
  color: white;
}
.controlsContainer{
  height:50px;
  display:block;
}

#playPauseButton{
  height: 40px;
  width: 40px;
  padding-left:10px;
  float: left;
  z-index:2
}
.playerControls{
  height: 50px;
  width: 280px;
}
.playPauseButtonPaused{
  src: "media/icons/pauseIcon.png";
}

.playPauseButtonPlay{
  src: "media/icons/playIcon.png";
}

.scrubberContainer{
  float: left;
  height: 50px;
  width: 140px;
  margin-left: 10px;
}

.scrubberBar{
  position:relative;
  top: 15px;
  left: 15px;
  height: 10px;
  width: 110px;
  background-color: #ffd01a;
  border-radius: 2px;
}
#scrubberHandle{
  position:relative;
  border: solid crimson 2px;
  border-radius: 5px;
  top: -2px;
  height: 25px;
  width: 20px;
  left: 10px;
  background-color: #ffe066;
}

.volumeIconContainer{
  height: 50px;
  width: 50px;
  float: left;
  margin-left:20px;
}

#volumeIcon{
  height:50px;
  width:50px;

}
.albumCoverContainer{
  position: absolute;
  left: 0px;
  width: 0px;
  height: 0px;
  padding-top: 40px;
}

.albumCoverWrapper {
  position: relative;
  height: 240px;
  width: 240px;
  margin:auto;
  margin-bottom: 20px;
  left:0px;
  right:0px;
  background: orange;
  font-size: 2em;
  color: white;
  text-align: center;
}

.albumCover {
  position: relative;
  height: 240px;
  width: 240px;
  margin:auto;
  left:0px;
  right:0px;
  border:5px solid white;
}

.buyNowButtonContainer{
  position:absolute;
  width: 75px;
  height: 45px;
  top:-20px;
  right:-5px;
}

.buyNowButton{
  width:100%;
  height: 100%;
}
.albumSpacer {
  height: 20px;
}
.trackListingsContainer{
  position: relative;
  width:0px;
  left: 0px;
  height: auto;
  overflow: hidden;
  padding-top:40px;
  padding-bottom:20px;
}

.trackListings {
  position: relative;
  display:block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  left:0px;
  right:0px;
  font-size: 1.4em;
  color: white;


}
.trackText{
  display:inline-block;
  text-align:left;
  margin-right:auto;
}
.audio{
     width: 300px; display: block; margin:20px;
}

@media (max-width: 768px){

  .playerContainer{
    left: 0;
    right:0;
    bottom:43px;
    float: none;
    margin-right:none;
    margin:auto;
    position:fixed;
    z-index: 1000;
    border-bottom: 0px;
  }

  .playerContainerSpacer{
    display:block;
    height: 25px;
  }
  .albumCoverContainer{
    position:relative;
    width:100%;
    height: 240px;
    padding-top: 0px;

  }
  .trackListingsContainer{
    position:relative;
    width: 100%;
    height: auto;
    left:0;
    padding-top: 10px;


  }
}
@media (max-width: 474px){
  .playerContainer{

  }
  .trackListingsContainer{
    left:0px;
  }
  .playerContainerSpacer{

  }
}
#shows {
  display: block;
  position: relative;
  overflow-y: scroll;
  margin-left:0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.showsHeadingPic{
  width:100%;
  margin:auto;
}
#showsTable {
  position:relative;
  width: 100%;
  }
.venueBold{
  font-weight:bold;
}
@media(min-width:767px)
{
  #showsTable{
    width: 600px;
    margin:auto;
  }
  .showsHeading{
    top: 0px;
  }
}

.showsContainer{
  position:relative;
  margin: 10px;
}

.showsHeading {
  position: relative;
  border: 2px solid white;
   }

.detailsContainer {
  position:relative;
  border: 1px solid white;
  padding: 1em;
  margin-bottom: 20px;}

.detailsText {
  padding-bottom: .5em;
}
input[type=checkbox] {
  -webkit-appearance: checkbox; }

.showsButton {
  position: relative;
  color: #000;
  width:auto;}

.showsHeadingText {
  vertical-align: left;
  font-size: 1em;
  color: #ffffff; }

.showsInfoSpacer{
  height:20px;
}
.showVenueLink {
  color: #ffffff; }

.showsBookingText {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.showsBookingTextContainer{
  display: block;
}
#addShows {
  position: relative;
  display: none;
  width: 100%;
  left: 5%;
  height: 100vh;
  background-color: #FCF7E3; }

.addShowsInput {
  position: absolute;
  font-size: 1.4em;
  top: 3%;
  left: 4%; }

.gradient {
  background: -moz-linear-gradient(top, #3E3E50, black);
  background: -webkit-linear-gradient(top, #ffd01a, #ffe066);
  background: -ms-linear-gradient(top, #3E3E50, black);
  background: -o-linear-gradient(top, #3E3E50, black);
  background: linear-gradient(to bottom, top, #3E3E50, black); }

#belowHomePic {
  height: 50%; }

#booking {
  top:0px;
  display: block;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF; }

#press {
  display: none;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll; }

#pressText {
  margin: 1em;
  color: #FFF;
  height: 100%; }

#about {
  position: relative;
  height:100%;
  padding-left:20px;
  padding-right:20px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll; }


#aboutText {
  color: #FFF;
  font-size: 1.25em; }

.bandMemberPhoto {
  position:relative;
  padding-bottom: 20px;
}

.bandMembersContainer{
  position:relative;
    width: 100%;
    padding:20px;
}

@media(min-width: 680px){
  .bandMembersContainer{
      width:680px;
      left:0;
      right:0;
      margin:auto;
  }
}

@media(max-width: 474){
    .bandMembersContainer{
      width:100%;
      padding:0px;
    }
}
@media(max-width:768px){
  .bandMemberPhoto{
  width:100%;
  }
}
.bookingText {
  top: 0px;
  padding: 20px 20px 20px 20px;
  font-size: 2em;
  text-align: center;
}

#tangramsButtons{
  position: absolute;

}
#adminLogin {
  display: none;
  background-color: rgba(0,0,0,0.8);
  color: white;
  text-align: center; }

.adminLoginContainer {
  padding-top: 20px;
  width: 320px;
  height:300px;
  margin:auto;
}

#centeredForm {
  margin:auto;
  width: 120px; }

.footerContainer {
  z-index:1001;
  background-color: #ffe066;
  position: absolute;
  bottom:0px;
  height: 42px;
  width: 100%;
}
.faceBookIcon{
  position:relative;
  float:right;
  margin-right:30px;
  height:30px;
  width:30px;
  bottom:15px;
  z-index: 1003px;
}
.instagramIcon{
  position: relative;
  float: right;
  margin-right:30px;
  height: 30px;
  width:30px;
  bottom:15px;
}

@media(max-width:768px){
  .instagramIcon{
    position: relative;
    float: left;
    margin-left:30px;
    height: 30px;
    width:30px;
    bottom:15px;
  }
}
.footerText{
  text-align:center;
  top:0;
  right:0;
  left:0;
  margin:auto;
  font-size: 1em;
  color: #000;
}
.backstageLink{
  display:block;
  float:left;
  margin-left: 20px;
  font-size: .75em;
  color:black;
}
@media(max-width:768px){
  .backstageLink{
    display:none;
  }
}
/*# sourceMappingURL=tangrams.css.map */
