@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:700");




h22 {
  font-size: 40px;
  color: #201e1e;
      font-weight: bold ;

  
}

h23 {
  font-size: 36px;
  color: #3b3838;
}


em {
    color: #232027;
}

.wrapper {
     width: 670px;
    height: auto;
    margin: 0px;
    padding: 0px;
}

div.gallery {
    margin-top: 0px;
}

div.gallery ul {
    list-style-type: none;
    margin-left: 0px;
}

/* animation */
div.gallery ul li, div.gallery li img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

div.gallery ul li {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin: 5px;
    padding: 5px;
    z-index: 0;
}

/* Make sure z-index is higher on hover */
/* Ensure that hover image overlapped the others */
div.gallery ul li:hover {
    z-index: 5;
}

/* Image is position nicely under li */
div.gallery ul li img {
    position: absolute;
    left: 0;
    top: 0;
    border: 0px solid #dddddd;
    padding: 5px;
    width: 80px;
    height: 80px;
    
}

div.gallery ul li img:hover {
    width: 120px;
    height: 120px;
    margin-top: -80px;
    margin-left: -80px;
    top: 65%;
    left: 65%;
}

p.attribution {
    font-family: 'Consolas';
    color: #000;
    clear: both;
    text-align: center;
    line-height: 25px;
    padding-top: 30px;
}
/* Hover text appear */



.text1,
.text2,
.text3,
.text4,
.text5,
.text6,
.text7,
.text8,
.text9,
.text10,
.text11,
.text12,
.text13,
.text14,
.text15,
.text16,
.text17,
.twxt18,
.text19,
.text20 {
	 width: 750px;
    font-weight: ;
    position: absolute;
    margin-left: -76px;
   
     margin-top: -115px;
    z-index: 100;
}
.hidee {
    display: none;
}
/* Responsive hack *//* Responsive hack */


p.attribution a {
    color: #4c8d7c;
}

/* Responsive hack */
@media only screen and (min-width: 499px) and (max-width: 1212px) {
    .wrapper {
        width: 600px;
    }
}

@media only screen and (max-width: 498px) {
    .wrapper {
        width: 300px;
    }

    div.gallery ul {
        list-style-type: none;
        margin: 0;
    }
}