@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
.site-footer
{
  background-color:rgba(0,0,0,0);
  padding:45px 0 20px;
  margin: 0px;
  bottom: 0px;
  font-size:15px;
  line-height:24px;
  color:#868686;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h2
{
  color:#fff;
  font-family: 'Pathway Gothic One', sans-serif;
  font-size:35px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2.5px;
  width: fit-content;
  border-bottom: white 2px solid;
}
.site-footer a
{
  color:#e6e6e6d1;
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#e6e6e6d1
  #9c5a36d1;
  letter-spacing:1px;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:center;
}
.site-footer .social-icons img
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:0px;
  margin-right:0;
  border-radius:100%;
  background: rgba(0,0,0,0);
}
  
.copyright-text
{
  margin:0
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
}

.social-icons a{
  color:#818a91;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  border-radius:100%;
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.contrivers{
  font-size: 30px;
}