/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /* padding-top: 3rem; */
    padding-top: 2rem;
    padding-bottom: 0;
    color: #5a5a5a;
  }

  /* paginasi */
  .paginasi {
    padding: 10px 20px;
    background-color:#fff;
    border-radius: 10px;
    min-height: 40px;
  }
  .paginasi a {
    padding: 3px 10px;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    margin: 3px 10px;
    min-width: 10px;
    text-decoration: none;
  }
  .paginasi strong {
    padding: 3px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    margin: 3px 10px;
    min-width: 10px;
  }
  .paginasi a:hover {
    background-color: #990000;
  }
  
  /* nav bar */
  .navbar-dark, .navbar {
      min-height: 100px;
      font-weight: bold;
      font-size: 14px;
  }
  .navbar ul li a, a.navlink{
    color: #fff !important; 
  }

.navbar ul li a:hover{
    color:black !important;

}
.dropdown-menu{
  background-color:rgb(52, 169, 236);
}
.dropdown-menu a:hover {
  background-color:#fff;
}

  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 0;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    background-color:darkviolet;
    padding: 10px 2%;
    border-radius: 10px;
    opacity: 0.8;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
    background-color: #777;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing{
margin-top: 4rem;
  }
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
    margin-top: 20px;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  .jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
  }
  @media (min-width: 768px) {
    .jumbotron {
      padding-top: calc(var(--jumbotron-padding-y) * 2);
      padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
  }
  
  .jumbotron p:last-child {
    margin-bottom: 0;
  }
  
  .jumbotron-heading {
    font-weight: 300;
  }
  
  .jumbotron .container {
    max-width: 40rem;
  }
  .album{
    min-height: 50rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
  }

  /* .card{
    float: left;
    width: 33.33%;
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;
  } */

  .card > img{
    margin-bottom: .75rem;
    width: 100%;
    height: auto;

  }

  .card-text{
    font-size: 85%;
  }
  .card h2{
    font-size: 22px;
    border-bottom: solid thin #eeeeee;
    margin-left: 1rem;
  }
  .card h2 a {
    color: #ff6600;
  }
  .card h2 a:hover{
    text-decoration: none;
    color: #990000;
  }
  .judul{
background-color: #fff;
min-height: 100px;
border-radius: 10px 10 px 0 0;
margin-bottom: 0;
padding-top: 2rem;
  }
  .judul h1 {
    border-bottom: solid 2px #f77c7cdc;
    color: #f60;
  }

/* artikel */
.artikel{
  min-height: 500px;
  background-color:#fff;
  text-align: justify;
}

/* aside */
aside{
  border-radius: 5px;
  border: solid thin #fff;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
aside h3 {
  font-size: 20px;
}
aside ul {
  padding: 0;
  margin: 0;
}
aside ul li{
  padding: 5px 6px;
  list-style: none;
  border-bottom: dotted thin #ff6600;
}
aside ul li a {
  color:blue;
}
aside ul li a:hover{
  color:blueviolet;
  text-decoration: none;
}
iframe{
  width: 100%;
  height: auto;
  min-height: 400px;
}

/* jarak */
.jarak{
  margin-top: 2rem;
}

  /* footer */
  footer{
    margin-bottom: 0 !important;
  }
  .footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 100px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color:#000;
    color: #fff;
    margin-bottom: 0 !important;
  }
  .footer a {
    color: yellow;
  }