

.index-about  h3{
  font-family: 'Metamorphous', cursive;
  text-align: center;
  font-size: 3em;
  margin-bottom: .6em;
  color:#663300;
}
.index-about p {
  text-align: center;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #1b1b1b;
}

.demo-1 {
  position: relative;
  width: 340px;
  height: 235px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #000;
    
}
.gallery-info {
  margin-left: 2em;
}
.effect:nth-child(3) {
  margin-right: 0 !important;
}
.effect:nth-child(6) {
  margin-right: 0 !important;
}
ul.demo-1.effect li {
  list-style: none !important;
}
.demo-1 p,.demo-1 h2 {
  color: #fff;
  padding: 14px 25px 0px 25px;
  left: 0px;
  top: 41px;
  position: relative;
}

.demo-1 p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  font-weight: 400;
}
.latest-designs li {
  list-style: none;
}
.demo-1 h2 {
  font-family: 'Metamorphous', cursive;
  font-size: 25px;
  line-height: 24px;
  margin: 0;
  color:#339966
}

.effect img {
    position:absolute;
    margin:-15px 0;
    right:0;
    top:0;
    cursor:pointer;
    -webkit-transition:top .4s ease-in-out,right .4s ease-in-out;
    -moz-transition:top .4s ease-in-out,right .4s ease-in-out;
    -o-transition:top .4s ease-in-out,right .4s ease-in-out;
    transition:top .4s ease-in-out,right .4s ease-in-out
}

.effect img.top:hover {
    top:-230px;
    right:-330px;
    padding-bottom:200px;
    padding-left:300px
}
.latest-designs h3 {
  font-family: 'Metamorphous', cursive;
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
  color:#663300;
}
.latest-designs {
  padding: 3em 0;
}
