@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
/* Text Style for navigation bar. */
/* Setting the font for text, background color and shadow box. */
.f_footer-1 {
  background-color: #D6D6D5;
  padding: 3px;
  text-decoration: none;
  text-align: left;
  font-size: 24px;
  font-family: "Roboto", serif;
  font-weight: 700;
  background: #000000;
  font-family: "Karla", serif;
  font-style: normal;
  color: #D6D6D5;
  box-shadow: 0px 0px 10px black;
}

/* A css work around to allow the background to show. */
.f_footer-1::after {
  content: "";
  display: table;
  clear: both;
}

/* The area where the content will be displayed in. */
.f_f1_main-1 {
  width: 95%;
  margin: 0 auto;
}

.f_f1_main-1 a {
  color: #D6D6D5;
}

/*# sourceMappingURL=footer.css.map */
