/* close button */

.close {
    color: #000;
    line-height: 0.5;
    opacity: 0.8 !important;
    font-size: 40px !important;
    text-shadow: none !important;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .detail-modal {
    display: none;
	justify-content:center;
    align-items: center;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 4em;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    padding: 40px;
  }
  

