html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.title{
  color: #5D9612;
  font-weight: bold;
}
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 100;
    background: none;
    margin: 0;
    background-color: transparent;
}

.jumbotron{
  background-color: #f5f1f1;
  padding: 1.5rem !important;
  margin: 0 !important;
  /*background-color:none !important;*/
}
.qr_image {
    max-height: 150px;
}
.weixin, .qq{
  font-size: smaller;
}
.zhenzhu-da{
  font-size: larger;
  color: black;
  font-weight: bold;
  text-align: center;
}
span.ersa{font-size: 60%;vertical-align:super;color:black;margin-right: 5px;}
span.verse-break{display: inline-block}
p.ersa-0, li.ersa-0, div.ersa-0{color:black;}
/* html {
    font-size: 1rem;
  } */
/* h5 {
  font-size: .75rem !important;
}   */

@media (max-width: 544px) {  
    h5 {font-size:.5rem !important;}
  }
@media (max-width: 768px) {  
    h5 {font-size:.75rem !important;} 
  }
@media (max-width: 992px) { 
    h5 {font-size:1rem;} 
  }
   @media (min-width: 1200px) {  
    h5 {font-size:1rem;}     
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

/* body {
    background:url(../img/pat.jpg);
    padding-top:100px;
    background-size:cover;
  } */

