body {font-family: "Courier New", Courier, monospace; background-color: #ffffff;}

 img {border: none }
 a {border-bottom: 1.5px solid #000;
     cursor: pointer;
 }
 
 a:hover {
 cursor:pointer;
}

 .list a {border-bottom: 1.5px solid #000}
 
 #junkproject {  
       width: 45%;
       font-family: "Courier New", Courier, monospace;
font-size: 13px;
-webkit-text-stroke: .5px #000 ;
text-align: justify;
padding: 7vw;
   }
   
   #junkproject img {
top: 7vw;
bottom: 7vw;
right: 7vw;
  width: 30%;
  z-index: -1;
 }
            
        
   #junkexhibit {   
       width: 40vw;
       font-family: "Courier New", Courier, monospace;
font-size: 13px;
-webkit-text-stroke: .5px #000;
text-align: left;
       padding-right: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;

   }
   
   #junkexhibit img  {
  width: 40vw;
       image-rendering: auto ;
             right: 7vw;
             border: 1.5px solid #000;
      }
       #junkexhibit a {border-bottom: 1.5px solid #000 !important;}
       
       
       

@media screen and (max-width: 600px) {
  #junkexhibit {
    font-size: 10px;
    padding-top: 7vw;
  }
}

#carousel {
    width: auto;
    overflow: auto;
    white-space:nowrap;
}

#carousel .slide {
    display: inline-block;
}

#drop2 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
#drop2 iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
