/* 星际博客 — 黑洞背景 · 首屏艺术字 · 不改动 Butterfly 默认字号 */

html {
  background: #000 url(/images/blackhole-bg.png) center center / cover no-repeat fixed;
}

#web_bg {
  display: none !important;
}

#page-header.full_page {
  background-image: url(/images/blackhole-bg.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#page-header.full_page #site-title {
  font-family: 'Ma Shan Zheng', 'KaiTi', 'STKaiti', serif !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.85), 0 0 36px rgba(255, 160, 60, 0.35);
}

#page-header.full_page #site-subtitle,
#page-header.full_page #scroll-down .scroll-down-effects {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
}

#body-wrap .layout,
#content-inner {
  background: transparent !important;
}

@media (max-width: 768px) {
  html {
    background-attachment: scroll;
  }
}
