/* Change some root colors and settings of the document */

:root {

    --cassiopeia-color-primary: #a7c05b;


}
.header {
    background: #a7c05b;
}
.footer {
    background: #a7c05b;
}

.social-list-sm {
  margin: 0;
  list-style: none;
  line-height: 1;
  padding: 0;
}
.social-list-sm li {
  display: inline-block;
  padding: 0 0.1666666667rem;
}
.social-list-sm li a {
  display: block;
  opacity: 0.8;
}
.social-list-sm li a:hover, .social-list-sm li a:focus, .social-list-sm li a:active {
  opacity: 1;
  text-decoration: none;
}
.social-list-sm li i,
.social-list-sm li span {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-list li {
  padding: 0 0.25rem;
}
.social-list li a {
  background-color: #e9ecef;
  border-radius: 50%;
  color: var(--body-text-color);
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  opacity: 0.6;
  width: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-list li a i, .social-list li a span {
  font-size: 14px;
}
.social-list li a:hover, .social-list li a:focus, .social-list li a:active {
  background-color: var(--body-link-color);
  color: var(--color-white);
  opacity: 1;
}

.social-list-lg {
  margin: 0;
  list-style: none;
  line-height: 1;
  padding: 0;
}
.social-list-lg li {
  display: inline-block;
  padding: 0 0.1666666667rem;
}
.social-list-lg li a {
  display: block;
  opacity: 0.8;
}
.social-list-lg li a:hover, .social-list-lg li a:focus, .social-list-lg li a:active {
  opacity: 1;
  text-decoration: none;
}
.social-list-lg li i,
.social-list-lg li span {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}

