/*
Project: 16-17_1.13
Resource: Discussion Prompts
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/

.question p {
  font-size: 30px;
  line-height: 40px;
}

.btn-default:focus {
  background: #020111;
  color: #FFF;
}

.btn-default:focus:hover {
  background: #FFF;
  color: #020111;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {



}
