/* Twitter */
.twitter {
  padding: 32px;
  text-align: center;
  background: #1DA1F2;
}
.twitter * {
  color: #fff;
}
.twitter .fa-twitter {
  font-size: 2em;
}
.twitter-screen-name {
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 20px;
}
.tweet {
  width: 80%;
  margin: auto;
  display: none;
  //opacity: 0;
  //height: 0;
  position: relative;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.tweet.showing {
  display: block;
  //opacity: 1;
  //height: 100%;
}
.carousel .fa {
  margin: 0 20px;
  border: 2px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 10px 6px 0;
  cursor: pointer;
}
.carousel .fa:hover {
  background: #fff;
  color: #4097ff;
}
.carousel--dots {
    margin-top: 20px;
    position: relative;
}
.carousel--dots .twitter-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #fff !important;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.carousel--dots .twitter-dot.active {    
    background: #fff;
}