/*
Project: 16-17_3-7
Author: Richy Thomas
Pallette: Blue: rgba(82,85,100,1); Grey: rgba(116,130,143,1); Red: rgba(194,91,86,1); White: rgba(255,255,255,1);
*/


/* Activity Intro */

#activity-intro ul li {
  font-size: 1.2em;
  line-height: 1.6em;
}

/* Hide Screen 2 on Load */

.page2 {
  display: none;
}

.page3 {
  display: none;
}

/* Questions */

#questions {
  margin-bottom: 20px;
}

.fa.pull-left {
  margin: 5px 10px 5px 0;
}

.answer {
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(82,85,100,1);
  color: rgba(82,85,100,1);
  padding: 10px 12px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 1.2em;
  cursor: pointer;
}

.correct {
   background-color: #dff0d8;
   border-color: #3c763d;
   color: #3c763d;
}

.incorrect {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}

.well-question {
  background-color: #cfcfcf;
  border: 1px solid rgba(82,85,100,.5);
}

.answerBox {
  font-size: 1.15em;
  height: auto;
  line-height: 1.8em;
  min-height: 120px;
}

.answerBox.form-control:focus {
  border-color: rgba(194,91,86,1);
}

/* Suggested Response */

.suggestedResponse {
  display: none;
  margin: 20px 0;
}

.suggestedResponse p:last-child {
  margin: 0;
}


/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {

  .carousel-indicators {
    display: none;
  }

  .carousel-inner>.item {
    display: block;
  }

  .well-question {
    border: none;
  }

}
