/*
Project: 16-17_1.44
Author: Richy Thomas
Pallette: Peach: rgba(216,116,104); Teal: rgba(0,101,117,1);
*/


.text-pink {
  color: #cc5490;
}

.question h2 {
  margin-top:0;
}

#male-question.question {
  background: #90caf9;
}

#female-question.question {
  background: #f48fb1;
}

.question.correct {
   background: #4caf50!important;
}

.question.incorrect {
   background: #e53935!important;
}

.question.correct h2, .question.incorrect h2 {
  color: #FFF;
}

.question .glyphicon {
  color: #FFF;
  font-size: 22px;
}

#end-message h2 {
  margin: 0;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {


}

