/*
Project: 15_16_int_04
Activity: 8 - White as ethnicity
Author: Richy Thomas
Palette: Color: Primary Colour: #3E50B4 , Secondary Colour: #FEC107;
*/


.content {
  display: none;
}

#question {
  margin: 1em 0;
}

#question p {
  margin: 0;
  font-size: 2em;
}

/* Tablet */
@media(min-width: 768px){

  #img-container {
    margin-top: 2em;
  }

  #question {
    margin: 3em 0;
  }

}

/* Desktop */
@media(min-width:992px){

  #question {
    margin: 5em 0;
  }

  #question p {
    font-size: 2.2em;
  }

}

/* Large Desktop */
@media(min-width:1200px){

  #question p {
    font-size: 2.5em;
  }

}