/*
Project: 16-17_1.13
Resource: First News website
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/


#activity a:hover {
  opacity: .8;
}

#website-screenshot {
  margin-bottom: 30px;
}

#social-media-links li {
  margin: 0 20px;
}

#social-media-links li a {
  display: inline-block;
}

#social-media-links li a:hover {
  opacity: .8;
}

#website-container {
  position: relative;
}

.speech-bubble {
  position: absolute;
  z-index: 2;
}

#speech-bubble-1 {
  left: 0px;
}

#speech-bubble-2 {
  top: 200px;
  left: 0px;
}

#speech-bubble-3 {
  right: 0px;
  top: 20px;
}

.img-center {
  margin: 0 auto;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){


  #speech-bubble-1 {
    left: 30px;
  }

  #speech-bubble-2 {
    left: 30px;
  }

  #speech-bubble-3 {
    right: 30px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

    #speech-bubble-1 {
      left: 120px;
    }

    #speech-bubble-2 {
      left: 120px;
    }

    #speech-bubble-3 {
      right: 120px;
    }

}


/* Print */
@media print {



}
