body {
  background: transparent;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #333;
}


/* FOOTER */
.footer-space {
  padding: 40px;
}
footer {
  background-color: #4b4b55;
  padding: 12px 10px 11px 8px;
  color: #ffffff;
}

.fixed-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.bottom-links {
  padding: 10px;
}

.bottom-links a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  border-left: 1px solid #fff;
  outline-color: #ffffff;
}

.bottom-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.bottom-links a:focus {
    color: #ffffff;
    text-decoration: none;
}

.bottom-links a:focus:focus-visible {
    outline: 0;
}

.bottom-links a::selection, .bottom-links a::-moz-selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}

.bottom-links a:focus span{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

footer::-moz-selection {
    background: rgba(2,139,255,1);
    color: #fff;
    text-shadow: none;
}

.bottom-links a:first-child {
    border-left: none;
}

.contact-title {
  margin-bottom: 10px;
}

.footer-logo {
  margin-left: 12px;
  text-decoration: none;
  display: inline-block;
}

.footer-logo:-moz-focusring {
    outline-style: dotted;
}

.footer-logo:hover {
    text-decoration: none;
}
