/* Required height of parents of the Full Page Intro and Intro itself */
html,
body,
.view {
  height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }


fluidline {
  display:inline-block;
  padding-left:0.5em;
  padding-right:0.5em;
}

@media only screen and (max-width: 576px) {
  fluidline {
    display:block;
  }
}
.awime-big{
  max-width:40vw;
  max-height:40vh;
}

.beian-icp{
  color:rgba(255,255,255,.6)!important;
}

.beian-p{
  color:rgba(255,255,255,.6)!important;
  display:inline-block;
  text-decoration:none;
  height:20px;
  line-height:20px;
}
.beian-p p{
  float:left;
  height:20px;
  line-height:20px;
  margin: 0px 0px 0px 5px;
}

