@charset "UTF-8";

/* CSS Document */

body { 
  background-color: #000;
  background-image: url("../images/VAMPA_2023 WEBSITE_(3706x2085)_smaller.jpg");
  background-size: contain;
  background-repeat: no-repeat; 
  margin: 0; padding: 0; }

#middle {
    position: relative;
    vertical-align: top;
}
#footer {
    position: fixed;
    bottom: 6%;
    width: 100%;
    text-align: center;
	color: snow;
}
#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;
}


.img-container {
  position:relative;
}



h2 span { 
   color: white; 
   font: 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   padding: 10px; 
}
.row {
  display: inline-block;
}
