
html body {
  margin: 0;
  padding: 0;
  font-family: 'Augure-Light';
  font-variant-alternates: styleset(ident2);
  background-color: ghostwhite;
  color: black;
  font-size: calc(1em + 1.05vh);
  overflow-x: hidden;
  
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: white;
    
}

.link{
    font-family: 'Augure-Medium';
}

/* >>>>>>>>>>> NAVIGATION <<<<<<<<<<<<<*/

nav {
  position: relative;
  font-family: 'Cipher_K';
}


.nav-item-left {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 20;
}

.nav-item-right {
  position: fixed;
  bottom: 20px;
  right: 35px;
  z-index: 20;
}

.nav-item-bottom {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 20;
}

nav a {
  text-decoration: none;
  color: black;
  font-size: 3em;

}

nav a:hover {
  color: black;
letter-spacing: 1rem;
}

/* >>>>>>>>>>> INDEX MENU <<<<<<<<<<<<<*/
.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

.column {
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 33, 33vw;
  height: 90vh;
  
}

img {
  width: 100%;
    margin-top: 15px;
}

.column:hover {
  background-color: ghostwhite;
}

.shuffle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  font-weight: bold;
  font-size: 2em;
  opacity: 0.0;
  /*transition-timing-function: ease;*/
}

.column:hover .shuffle {
  display: block;
  transition: opacity 200ms;
  opacity: 1.0;
}

.shuffle:hover {
  display: block;
  color: darkviolet;
}

.column img {
  width: 100%;
  height: 100%;
  padding-top: 5%;
  filter: grayscale(100%);
  object-fit: cover;
}

.column:hover img {
  filter: none;
}

/* >>>>>>>>>>> PROJECTS MENU : written by Lucile <<<<<<<<<<<<<*/
#menu img {
  display: block;
  /*min-width: 60vw;*/
}

#bg {
  display: grid;
  margin-right: 0%;
  padding: 2%;
  column-gap: 1%;
}

#bg img {
  display: block;
  /*width: 100%;*/
}


#nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  display: block;
  transition: 0.5s width cubic-bezier(0.75, .5, 0, .98);
  background-color: ghostwhite;
  overflow-x: hidden;
  z-index: 10; 
}

#nav.active {
  width: 20%;
  cursor: pointer;
}

#nav.big {
  width: 100%;
}

#nav2.big img {
  width: 100%;
}

#nav.follow {
  width: 0%;
}

#nav2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  display: block;
  transition: 0.5s width cubic-bezier(0.75, .5, 0, .98);
  background-color: ghostwhite;
  overflow-x: hidden;
  z-index: 2;
}

#nav2.active {
  width: 40%;
  cursor: pointer;
}

#nav2.big {
  width: 100%;
}

#nav2.big img {
  width: 100%;
}

#nav2.follow {
  width: 85%;
}

#bg {
  font-family: 'Augure-Light';
  
}

#bg p {
  font-size: 1em;
}

#left {
  margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
  width: 120vh;
  padding: 100px 0px;

}


#menu p {
  font-size: 0.5em;
}

#nav {
  background-color: black;
  color: ghostwhite;
}

.title{
  padding-top: 10px;
  font-size: 1em;
 }

 .title2{
  padding-top: 30px;
  font-size: 1em;
 }
 

#nav2 {
  font-family: 'Augure-Light';
  font-size: 1em;
  background-color: black;
}

#nav h3 {
  padding-top: 130px;
  margin-bottom: 20px;
  margin-left: 15px;
  font-weight: 200;
}

#nav2 h3 {
  padding-top: 130px;
  margin-bottom: 20px;
  margin-left: 15px;
  color: black;
  

}

/* >>>>>>>>>>> NAV PROCESS LAYOUT <<<<<<<<<<<<<*/

#grid-image-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  /*margin-bottom: 5px;*/
}

#grid-image-3 img {
  width: 100%;
}

#process-imgs {
  min-width: 60vw;
  padding: 15px;
  background-color: black;
}

#legend-imgs {
  font-size: 1em;
}

#process-imgs img {
  margin-bottom: 15px;
}

#obj-imgs {
  min-width: 60vw;
  padding: 15px;
  background-color: ghostwhite;
}

#obj-imgs img {
  margin-bottom: 15px;
}

#container-pres {
  display: grid;
  /*grid-template-columns: 14fr 1fr;*/
}

#section-text {
  margin-top: 130px;
  margin-left: 12%;
  margin-bottom: 200px;
  margin-right: 12%;
}

