/*
Project: 15-16_27
Activity: Unit 2 - Literacy Starter - Body Defences
Author: Richy Thomas
*/

#stage {
  display: table;
  position: relative;
  width: 100%;
}

#timeCount {
  display: none;
  font-size: 22px;
}

#timeCount i {
  color: rgba(255,167,38,1)
}

.btn-xxl {
  font-size: 30px;
}

.btn-custom {
  cursor: move;
  float: left;
  height: 80px;
  line-height: 80px;
  margin: 12px 1%;
  padding: 15px;
  width: 23%;
}

.btn-custom p {
  font-size: 22px;
  line-height: 44px;
  margin: 0;
}

.boxCorrect, .boxCorrect:hover, .boxCorrect:active, .boxCorrect:focus, .boxCorrect:hover, .boxCorrect:active:focus, .boxCorrect:active:hover{
  background-color: rgba(223,240,216,1)!important;
  border-color: rgba(214,233,198,1)!important;
  box-shadow: none!important;
  color: rgba(60,118,61,1)!important;
  cursor: default;
  font-size: 14px;
  line-height: 44px;
  outline: none!important;
}

.ui-draggable-dragging {
  opacity: .5;
}

#popUp {
  background: rgba(92,107,192, 1);
  border-radius: 5px;
  color: rgba(255,255,255, 1);
  display: none;
  left: 10%;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 100;
}

#popUp p {
  font-size: 22px;
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){
  .boxCorrect, .boxCorrect:hover, .boxCorrect:active, .boxCorrect:focus, .boxCorrect:hover, .boxCorrect:active:focus, .boxCorrect:active:hover{
    font-size: 22px;
  }
}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}