div.accordion-item{
    width: 100%;
    border: 1.5px solid #000;
    margin-left: auto;
    margin-right: auto;
}

h1{
    text-shadow: 2px 4px 6px rgb(0, 0, 0, 0.25);
    text-align: center;
    margin-bottom: 2vh;
}

h2{
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.15);
    text-align: center;
    margin-bottom: 2vh;
}

.enlarge{
    margin-top: 2.5%;
    color: red;
    font-size: small;
    text-align: right;
}

.dropdown{
    margin-top: 2.5%;
    color: red;
    font-size: small;
    text-align: right;
}

embed{
    pointer-events: none;
}
/*Placement Images*/
.myImg {
    border-radius: 1.5vh;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  }
  
  .myImg:hover {
    opacity: 0.7;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); 
    transform: translateY(-5px); 
  }
  
  /* The Modal (background) */
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.5); 
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #e6e6e6;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  ul{
    font-size: large;
    margin-left: 5%;
  }

  li{
    font-size: large;
    margin-left: 5%;
  }