 @charset "utf-8";
/* CSS Document */
/*code that applies to all pages*/
body {
    font-family: 'Allerta Stencil';
    font-size: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;

}

p{  font-family: 'Allerta Stencil';
    font-size: 30px;
	text-align: center;  }

h1{  font-family: 'Allerta Stencil';
    font-size: 30px;
	text-align: center;  }

h2{  font-family: 'Allerta Stencil';
    font-size: 30px;
	text-align: center;  }

img{
    width:500px;
    height:auto;   
}

.imageresp{
    width:100%;
    height: auto;
}

#Merchandise { 
  border-collapse: collapse;
  width:100%;
  height:auto;
}

#Merchandise td{
 width:50%;
 height:auto;   
}



#Merchandise th {
  text-align: left; 
  padding: 10px;
}


#Merchandise img{
  padding: 10px;    
  text-align: right; 
  float: right;   
  width:200px;
  height:auto;
}




#Merchandise-2 {
  text-align: left;
}

#Merchandise-2 td, #Merchandise-2 th {
  padding: 8px; 
  text-align: left; 
}








/*end of code that applies to all pages*/



/*navigation */
/* Medium devices (landscape tablets, 700px and up) */


/* Extra large devices (large laptops and desktops, 1200px and up) */


/*Strip the ul of padding and list styling*/
ul {
	display:inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;	
}
/*Create a horizontal list with spacing*/
li {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;		
    font-size: 50px;
	margin:30px;	
    display:inline-block;
}
/*Style for menu links*/
li a {
    display:inline-block;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
	text-decoration:underline;
}

.nav {
	
	width:100%;
	height:auto;
	background-color: #000000;
	color: #ffffff;	
}

.nav img{
	width:10%;
    height:auto; 
	margin-right: 10%;	
}


/*Style for menu links*/
.nav li a {
    display:inline-block;
    color: white;
    text-decoration: none;
}


/* CSS Document */

/*home page css*/



/*end of home page css*/

/*code that applies to products page*/

/*end of products code*/

/*ITS code*/



/*end of ITS code*/

/*events code*/



/*end of events code*/

/*artist page code*/


/*end of artst page code*/

/*conact page code*/

/*end of contact page code*/

/*media queries*/















