@charset "utf-8";
/* CSS Document */
* {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}
html {
  height: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
  background-image: url("../img/index/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
/*loading*/
#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  background-image: url("../img/index/Spin-1.2s-204px.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1040;
}
/**/
.navbar-inverse .navbar-brand {
  color: #000;
}
.navbar-inverse .navbar-brand:hover {
  color: #747474;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #2c55af;
  background-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #2c55af;
}
.navbar-brand {
  font-size: 1.4em;
  z-index: 1;
}
.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.00);
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 1.4em;
  letter-spacing: 0.15em;
  color: #2c55af;
  padding: .8em;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse {
  border: solid 1px #ffffff00
}
.navbar-toggle {
  border-radius: 0;
  background-color: #fff;
}
.underscore {
  border-bottom: solid 2px #cecece;
}
/* Start styling the page */
.container-audio {
  width: 100%;
  height: auto;
  /*     padding: 18px; */
/*  border-radius: 50px;*/
  background-color: #f1f3f4;
  color: #444;
  /*  margin: 10px auto; */
  overflow: hidden;
  position: fixed;
  bottom: 0px;
}
.container-audio2 {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: #f1f3f4;
  color: #444;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}
audio {
  width: 100%;
}
audio:nth-child(2), audio:nth-child(4), audio:nth-child(6) {
  margin: 0;
}
/**/
@media (min-width: 2560px) {
  .container {
    width: 1920px;
  }
}
@media (min-width: 3840px) {
  .container {
    width: 3200px;
  }
}
.container-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0 0;
/*  background-color: rgba(255, 255, 255, 0.8);*/
  text-align: center;
  z-index: 10;
}
.footer .copyright {
  margin: 0;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .copyright, .footer-links, .text {
    text-align: center;
  }
  .rbox {
    padding-bottom: 180px;
  }
  .text {
    padding: 10px 0;
  }
}
.font-alt {
  /*
    font-family: sans-serif, "Microsoft JhengHei";
    text-transform: uppercase;
*/
  letter-spacing: 2px;
}
.footer .footer-links {
  text-align: right;
}