@font-face {
  font-family: 'gascogneregular';
  src: url('HelveticaRegular.woff')
}






body {
  font-family: 'gascogneregular';
  font-size: 14px;
  overflow-x: hidden;
    margin:3em;
    margin-bottom:10em;

    
}
  

a {
  color: black;
}

p {
  text-align: justify;
  text-justify: inter-word;
  
}

.exhibition_title {
 font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1em;
}

.exhibition_text {
 font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1em;

}

.exhibition_link {
 font-size: .75em;
  line-height: 1.6em;
  margin-bottom: 1em;
 font-weight: bold;
  position: sticky;
  top: 0;
  
}



/* Hide scrollbar for Chrome, Safari and Opera */
.p:-webkit-scrollbar {
    display: none;
}

ul {
  list-style-type: none;
}

#initial { 
  position: absolute;
  height: 100px;
  top: 1em;
  right:1em;
  margin-bottom: 1em;
}

#title1 { 
  position: absolute;
  top:2rem;;
  left:3.5em;
  margin:0;
  font-size:14px;
}

#email {
  position: absolute;
  top:0;
  right:0;
  margin:1rem;
  font-size:0.90em;
}

#artworks > .artwork {
  top:1em;
}

#projects > .project {
  top:5rem;
  margin-left: .5em;
  margin-bottom: .5em;
  position:absolute;
  overflow-x:hidden;
  
}


.artwork .title {
  cursor: pointer;
    overflow-x:hidden;

}

.artwork .body-container {
  height: 0px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  margin-right:40px;
  
}

/* Hide scrollbar for Chrome, Safari and Opera */
.p :-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.artwork .body-container:-webkit-scrollbar {
    display: none;
}
.artwork .body-container.visible {
        height:auto;

  width: 100%;
  margin: 1em 30em 0 0;
    overflow: hidden;

}

.artwork .body {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.artwork .body > div {
  height: 50%;
  flex: 1;
}

.artwork .body > div:last-child {
  margin-right: 0;
}

.artwork .body .description {
  display: block;
  max-width: 100%;
  margin-bottom: 2em;
  overflow: auto;
  position:absolute;
  left:0;
  right:0;
}


.artwork .body .description span {
  display: block;
  width: 100%;
  padding-right: 1em;
  margin-bottom: -5em;
  padding-bottom: 5em;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.artwork .body .description::-webkit-scrollbar {
    display: none;
}



.artwork .body .description p {
  font-size: .75em;
  line-height: 1.6em;
  margin-bottom: 1em;
        height:auto;

}


.project .title {
  cursor: pointer;
margin-bottom: 1em;

}

.project .body-container {
  height: 0px;
  margin: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3px;

  
  
}

/* Hide scrollbar for Chrome, Safari and Opera */
.project .body-container:-webkit-scrollbar {
    display: none;
}
.project .body-container.visible {
  height: 100%;
  width: 100%;
  margin: 1em 0 2em 0;
}

.project .body {
  width: 100%;
  display: flex;
  flex-direction: column;
    line-height: 1.6em;
    margin-bottom: 1em;


  
}

.project .body > div {
  height: 50%;
  flex: 1;
}

.project .body > div:last-child {
  margin-right: 0;
}

.project .body .description {
  position: relative;
  height: 100px;
  max-width: 100%;
  margin-bottom: 2em;
  overflow: auto;
  overflow-y: hidden;
}


.project .body .description span {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 1em;
  margin-bottom: -5em;
  padding-bottom: 5em;
  overflow-y: hidden;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.project .body .description::-webkit-scrollbar {
    display: none;
    overflow-y: hidden;
}

.project .body .description::after {
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  height: 2em;
  max-width: 640px;
  overflow-y: hidden;

}

.project .body .description p {
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1em;
  max-width: 690px;
}


.artwork .scroll-container {
  width: 100vw;
  max-height:600px;
  min-width:100%;
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  margin-left: -10px;
  margin-right: 40px;
}

.artwork .scroll-container img {
  padding: 10px;
}

.artwork .scroll-container::-webkit-scrollbar {
  display: none;
}





  .artwork .body .description {
height:auto;
margin-bottom: 0;
    max-width: 640px;
    padding-right: 1em;
    overflow-y: hidden;
  }

  .artwork .body > div {
    height: 600px;
    margin-right: 2em;
  }

  .artwork .body {
    flex-direction: row;
    flex-direction: column;
    overflow-y: hidden;
  }

  .artwork .body .description::after {
    display: none;
    overflow-y: hidden;
  }
  
  .project_image {
      max-height:375px;

  }
  
  
  @media screen and (max-width: 480px) {
  body {
    margin: .5em;
    margin-top: 6.5em;
    font-size: 16px;
    background-color: fff;
    max-width: 98%;
    max-height:120vh;
    overflow-x:hidden;
     overflow-y:hidden;

  }
  

#title1 { 
  display: absolute;
  align-items: center;
  font-size:18px;
  left:1em;
  top: 3em;
  font-size: 22px;

}


   #projects  {
       position:relative;
  margin-top:3em;
  height: 100vh;
  overflow-x: hidden;
   display: inline-block; 
   width:100%;
   }
  #projects > .project {
  top:5rem;
  margin-left: 0em;
  margin-bottom: 0em;
  position:absolute;
  overflow-x:hidden;
  
   }
  .project .title {
position:relative;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: .32em;
padding-top:45px;
padding-bottom:0px;
 height:70px;
 width: 92vw;/* width | style | color */
            /* adds space inside the box */
  display: inline-block; 
   border: 2px solid black;
  text-align:center;/* makes the box fit the text width */
   overflow-x: hidden;

  }

  
    .project .body .description {
      width:auto;
      max-width:90vw;
 height:auto;
 margin:.3em;
  font-size: 1.3em;
  line-height: .5em;
  border: 4px solid white;
  position:center;
  margin-top: -1em;
}

    .artwork .body .description {
  font-size: 1.2em;
  line-height: .5em;
  margin-top: .5em;

}



.artwork .scroll-container {
  width: 100vw;
  max-height:400px;
  min-width:100%;
  margin-left:.25em;
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  justify-content: flex-start;
    height:auto;
    margin-top: 0em;
    margin-right:5em;

}

.artwork .scroll-container img {
  padding: 5px;
  max-height:275px;
}

.artwork .scroll-container::-webkit-scrollbar {
  display: none;
  height:auto;
}
  
.artwork .description {
    font-size:1em;
  height: auto;
  max-width: 100%;
  overflow-y: hidden;
display: block;   
  position:relative;
}



.artwork .body-container.visible {
  max-height: auto;
  width: 100%;
  margin: 0em 0 0em 0em;
    overflow: hidden;
      height:auto;


}

.artwork .title {
    margin-bottom: .4em;
}

#initial { 
    
  position: fixed;
  top:1em;
  margin: 1em;
  right:.08em;
  height:85px;
  width:85px;
}

.project .body .description p {
  font-size: .73em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

}

