@charset "UTF-8";

/* CSS Document */

body { 
  background-color: #000;
  margin: 0; padding: 0; 
	color: snow;
	scroll-behavior: auto;
}

#middle {
    position: relative;
    vertical-align: top;
}

#tourdates {
    position: fixed;
    top: 200px;
    width: 100%;
    text-align: center;
}
#store_container {
  position: relative;
}

img.logo {
    max-width: 100%;
    height: auto;
}

img.rectangle {
  position: relative;
}
#rectext {
  position: absolute;
  text-align: center;
  z-index: 100;
  bottom: ;
}
#inl {
  display: inline-block;
  position: relative;
		scroll-behavior: auto;
}


.img-container {
  position:relative;
}

h2 { 
   color: white; 
text-align:center;
	letter-spacing: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
   width: 100%; 
}
h2 span { 
   color: white; 
   font: 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: 6px;  
   padding: 10px; 
}
