.container {
  position: relative;
  text-align: center;
  color: white;
}

button, input::placeholder {
  color: white;
  opacity: 100%;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

.footer {
  padding: 50px 0;
  color: #f0f9ff;
}

.footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer .item.text {
    margin-bottom: 0;
  }
}

.footer .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

