#carouselExampleCaptions{
  background-position: center;
  overflow:auto;
  background-size: cover;
  /* width: 100%;  */
  /* margin: 15px 22px; */
}

#gambarberitaindex{
  /* margin-left: 0px; */
  padding: 2px;
  width: 100%;
  box-shadow: rgb(181, 181, 181) 0px 0px 1px 0px;
}

.page-item .active{
  background-color: rgb(23,165,137);
}

#judulgambarberitaindex{
  font-size: 19px;
  /* margin-left: 20px; */
  margin-top: 8px;
  text-align: justify;
}

#tanggalgambarberitaindex{
  font-size: 11px;
  /* margin-left: 20px; */
  color: #AAAAAA;
}

#tulisannormal{
  /* margin-left: 20px; */
  font-size: 12px;
  text-align: justify;
}

.readmore{
  margin-top: -20px;
}

/* Slide View Jumbotron =================== */
/* #myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
} */

#myImgindex{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* #myImg:hover {opacity: 0.7;} */
#myImgindex:hover {opacity: 0.7;}

/* The Modal (background) */
.modalindex {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 99999999999; /* Sit on top */
padding-top: 170px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
/* height: 100%; Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalindex-content {
margin: auto;
display: block;
width: 30%;
max-width: 400px;
}

/* Caption of Modal Image */
#captionindex {
margin: auto;
display: block;
width: 80%;
max-width: 400px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

/* Add Animation */
.modalindex-content, #captionindex {  
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.closeindex {
position: absolute;
top: 150px;
right: 32%;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.closeindex:hover,
.closeindex:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}



/* Akhir Slide View Jumbotron ============= */

/* Respondsive ===================================================================================== */
/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px){
  .modalindex-content {
    width: 50%;
  }
  .closeindex{
    right: 20%;
  }
  #kegiatanlainnya{
      width: 200px;
  }
  #ukurangambarjumbotron{
      height:230px;
      width: 100%;
  }
  #carouselExampleCaptions{
    height:250px;
    margin-right: -10px; 
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

}

@media (max-width: 766px) {
  #kegiatanlainnya{
      width: 100px;
  }
  #ukurangambarjumbotron{
    height:230px;
    width: 100%;
  }
  #carouselExampleCaptions{
    height:230px; 
    width: 1000px;
  }
  #judulberitajumbotron{
    font-size: 10px;
    background-color: rgba(240, 248, 255, 0.705);
    color: black;
    margin-bottom: 20px;
    margin-left: -40px;
    padding: 5px;
    width: max-content 2px;
    height: fit-content;
}
#tulisanjumbotron{
  font-size: 13px;
}
}

@media (min-width: 766px) {
  #kegiatanlainnya{
      width: 100px;
  }
  #kegiatanlainnya{
    width: 100px;
  }
  #ukurangambarjumbotron{
    height:270px;
    width: 490px;
  }
  #carouselExampleCaptions{
    height:270px; 
  }
  
  #tulisanjumbotron {
    font-size: 13px;
    padding-bottom: -100px;
  }
  #judulberitajumbotron{
    background-color: rgba(240, 248, 255, 0.705);
    color: black;
    margin-bottom: 20px;
    margin-left: -60px;
    padding: 5px;
    width: max-content 2px;
    height: fit-content;
}
}

@media (min-width: 1045px) {
  #kegiatanlainnya{
      width: 100px;
  }
  #ukurangambarjumbotron{
    height:360px;
    width: 675px;
  }
  #carouselExampleCaptions{
    height:360px; 
  }
  #judulberitajumbotron{
    background-color: rgba(240, 248, 255, 0.705);
    color: black;
    margin-bottom: 50px;
    margin-left: -60px;
    /* padding: 5px; */
    width: max-content 2px;
    height: fit-content;
  }
  #tulisanjumbotron{
    font-size: 16px;
  }
}


/* Akhir Respondsive ================================================================================= */