/*
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 {
  transition: all 0.3s ease;
  height:300px;
}

#activityControls{
    margin-top:30px;
}

.well{
    padding:10px;
    margin-top:20px;
}

/* 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){



}