/* PRE-EMPTIVE STYLES 
-------------------------------------------------- */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}




/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  color: black;
  background-color: black;
}


body {
  color: #5a5a5a;
  background-color: black;
  /* overflow: hidden; */
}


/* CUSTOMIZE THE CAROUSEL
PPNET Custom
-------------------------------------------------- */

.exhibitionlist {
  /* CSS STYLE FOR EXHIBITION LIST CONTAINER */
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 3em;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: fit-content;
  top: 14px;
}

.exhibitionlistitem {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  overflow: hidden;
  max-height: 70vh;
  max-width: 500px;
  }
  
  .exhibitionPreview {
  flex: 1 1 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 300px;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  }
  
  .exhibitionPreview:hover {
    border: 1pt SOLID #ffffff;
  }
  
  .exhibitonLink {
  width: 90%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  }


.navFooter {
  position: fixed;
  bottom: 0px;
  background-color: #000000;
  width: 100vw;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  flex-flow: row;
}

.footerText {
  font-size: x-small;
  text-align: center;
  color: #cccccc;
  flex: 1 1 auto;
}

.darklink:link, .darklink:visited {
  color: whitesmoke;
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  background-color: rgba(0,0,0,.5);
}

.darklink:hover, .darklink:active {
  color: #ffc700;
  font-family: korolev-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  background-color:  rgba(0,0,0,.5);
}

h1, h2, h3, h4, h5, h6 {
  font-family: korolev, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.carousel-item { background-color: #000;}
.carousel-item img { height: 100%; object-fit: cover; object-position: center;}




/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
  text-align: center;
}

/* Declare heights because of positioning of img element */
.carousel-inner,.carousel-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%; 
  object-fit: cover; 
  object-position: center;
  
}


/*  PPNET CUSTOM CSS
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
}

.nav-item {
  text-align: right;
  padding-right: 14px;
}
 
/* Portrait mode */
@media only screen and (max-width: 710px), only screen and (max-device-width: 710px) {
  
   
  .carousel-item {
    background-size: contain;
  }
  
  .carousel-indicators {
    bottom: 0em;
  }
  
  .carousel-caption {
    bottom: 1em;
  }
  
 
  
.caltypetitle {
   font-size: large;
   text-indent: 10px;
  }
}

/* Landscape mode */
@media only screen and (min-width: 711px), only screen and (min-device-width: 711px) {
   
   .carousel-item {
    background-size: cover;
  }
  
  .caltypetitle {
     font-size: xx-large;
      text-indent: 4px;
    }
}


  

/* 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;
  }
}
