#footer {
  background: var(--gray-500);
  color: var(--white);
  padding: 15px 24px 10px;
  z-index: 10;
  width: 100%;
  margin-top: auto;
}


#footer .right-col {
  text-align: right;
}

.powered-by {
  color: var(--white);
  text-decoration: none;
}

.powered-by:hover {
  color: #bababa;
}

.powered-by img {
  margin-left: 10px;
}

#fmenu {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

#fmenu ul {
  margin:  0;
  padding:  0;
  display: flex;
  align-items: center;
  list-style: none;
}

#fmenu li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid var(--stroke-color);
}

#fmenu li a {
  color:  var(--white);
  text-decoration: none;
}

#fmenu li a:hover {
  opacity: 0.75;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  #footer {
    padding: 15px 30px;
  }
}


@media only screen and (max-width: 767px) {
  #footer .left-col {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer .right-col {
    text-align: center;
    justify-content: center !important;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex: 0 0 100%;
    max-width: 100%;
  }
}
