.site-footer {
  /* position */
  flex-wrap: wrap;
  width: 100%;
  /* decor */
  background-size: cover;
  background-position: center;
  background-color: #2f2c37;
  border-top: 0.75rem solid #1c1a20;

  padding: 40px calc((100vw - 1300px) / 2) 20px;
  /*padding: 20px 0 20px; */
  font-size: 15px;
  line-height: 24px;
  color: #735cb4;
  position: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.site-footer hr {
  border-top-color: #735cb4;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #5b4f7d;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}

.footer-links a {
  color: #735cb4;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #5b4f7d;
}

.copyright-text {
  margin: 0;
  text-align: left;
}


.site-footer .copyright-text,
.site-footer .social-icons {
}
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.logo{
  color:#eb6857;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #833AB4;
}

.social-icons a.instagram:hover {
  background-color: #C13584;
}

.social-icons a.bluesky:hover {
  background-color: #4f9bd9;
}

.row {
  display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.row p {
   
};
