/*
Project: 16-17_1.13
Resource: What is news
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/

.circle {
  background: #020111;
  border-radius: 50%;
  color: #FFF;
  height: 332px;
  text-align: center;
  width: 332px;
}

.circle h3 {
  line-height: 332px;
  margin: 0;
}

.news-col {
  margin: 20px 0;
}

.news-item {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}

.well {
  text-align: center;
}

.news-item p {
  display: none;
}

.news-item i, .well i {
  cursor: pointer;
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

.news-item i:hover {
  color: #000;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-name: pulse;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: pulse;
}

/* Tablet */
@media(min-width: 768px){

  .circle {
    height: 193px;
    margin-top: 100px;
    width: 193px;
  }

  .circle h3 {
    line-height: 193px;
  }


}


/* Desktop */
@media(min-width:992px){

  .circle {
    height: 266px;
    margin-top: 70px;
    width: 266px;
  }

  .circle h3 {
    line-height: 266px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  .circle {
    height: 332px;
    margin-top: 30px;
    width: 332px;
  }

  .circle h3 {
    line-height: 332px;
  }

}


/* Print */
@media print {



}
