body>footer>div>div#social-media>a>img {
  height: 44px; 
  width: 44px;
}

body > footer {
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #fdfdfd;
  /* background-color: rgb(12, 12, 12); */
  background-color: #005d30;
}

body > footer > div > div#social-media {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  justify-content: center;
}

body > footer > div  > div#social-media > a {
  padding: 20px;
}


body > footer > div > nav#bottom {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  letter-spacing: 2px;
  text-align: center;
}

body > footer > div  > *{
  padding: 50px;
}

body > footer > div {
  overflow: hidden;
}

body > footer nav#bottom > a{
  text-decoration: none;
  width: fit-content;
  letter-spacing: 2.0px;
  padding: 0.5rem 0;
}

body > footer nav#bottom > a:link {
  color: white;
}

body > footer nav#bottom > a:visited {
  color: white;
}


body > footer nav#bottom > a:link:active,
body > footer nav#bottom > a:visited:active {
  color: orange
}

body > footer nav#bottom > a:hover {
  color: orange;
}




.tm-copyright-text {
  color: black;
  letter-spacing: 1px;
  background-color: white;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

img {
  vertical-align: middle;
  border-style: none;
}


@media screen and (max-width: 850px) {
  body > footer > div > nav,
  body > footer > div > div#social-media {
    flex-direction: column !important;
  }
}