footer {
  background: var(--primary);
  clear: both;
  padding: 8rem 0;
  color: #fff;
}

footer nav {
  background: transparent;
  font-size: 1.1rem;
}

footer nav li {
  margin-right: 11px;
  margin-left: 0;
  display: inline-block;
}

footer nav {
  float: left;
  margin: 0;
}

footer nav a {
  color: #fff !important;
  font-weight: 400;
  font-size: 1.4em;
}

footer a {
  color: #fff !important;
  font-weight: 400;
}

.copyright {
  font-size: 1.4rem;
  border-top: 1px solid var(--secondary);
  padding: 2rem 0;
  margin-top: 2rem;
}

.icon {
  text-align: right;
  max-width: 2.5rem;
  width: 100%;
  height: auto;
  margin: 0 15px 10px 0;
}

.icon::before {
  font-size: 30px;
}
#tweets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer #tweets {
 max-width: 80ch;
}


#cookies_alert {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 998;
  background: #333e52;
}

#cookies_alert.closed {
  bottom:-20rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#cookies_alert .cookies_container {
  background-color: #333e52;
  padding: 2rem;
  display: flex;
}

#cookies_alert .cookies_close {
}

#cookies_alert .cookies_present {
  display: none;
}

#cookies_alert .cookies_close:hover {
  cursor: pointer;
}

#cookies_alert .cookies_text {
  color: #FFF;
  font-size: 0.8em;
  float: left;
}

#cookies_alert .cookies_text a {
  color: var(--primary);
}

#cookies_alert .button {
  padding: 0.5rem 1rem;
  position: absolute;
  font-size: 1rem;
  right: 0.5rem;
  bottom: 1.9rem;
  background: var(--primary);
  height: 4rem;
  line-height: 3rem;
}