/*
Project: 15-16_18
Activity: 5 - The fall of Jericho
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(23, 190, 187, 1) , Secondary Colour: rgba(240, 166, 202, 1)
*/

.well {
  background: rgba(23, 190, 187, .3);
  border: 1px solid rgba(23, 190, 187, 1);
}

.reveal {
  background-color: rgb(255, 255, 123);
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}


