.image{
		  opacity: 1;
		  display: block;
		  height: auto;
		  transition: .5s ease;
	  }
	  .middle{
		  transition: .5s ease;
		  opacity: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(60%, 0%);
		  -ms-transform: translate(0%, 0%);
		  
	  }
	  .t:hover .image{
		  opacity: 0;
	  }
	  .t:hover .middle{
		  opacity: 1;
	  }
	  .middle1{
		  transition: .5s ease;
		  opacity: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(60%, 100%);
		  -ms-transform: translate(0%, 0%);
		  
	  }
	   .t:hover .middle1{
		  opacity: 1;
	  }
	  .middle2{
		  transition: .5s ease;
		  opacity: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(60%, 200%);
		  -ms-transform: translate(0%, 0%);
		  
	  }
	   .t:hover .middle2{
		  opacity: 1;
	  }
	  .middle3{
		  transition: .5s ease;
		  opacity: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(60%, 290%);
		  -ms-transform: translate(0%, 0%);
		  
	  }
	   .t:hover .middle3{
		  opacity: 1;
	  }
	  .container-fluid{
		  margin-top: 30px;
	  }
	  .logo{
		  width:400px;
		  background-color:#ffdf8d;
		  padding-bottom: 30px;
	  }
	  .list{
		  width: 400px;
		  background-color: #f76e22;
	  }
	  
	  .toy
	  {
		  width:1000px;
		  background-color:#ffdf8d;
		  margin-left: 100px;
	  }
	  .img-toy{
		  border-radius: 50%;
		  height:200px; 
		  width:200px;
		  margin-left: 15px;
	  }
	  .food
	  {
		  width:1000px;
		 padding-bottom:15px;
		  background-color:#f76e22;
		  margin-left: 100px;
	  }
	  .img-food{
		  border-radius: 25px;
			  height:200px; 
		  width:200px;
		  margin-left: 55px;
		  margin-top: 20px;
		  cursor: pointer;
	  }
	  .button {
    background-color: #ffdf8d;
    border: none;
    color: #f76e22;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
		  border-radius: 50%;
	  }
	  p
	  {
		  font-family: 'Indie Flower', cursive;
		  font-size: 20px;
		  color: #f76e22;
	  }
	  #div1{
		  display:none;
	  }
	  #div2{
		  display:none;
	  }
	  #div3{
		  display:none;
	  }
	  #i{
		  display:none;
	  }
	  #j{
		  display:none;
	  }
	  #k{
		  display:none;
	  }
	  .items
	  {
		  width:1000px;
		  background-color:#f76e22;
		  margin-left: 115px;
		  
	  }
	  .container-fluid1{
		  margin-top: 0px;
	  }
	  .pharmacy
	  {
		 width:1000px;
		  background-color:#ffdf8d;
		  margin-left: 100px; 
	  }
	  h3
	  {
		 font-family: 'Indie Flower', cursive;
		  font-size: 40px;
	  }
	   h2
	  {
		 font-family: 'Indie Flower', cursive;
		  font-size: 50px;
		  color: #f76e22;
	  }
	  h4
	  {
		 font-family: 'Indie Flower', cursive;
		  font-size: 30px;
	  }
	  h6
	  {
		 font-family: 'Indie Flower', cursive;
		  font-size: 25px;
		  color: #f76e22;
	  }
	  h1
	  {
		  font-family: 'Indie Flower', cursive;
		  color: #ffdf8d;
		  font-size: 70px;
		  float: right;
	  }
	  .photos
	  {
		  height: 200px;
		  width:200px;
	  }
	  .hygiene{
		  width:1000px;
		  background-color:#f76e22;
		  margin-left: 100px; 
	  }
	  text{
		  font-family: 'Indie Flower', cursive;
		  color: #ffdf8d;
		  font-size: 20px;
	  }
