::selection {
    background: #5A4FCF;
    color: white;
}

.footer-brand a img {
    width: 100px;
    height: 100px;
    margin-top: 12px;
}

footer body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  border-top: 5px;
  border-color: red;
}

footer {
  background-color: black;
  color: white;
  font-size: 16px;
  min-height: 100px;
  width: 100%;
  border-top: 2px solid black;
  border-color: #cf4f4f;
}

footer * {
  box-sizing: border-box;
  border: none;
  outline: none;
}

.row {
  padding: 1em 1em;
}

.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: stretch;
}

.footer-brand a {
  width: 20%;
}

.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 32px 50px 32px;
  min-height: 15em;
}

footer h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 24px;
  white-space: nowrap;
  padding-bottom: 20px;
  color: white;
}

.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

footer li:not(:first-child) {
  margin-top: 13px;
}

footer ul li a {
  color: white;
  text-decoration: none;
}

ul li a:hover {
  color: #cf4f4f;
}

.copyright {
    padding: 4px 16px;
    padding-bottom: 20px;
    background-color: black;
    display: flex;
    flex-direction: column;
}

.footer-menu {
  float: right;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.footer-menu a {
  color: gray;
  margin-right: 6px;
  text-decoration: none;
}

.footer-menu a:hover {
  color: white;
}

.copyright p {
  color: gray;
  font-size: 0.9em;
  text-decoration: none;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }
}

.social-logo img {
  width: 30px;
  height: 30px;
}

.social a {
  margin: 10px;
}

.social-logo {
  display: inline-block;
  margin: 10px;
}