/* Footer */
footer { background-color: var(--main-blue); color: #fff;}

footer .social-icons a {
  background-color: rgba(255,255,255,.15);
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

footer .app-icons a {
  background-color: rgba(255,255,255,.15);
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

footer .social-icons a:hover,
footer .app-icons a:hover {
  background-color: rgba(255,255,255,.25)
}

footer .app-buttons img {
  max-height: 33px;
}

footer h4 {
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

footer .footer-nav li {
  font-size: .85rem !important;
}

footer .footer-nav a {color: #cccccc;}
footer .footer-nav a:hover {text-decoration: underline; color: #fff;}

footer #footer-copyright {font-size: .85rem !important;}

footer .language-select button,
footer .language-select a.dropdown-item {
  font-size: .8em;
  font-weight: lighter !important;
  text-transform: uppercase;
}

footer .language-select a.active,
footer .language-select a:hover {background-color: #A6C544}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px 15px;
}

footer a {color:#495057;text-decoration:none}
