
.demo-banner {
    width: 90%;
    height: 50px;
    bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    position: fixed;
    border-radius: 3px;
    background: crimson;
    color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 1);
    /* border: 1px solid snow; */
    padding-top: 16px;
    text-align: center;
    display: none;
}

#demo-banner-text{
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: ivory;

}

#demo-hyperlink{
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #06d6a0;
}

#demo-hyperlink:hover{
  color: #1df8bf;
  text-decoration: none;
}
