.fixed-bottom-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed-bottom-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ead6c7;
    background-color: #4c4c4c;
    // color: white;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.15);
    z-index: 9999;
  }
  .fixed-bottom-bar a {
    color: #ead6c7;
    margin-left: 15px;
    font-weight: bold;
    text-decoration: none;
  }
  .site-footer {
    margin: 0 0 50px 0;
  }
}
