
p{
    font-size: 1.5rem;
}
li{
     font-size: 1.5rem;
}



div#background {
  height: 700px;
  width: 100%;
  background-image: url(http://garchitecture.ca/php/images/headers/wood.jpg);
  padding-top: 20px;
}

div#gallery {
  width: 800px;
  margin: auto;
}


#background img {
  height: 150px;
  margin: 0px;
}

#background figure {
  float: left;
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  margin: 10px;
  box-shadow: 1px 2px 3px black;
}

figure.pic1 {
  -webkit-transform : rotate(-10deg);
  z-index: 1;
	
}

figure.pic2 {
  -webkit-transform : rotate(15deg);
  z-index: 1;
}

figure.pic3 {
  -webkit-transform : rotate(-8deg);
  z-index: 1;

}

figure.pic4 {
  -webkit-transform : rotate(5deg);
  z-index:1;
}




 figure {
  transition: transform 1s ease, box-shadow 1s ease; /* Smooth transition */
}

#background figure.active {
  box-shadow: 5px 10px 100px black;
  transform: translate(-20%, -20%) scale(2) ;
  z-index: 20;
  position: relative;
	top: 20%; /* Center vertically */
  left: 20%; /* Center horizontally */

}