/*
Project: 15_16_int_04
Activity: 9 - Useful Theories and their application to media texts
Author: Richy Thomas
Palette: Color: Primary Colour: #3E50B4 , Secondary Colour: #FEC107;
*/

.btn-container {
  margin-top: 2em;
}

#btn-instructions {
  margin-bottom: 1.5em;
}

/* The Exotic */

#video-container {
  margin-bottom: 2em;
}

/* The Pitied */

.content {
  display: none;
}

#question {
  margin: 1em 0;
}

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

.img-center {
  margin: 0 auto;
}

/* The Humorous */

#single-question {
  margin: 2em 0;
}

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

#suggested-answer ul li {
  font-size: 1.2em;
}

.placeholder:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* Dangerous */

#img-info {
  margin: 1em 0;
}


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

  #question {
    margin: 3em 0;
  }

}

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

  #question {
    margin: 4em 0;
  }

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

}

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



}