@import url(https://fonts.googleapis.com/css?family=Raleway:400,,800,900);

.wc {
  position: fixed;
  bottom: 9px;
  right: 10px;
  width: 460px;
  height: 80px;
  //line-height: 50px;
  z-index: 100;
}

.titlewc {
  font-weight: 600;
  color: transparent;
  //font-size: 1vw;
  font-size: calc(10px + (22 - 10) * ((100vw - 300px) / (1600 - 300)));
  background: url("https://phandroid.s3.amazonaws.com/wp-content/uploads/2014/05/rainbow-nebula.jpg") repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
  position: relative;
  text-align: center;
  line-height: 30px;
  letter-spacing: -1px;
  //text-align:right;
}

.subtitlewc {
  //display: block;
  text-align: center;
  text-transform: uppercase;
  //top: -30px;
    font-size: 8px;
}