/*
Project: 15-16_18
Activity: 1 - Considering divine command
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(23, 190, 187, 1) , Secondary Colour: rgba(240, 166, 202, 1)
*/


.img-activity {
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.info {
  display: none;
}

#activity {
    max-width: 700px;
    margin: auto;
}

img.bottom {
    
}

#activity img {
    display: block;
    max-width: 180px;
    margin: auto;
}

#activity .row {
    margin-bottom: 40px;
}

/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){

  .img-activity:hover {
    border: 1px solid rgba(240, 166, 202, 1);
    padding: 2px;
    transition: all 0.3s ease;
  }

}

/* Large Desktop */
@media(min-width:1200px){



}