.social-bar {
  display: inline-block;
  position: fixed;
  width: 100%;
  bottom:0;
  z-index: 999;
  text-align:center;
  visibility: hidden; /* hidden on wide screen */
}

.social-bar a {
  display: inline-block; /* align icons horizontally*/
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 18%;
  margin-left:-6px;

}

.social-bar a:hover {
  background-color: #A9A9A9;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background:  #ff8080;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.yelp {
  background: #bb0000;
  color: white;
}

.tripadvisor{
  background: #339933;
  color: white;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {

  .social-bar {
  display: inline-block;
  position: fixed;
  width: 100%;
  bottom:0;
  z-index: 999;
  text-align:center;
  visibility: visible;
}

.social-bar a {
  display: inline-block; /* align icons horizontally*/
  text-align: center;
  padding: 17px 10px 15px 17px;
  transition: all 0.3s ease;
  color: #000;
  font-size: 20px;
  width: 18%;
  margin-left:-6px;
}

.fa {
  color:white;
  }

.social-icon {
  display:none;
}

    }
