@font-face {
  font-family: "Plex-Serif-Regular";
  src: url("/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf") format("truetype");
 }

 @font-face {
  font-family: "Plex-Serif-Medium";
  src: url("/IBM_Plex_Sans/IBMPlexSerif-Medium.ttf") format("truetype");
 }
 
body {
  background: #f6eaea;
  font-family: "Plex-Serif-Regular", serif;
  font-size: 1em;
  line-height: 140%;
  color: #000;
  width: 100vw;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}

a{
  text-decoration: none;
  color: #5fd0e9;
  font-size: 1em;
}

a:hover{
  text-decoration: underline;
}

a:visited{
  text-decoration: none;
  color: #CC99FF;
  font-size: 1em;
}

nav {
  font-family: "Plex-Serif-Medium",serif;
  letter-spacing: 0.02em;
  width: 100vw;
  height: 80px;
  position: fixed;
  background: linear-gradient(#fff000, #ffffff00 100%);
  z-index: 100;
  font-size: 1.4em;
}



.menu {
  border-bottom: solid #ffb121;
  border-bottom-width: 0.09em;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 1em;
  margin-right: 1em;

}

nav ul li {
  display: inline;
  padding-right: 10px;

 
}

.section-list{
  display: none;
}

main {
  display: inline-block;
  padding-top: 2em;
  padding-left:4em;
  padding-right:4em;
}

.overview-project {
  width: 350px;
  height: 300px;
  padding-left: 0;
  position: relative;
  float: left;
}

.overview-project .thumbnail{
  display: flex;
  flex-wrap: wrap;
}

article {
  padding-top: 6em;
}

h1{
  font-family: "Plex-Serif-Medium",serif;
  letter-spacing: 0.02em;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  color: #CC99FF;
}

h1 .titleSingle{
  color: #ffb121;
}

h2{
  font-family: "Plex-Serif-Medium",serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 0;
  padding-top: 1em;
}

article time{
  font-size: 0.9em;
}

article .metadata {
  max-width: 800px;
  font-size: 0.8em;
  padding-top: 0 em;
  padding-bottom: 2.6em;
  padding-left: 0.2em;

}

article .text {
  max-width: 800px;
  padding-top: 0.35em;
}

article .expose {
    max-width: 800px;
}

article .image {
  margin-inline: 0em;
}

article .imageCaption {
  max-width: 800px;
  color: #00ff00;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  text-align: right;
}

article figure {
  margin: 0;
  padding-bottom: 0.35em;
}

article .line{
  border-bottom: solid #00ff00;
  border-bottom-width: 0.1em;
  margin-top: 2em;
}
article .circle{
  background-color:  #ff9821;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 2em;
  position:relative;
  left: 50%;
}

figure img {
  max-width: 100%;
}

.image {
  margin-inline: 0.5em;
}

.content-wrapper {
  margin-top: 5em;
}

.content-wrapper .text{
  max-width: 800px;
}


.content-wrapper figure figcaption {
  margin-top: -0.2em;
  margin-bottom: 0.2;
  padding-right: 1.5em;
  padding-left: 0.2em;
  padding-bottom: 0.5em;
  text-align: left;
  font-size: 1em;
  border-bottom: solid #00ff00;
  border-bottom-width: 0.1em;
}


.expose div {
  margin-bottom: 0.5em;
}

.expose .image {
  margin-left: 0;
}

.copyleft {
  display:inline-block;
  transform: rotate(180deg);
}

.metadata {
  max-width: 800px;
  padding-bottom: 0.6em;
}

.metadata .line{
  border-bottom: solid #00ff00;
  border-bottom-width: 0.1em;
  margin-top: 2em;
}

#cvtoggle{
  font-size: 1.4em;
}

#myCV{
  display:none;
  max-width: 800px;
}



@media screen and (max-width: 840px) {

  body {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
  }

  header, main, footer{
    width: 95vw;
    margin-left: 2.5vw;
  }

  main {

    padding-left: 0;
  }

  nav {
    margin-bottom: 2em;
    font-size: 0.8em;
  }


  article .header {
    display: block;
  }

  article .metadata {
    padding-bottom: 1em;
  }

  article .expose, article .summary, .image img, .expose .video-player iframe{
    width: 100%;
  }

  .image img {
    width: 95vw;
  }
} 
