:root {
  --pixatres-primary: #e07a5f;
  --pixatres-primary-text: #f9ffe7;
  --pixatres-background-main: #ffffff;
  --pixatres-background-darker: #eeeeee;
  --pixatres-secondary: #3d405b;
  --pixatres-secondary-dark: #33202a;
  --pixatres-text-dark: #111;
  --pixatres-text: #555;
  --pixatres-text-light: #777;
}
#footer-widgets {
  background: var(--pixatres-background-darker);
  padding: 20px 0;
  margin-top: 45px;
}
#footer-widgets .widget h2,
#footer-widgets .widget h3,
#footer-widgets .widget h4,
#footer-widgets .widget h1,
#footer-widgets .widget .widget-title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 2px var(--pixatres-background-darker);
}
#footer-widgets .widget ul,
#footer-widgets .widget ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style: none;
}
#footer-widgets .widget li {
  padding: 8px 0;
  border-bottom: solid 1px var(--pixatres-background-darker);
}
#footer-widgets .widget li:last-child {
  border-bottom: none;
}
#footer-widgets .widget li a {
  color: var(--pixatres-text-light);
  text-decoration: none;
}
#footer-widgets .widget li a:hover {
  color: var(--pixatres-secondary-dark);
}
#colophon {
  background: var(--pixatres-primary);
  color: var(--pixatres-primary-text);
  padding: 15px;
  text-align: center;
}
#colophon a {
  color: var(--pixatres-primary-text);
  font-weight: bold;
  text-decoration: none;
}
.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #cccccc;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.backToTopBtn #scroll {
  max-width: 45px;
  z-index: 99;
  position: relative;
  left: -18px;
  bottom: 10px;
}
.backToTopBtn:not(:hover) {
  background: var(--pixatres-text-dark);
}
.backToTopBtn:hover {
  background: var(--pixatres-text-dark);
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
