@charset "utf-8";
.pop{
  position: absolute;
  text-align: right;
  color: white;
  font-weight: bold;
  /*font-family :Quicksand, sans-serif;*//*Google Font*/
  bottom: 2px;
  right: 10px;
  }
.pop p{
  font-size: 0.7em;
  text-shadow: 1px 2px 4px black;
}
.pop h5{
  font-size: 0.9em;
  font-weight:800;
  text-shadow: 1px 2px 4px black;
}
.pop h4{
  font-size: 1.4em;
  font-weight:600;
  color:yellow;
  text-shadow: 2px 2px black, 5px 5px rgba(255, 255, 0, 0.4);
}
.pop h3{
  font-size: 1.6em;
  font-weight:600;
  color:#00BCD4;
  text-shadow: 2px 2px black, 5px 5px rgba(0, 188, 212, 0.4);
}
.pop h2{
  font-size: 1.8em;
  font-weight:800;
  text-shadow: 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555, -1px -1px 1px #555, 5px 5px #9ccc65;
  transform: rotate(-4deg);
}
.pop h1{
  font-size: 2.2em;
  font-weight:900;
  color:red;
  text-shadow: 2px 2px #fff, 5px 5px rgba(0, 0, 0, 0.4);

}
@media screen and (min-width:801px){
  .pop{font-size: 2.2vw;
}
