/* Styles for the content section */
#back2top {
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
}
#back2top .glow {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(247, 217, 118, 0.5);
}
#back2top img {
  position: relative;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: inline-block;
}
#back2top.show {
  opacity: 1;
  visibility: visible;
}
#back2top.end {
  position: absolute;
  bottom: 21.3333333333vw;
}

@media (min-width: 768px) {
  #back2top {
    right: 30px;
    bottom: 30px;
  }
  #back2top .glow {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  #back2top img {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  #back2top.end {
    bottom: 8.3333333333vw;
  }
}
@media (min-width: 1440px) {
  #back2top .glow {
    width: 50px;
    height: 50px;
  }
  #back2top img {
    width: 50px;
    height: 50px;
  }
  #back2top.end {
    bottom: 120px;
  }
}/*# sourceMappingURL=backtotop.css.map */