body {font-family: 'Garamond', serif; background-color: #ffffff;}

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

 .list a {border-bottom: 1.5px solid #000 !important;}
 
 
   #homepage {  
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: center;
       padding-right: 7vw;
       padding-left: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;
   }
   
        #homepage img  {
  width: 100%;
                 bottom: 7vw;
                 right: 7vw;
       image-rendering: auto !important;
 }


    
   #project {  
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: justify;
       padding-right: 7vw;
       padding-left: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;
   }
   

   
#project img {
top: 7vw;
bottom: 7vw;
right: 7vw;
  position: fixed;
  width: 23%;
  z-index: -1;
 }
   
  
   #exhibit {   
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: left;
       padding-right: 7vw;
       padding-left: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;

   }

        #exhibit img  {
  width: 100%;
       image-rendering: auto !important;
             padding-top: 7vw;
             right: 7vw;

      }
       #exhibit a {border-bottom: 1.5px solid #000 !important;}
       
       
       
   #about {   
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: left;
padding-right: 7vw;
       padding-left: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;
   }
   #about a {border-bottom: 1.5px solid #000 !important;}
   #about img { 
       padding-top: 7vw;
       image-rendering: auto !important;
             }
    
   #junkproject {  
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: justify;
       padding-right: 7vw;
       padding-left: 7vw;
              padding-top: 7vw;
       padding-bottom: 7vw;
   }
   
   #junkproject img {
top: 7vw;
bottom: 7vw;
right: 7vw;
  position: fixed;
  width: 30%;
  z-index: -1;
 }
            
        
   #junkexhibit {   
       width: 55%;
       font-family: 'Conv_galirdn';
font-size: 18px;
-webkit-text-stroke: .5px #000;
text-align: left;
       padding-right: 7vw;
       padding-left: 7vw;
       padding-top: 7vw;
       padding-bottom: 7vw;

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

@media screen and (max-width: 600px) {
  #about {
    font-size: 18px;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 600px) {
  #cv {
    font-size: 18px;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 600px) {
  #exhibit {
    font-size: 18px;
    padding-top: 7vw;
  }
}
@media screen and (max-width: 600px) {
  #project {
    font-size: 18px;
    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%;
}
