/* Sticky footer styles
-------------------------------------------------- */

.footer1 {
  opacity: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 55px;
  background-color: rgba(243, 243, 243, 1);
  z-index: 999;
}

