/* Slide show styles */

  .slideshow { 
    margin-left: 0px; 
    margin-right: 0px;
    padding: 0px;
  }

  .slide {
    display: flex; 
    flex-direction: column; 
    margin-left: 0px; 
    margin-right: 0px;
    padding: 0px;
    height: auto;
  }

  .slide-text {
    margin: 0px;
    top: 0px;
    flex: 1;
    color: white;
    /* background-color: rgba(0, 0, 0, 0.333); */
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    text-align: center;
    width: 100%;
    height: 20%;
  }

  .slide-photo {
    flex: 1;
    width: 100%;
  }






/* Temporary text styling */



