

/* The Modal (background) */
#imageModal {
    display: none;
    z-index: 1;
    padding-top: 4rem;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;

  }

  #logoModal {
    display: none;
    z-index: 1;
    padding-top: 4rem;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;

  }

  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #000000;
    margin: auto;
    padding: 0;
  }

  .prev img, .next img {
    height: 45px;
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 20;
  }

  .close:hover,
  .close:focus {
    text-decoration: none;
    cursor: pointer;
  }

  /* Hide the slides by default */
  .imageSlides {
    display: none;
    text-align: center;
  }

  .logoSlides {
    display: none;
    text-align: center;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50%;
    color: #555555;
    font-weight: lighter;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    font-size: 2em;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    color: #ff780c;
    opacity: 0.7;
    transition: 0.6s ease;
  }

  /* Caption text */
  .caption-container {
    text-align: left;
    padding: 2px 49px;
    color: #c2c2c2;
  }

  #caption {
    background-color: #111111;
    padding: 5px 0 5px 10px;
  }

  .active,
  .slide:hover {
    opacity: 1;
  }

  img.hover-shadow {
    transition: 0.3s;
    cursor: pointer;
  }

  img.hover-shadow:hover {
    opacity: 0.7;
  }
