/*
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)
*/

#activity{
	color:white;
}
.clearing {
    margin-top:1em;
    display: block;
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

button.prompt,
button.reset {
    background-color: #05b28c;
    border-color: #05b28c;
    box-shadow: none;
    color: #fff;
    outline: medium none;
    text-decoration: none;
    margin: 0px 0px 20px 10px;
}

button.prompt:hover,
button.reset:hover,
button.reset:focus,
button.prompt:focus {
    background-color: #04A480;
  border-color: #04A480;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

#prompt {
    display: block;
    clear : both;
}

#prompt .show {
    background-color: #FDE9E2;
     padding: 15px;
}

.row{
  margin-bottom:1em;
}

.btns{
  text-align:center;
}

.centre{
  background:#eaa82e;
  color:black;
  min-height:50px;
  text-align:center;
}

.push{
  background:#F24C13;
  min-height:50px;
  text-align:right;
}

.pull{
  background:#F24C13;
  min-height:50px;
  text-align:left;
}

.btns, .centre{
  cursor:pointer;
}

.btn {
   float:right;
   margin:5px
}

h2.title {
    text-align: center;
    margin-bottom: -20px;
    font-size: xx-large;
;
}

.pullImg, .pushImg{
  min-width:30px;
  border-radius: 0px;
  border:0px
}

#checkCorrect {
	text-align: center;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
    font-weight: bold;
    font-size: larger;
    color: #620100;

}

h3 {
    color: black;
    margin-top: 0px;
    margin-bottom: 1em;
}


.img-activity {
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.info {
  display: none;
}

/* 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){



}