body {
  font-family: 'Baloo', sans-serif;
  margin: 0 auto;
  max-width: 800px;
  background: rgb(20,20,20);
}

container {left: 0;}
  
.change {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
  }
  
.speed {
    opacity: 1;
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
	transition: all 1s linear;
  }


  
div {
  height: 250px;
  background-size: cover;
  position: relative;
  margin: 40px auto 20px auto;
  border-radius: 12px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  width: 90%;
  overflow: hidden;
}

h1 {
  font-family: 'Gloria Hallelujah', cursive;
  text-align: center;
  font-size: 75px;
  color: #aaaaaa;
  margin: 60px 0 0 0;
}

h2 {
  text-align: center;
  color: #bbbbbb;
  margin: 0px 0 70px 0;
}

p {
  border-top: 3px double rgba(255,255,255,.6);
  color: rgba(255,255,255,1);
  background: black;
  background: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.7));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.7));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.7));
  padding: 10px;
  line-height: 28px;
  text-align: justify;
  position: absolute;
  bottom: 0;
  margin: 0;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  height: 20%;
  -moz-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
}

small {
  opacity: 0;
}

#innerwall { 
  background: rgb(50,50,50); 
  height: 1700px; 
  border: 1px solid gray;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}


.show-description p {
  height: 150px;
}

.show-description small {
  opacity: 1;
}

.first{
  background-image: url("pix/appetizer/1.jpg");
  background-size: 100% 400px;
  background-position: center;
    border: 1px solid rgb(255,0,0);
}
.second{
  background: url("pix/drink/1.jpg"); 
  background-position: center;
  background-size: 100% 300px;
    border: 1px solid rgb(0,255,255);
}


.third{
  background-image: url("pix/entree/1.jpg"); 
  background-position: center;
  background-size: 100% 300px;
  border: 1px solid rgb(0,255,0);
}
.dessert{
  background-image: url("pix/dessert/1.jpg");
  background-size: cover;
  border: 1px solid rgb(255,105,0);
}
.price {
  float: right;
}

.fire, .ice , .wind, .earth{  
  font-size: 19px;
  line-height: 19px;
  font-family: 'Indie Flower','Calibri';
}
  
.fire {
	color: red;
}
.ice {
	color: rgba(0,100,250,1);
}
.wind {
	color: green;
}
.earth {
	color: rgba(230,136,28,1); 
} 

.footnote {
	/* position: relative; */
	margin-top: 200px;
	/* padding-bottom: 10px; */
	/* bottom: 0;  */
	
	height: 50px;
	
	/* background: rgba(100,100,100,.3); */
	background: -webkit-linear-gradient(left, rgba(155,155,155,.9), rgba(5,5,5,.6),  rgba(40,40,40,.9));
	background: -moz-linear-gradient(left, rgba(155,155,155,.9), rgba(5,5,5,.6),  rgba(40,40,40,.9));
	background: linear-gradient(left, rgba(155,155,155,.9), rgba(5,5,5,.6),  rgba(40,40,40,.9));
	
	border-radius: 25px;
	
	/* padding-bottom: 0px; */
	font-family: 'Londrina Shadow', 'Calibri';
	font-size: 25px;
	text-align: center;
	color: silver;
	/* display: block; */
}

@media (min-width: 1400px) {
	#innerwall {  background: rgba(50,50,50,.99); }
}

@media (max-width: 1399px) {
	#innerwall {  background: rgba(50,50,50,.80); }
}

@media (max-width: 1000px) {
	#innerwall {  background: rgba(50,50,50,.65); }
}

@media (max-width: 500px) {
	
	#innerwall { 
	  background: rgba(50,50,50,.5); 
	  }
	
	#innerwall div {
		min-height: 250px;
	}
	
  h1 {
    font-size: 50px;
    margin-top: 20px;
    line-height: 40px;
  }
  h2 {
    font-size: 20px;
    margin: 20px 0 30px 0;
  }
  div {
    margin: 20px 12px 0 12px;
  }
  p {
    font-size: 20px;
    line-height: 24px;
  }
  small {
    font-size: 10px;
    line-height: 10px;
  }

//brighter on smaller screens? 
    .fire {color: rgb(255,0,0);}
	.ice {color: rgba(65,121,252,1);}
	.wind {color: rgb(0,255,0);}
	.earth {color: rgba(230,136,28,1);} 
}