#section-text2 {
  margin-top: 150px;
  margin-left: 12%;
  margin-bottom: 200px;
  margin-right: 16%;
}

#italic {
  font-family: 'Augure-Light';
  color:black;
}

ol {
  text-decoration: none;
}

li {
  font-family: 'Augure-Light';
  list-style: none;
}

/* >>>>>>>>>>> Accordion List <<<<<<<<<<<<<*/
.accordion {
  font-family: 'Augure-Light';
  /*width: 1100px;*/
  /*background-color:;*/
  padding-top: 45px;
}

.accordion .item {
  position: relative;
  margin: 10px 0px;
}

.accordion .label {
  position: relative;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 8fr 8fr;
  color: black;
  cursor: pointer;
}

 a:hover .label{
  color: white;
}
.accordion hr {
  width: 100%;
  margin-left: 0;
  border: 2px solid black;
}


/* >>>>>>>>>>> scrollbar CSS <<<<<<<<<<<<<*/


::-webkit-scrollbar {
  width: 1vh;
  height: 1vh;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: ghostwhite;
  border: 0px none black;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: white;
}
::-webkit-scrollbar-thumb:active {
  background: ghostwhite;
}
::-webkit-scrollbar-track {
  background: black;
  border: 0px none black;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: black;
}
::-webkit-scrollbar-track:active {
  background: black;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/**************** works images ***************/


.work-gallery-content{
	display: inline-block;
	margin-right: 0px;
}

.work-gallery-content img{
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	display:block;

	margin-left: auto;
    margin-right: auto;
}

.work-gallery-content iframe{
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
}

.hori{
	min-width: 830px;
	max-width: 1500px;
}


.verti{
	min-width: 350px;
	max-width: 500px;
}



/* >>>>>>>>>>>>>>>>>>>>>> Mobile CSS <<<<<<<<<<<<<<<<<<<<<<<<<<*/
/* Portrait and Landscape */
@media only screen and (max-width: 900px) {

  nav a {
    font-size: calc(0.65em + 1.2vh);
    margin: 10px;
  }

  .mobile {
    display: none !important;
}

.nav-item-left {
  left: 7px;
}

.nav-item-bottom {
  left: 7px;
}

.nav-item-right {
  right: 7px;
}

.column img {
  height: 115%;
  padding-top: 0%;

}

  .container {
    display: block;
  }

  #container-pres {
    display: block;
    margin: 120px 10px 10px 10px;
  }

  #section-text {
    font-family: 'Augure-Light';
    font-size: 0.65em;
    margin: 10px;
    margin-bottom: 120px;
  }


  #section-text2 {
    font-size: 0.65em;
    margin: 10px;
    margin-bottom: 120px;
  }

  .accordion {
    width: auto;
  }

  .accordion .content {
    display: block;
    font-size: 0.65em;
    width: auto;
  }

  .accordion .label {
    grid-template-columns: 7fr 6fr;
  }

  

  .content img {
    visibility: hidden;
  }

  .container .label {
    font-size: 0.65em;
  }




  #bg {
    display: block;
  }

  #bg p {
    font-size: 0.65em;
  }

  
  #left {
    width: 70%;
    padding: 0;
    margin: 5px ;
    margin-top: 80px ;
  }

  #menu {
    display: block;
  }

  #nav {
    display: block;
    width: 10%;
  }

  #nav2 {
    display: block;
    width: 20%;
  }

  h3 {
    width: 100%;
  }


  #nav h3, #nav2 h3 {
    padding-top: 80px;

  }

}

.content a {

  color: darkviolet;
}






/*******work********/
.work-gallery, .work-gallery-content img {
width: 100%;
min-width: 300px;
max-width: 500px;
}








@font-face {
  font-family: 'Cipher_K';
  src: url('../font/Cipher_K-Regular.otf') format('opentype'),
    url('../font/Cipher_K-Regular.woff') format('truetype'),
    url('../font/Cipher_K-Regular.woff2') format('truetype');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'Augure-Medium';
  src: url('../font/Augure-Medium.otf') format('opentype'),
       url('../font/Augure-Medium.woff') format('woff'),
       url('../font/Augure-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Augure-Light';
  src: url('../font/Augure-Light.otf') format('opentype'),
       url('../font/Augure-Light.woff') format('woff'),
       url('../font/Augure-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Augure-LightSlanted';
  src: url('../font/Augure-LightSlanted.otf') format('opentype'),
       url('../font/Augure-LightSlanted.woff') format('woff'),
       url('../font/Augure-LightSlanted.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-feature-values "Augure-Light" {
  @styleset {
    ident2: 2;
  }
}




