* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

#footer {
  background-color: #15222b;
}

#footer img {
  width: 100px;
  height: 50px;
}

#footer h6 {
  color: white;
}

#footer .bi-facebook,
.bi-instagram {
  height: 40px;
  width: 40px;
  color: white;
}

#footer .bi-facebook{
  margin-left: 10px;
}

#footer .bi-facebook:hover {
  color: #1b74e4;
  transition: all 0.5s;
}

#footer .bi-instagram:hover {
  color: #cc4793;
  transition: all 0.5s;
}

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

#footer a:hover {
  color: #d1b000;
  transition: all 0.5s;
}

/* #footer ul {
  list-style-type: none;
} */

#footer .icon {
  color: #d1b000;
  position: relative;
  top: 6px;
}

#footer .call-icon {
  color: #d1b000;
  width: 20px;
  height: 20px;
}

#footer p,
small {
  color: white;
}

#footer article {
  padding: 10px 0px;
  background-color: black;
  color: white;
}

::selection {
  background-color: #d1b000;
  color: white;
}

@media (max-width: 414px) {
  #footer .s-network {
    display: flex;
  }

  #footer .bi-facebook .bi-instagram {
    margin-left: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  #footer .s-network {
    display: flex;
  }

  #footer .bi-facebook .bi-instagram {
    grid-row: auto;
  }
}
