/* Custom CSS */

/* Alert banner above navbar so it doesn't change the default alerts */
.alert.alert-banner {
  margin-bottom: 0;
  border-radius: 0;
  /*position: fixed;
  top: 0;*/
  z-index: 99999;
}

/* Add top padding to carousel so it's not hidden by fixed-top navbar */
.carousel {
  position:relative;
  top:30px;
  width:100%;
  /*z-index:10;*/
  max-width:100%;  
}

/*.navbar {
  position:fixed;
  top:0;
  width:100%;
  z-index:10;
  max-width:100%;
}*/

/* Limit carousel image height on screen widths under 600px
@media (max-width: 600px) {
    .carousel-item>img {
        max-height: 300px;
    }
}*/
