body {
    padding-top: 55px
}

pre {
    background: #f7f7f9
}

.bgimage:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transform: scale(1);
}
@media (min-width: 768px) {
    body>.navbar-transparent {
        box-shadow: none
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        box-shadow: none
    }
}

.dropdown-menu.show[aria-labelledby="themes"] {
    display: flex;
    width: 420px;
    flex-wrap: wrap
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item {
    width: 33.333%
}

.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child {
    width: 100%
}

.bs-component {
    position: relative
}

.bs-component+.bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}

.nav-tabs {
    margin-bottom: 15px
}

.progress {
    margin-bottom: 10px
}

.leadhome {
  font-size: 1.32875rem;
  font-weight: 300;
}

.leadhome {
  color: #003333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.leadex {
  font-size: 1.32875rem;
  font-weight: 300;
}

.leadex {
  color: #003333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.text-muted-white {
  color: #ffffff !important;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #03A9F4;
  border-radius: 0.3rem;    
  min-height: 450px;
}

.jumbotronhome {
  min-height: 450px;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #03A9F4;
  border-radius: 0.3rem;
}

.jumbopages {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}

.bg-buku {
 background-color: #66CCFF;
}

.bg-video {
 background-color: #003399;
}

.btn-outline-primary {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #4582EC;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

#footer {
    margin: 5em 0
}

#footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

#footer p {
    clear: left;
    margin-bottom: 0
}
