/* Footer */
html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.footer {
  background: #2c3e50;
  color: white;
  padding: 6px 0;
  margin-top: 0;
}

#footer-placeholder {
  margin-top: auto;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.footer-title {
  font-size: 19px;
  font-weight: bold;
}

.footer-sep {
  margin: 0 40px;
  opacity: 0.7;
}

.footer-copy {
  font-size: 15px;
}

.ftext {
  color: #ffffff;
  text-decoration: none;
}
