html, body {
    height: 100%
}
.menu .item.header img {
    width: 10px;
    height: 10px;
}
.example-grid .column, .example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; 
}
.page-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.heading-font-size {
    font-size: 1.5rem;
}
.icons-list .row {
    margin-bottom: 1.5rem;
}
pre[class*="language-"] {
  background:  #f8f8f8 !important;
}
.hero {
    height: 100%;
    margin-bottom: 5rem;
    width: 100%;
}
.hero .logo {
    text-align: center;
    margin-top: 3rem;
    opacity: 0;
    -webkit-animation-name: logo;
    animation-name: logo;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hero .logo span {
    color: #696969;
}
.hero .logo img {
    width: 100px
}
.hero h1 {
    color: #525252;
    text-align: center;
    margin-bottom: 0;
}

@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .50;
  }
}

@keyframes overlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .50;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
div.fluid {
     padding-left: 20px;
     padding-right: 20px;
}
.header-link {
  position: relative;
  left: 0.5em;
  opacity: 0;
  font-size: 0.8em;

  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -ms-transition: opacity 0.2s ease-in-out 0.1s;
}

h2:hover .header-link,
h3:hover .header-link,
h4:hover .header-link,
h5:hover .header-link,
h6:hover .header-link {
  opacity: 1;
}

.docs section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}

.docs section::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    left: 25%;
    border-top: 1px solid #eee;
}

#main_header > nav {
    padding: 10px 0;
    background-color: rgb(247, 247, 247);
    border-bottom: 1px solid #e8e8e8;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
}
#contents > div {
    padding-top: 30px;
}
