body {
  margin: 0;
  font-size: 14px;
}

html * {
  font-family: "Helvetica", "Arial", Sans-Serif;
  ;
}

header {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0px;
}

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

a:hover {
  background: grey;
  color: white;
}

ul {
  list-style: none;
  margin-top: 5px;
  padding-left: 10px;
  margin-bottom: 0px;
}

li:before {
  content: "-";
  margin-right: 5px;
}

#name {
  margin-left: 7px;
}

#container {
  display: flex;
  flex-direction: row;
}

#menu {
  display: flex;
  flex-direction: column;
  width: 25%;
  position: sticky;
  height: 100%;
}

#content {
  display: flex;
  flex-direction: column;
  margin: 50px;
  width: 100%;
  height: 100%;
  align-items: center;
}

.menu-button {
  color: black;
  background: white;
  border: solid;
  border-width: 0px;
  text-align: left;
}

.menu-button:hover {
  background: grey;
  color: white;
  cursor: pointer;
}

.about-button {
  margin-top: 15px;
}

#about-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about-entry {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#about-photo-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#photo-left-symbol {
  margin-top: 0px;
}

#about-photo {
  border-style: dashed;
  border-width: 1px;
  max-width: 200px;
}

#about-books-container {
  width: 100%;
}

.about-title {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.about-book {}

.project-button {
  margin-bottom: 2px;
}

.sub-project-button {
  margin-left: 20px;
}

.selected-menu-button, .selected-menu-button:hover {
  background: black;
  color: white;
  cursor: auto;
}

.project-description-image {
  margin-top: 30px;
  max-width: 150px;
  max-height: 150px;
}

.projet-description-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
}

.projet-decription-section-item {
  font-weight: bold;
  margin-left: 10px;
}

.projet-decription-section-item-text {
  margin-left: 30px;
}

.content-title {
  margin-left, margin-right: 10px;
  margin-top: 40px;
  text-align: center;
}

.sub-project-description-text {
  color: black;
  width: 70%;
}

.artwork-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 763px;
  margin-bottom: 20px;
}

.artwork-container-picture-portrait {
  width: 45%;
}

.artwork-container-picture-landscape {
  width: 100%;
}

.artwork-container-video {
  width: 100%;
}

.artwork-container-video-small {
  width: 45%;
}

.artwork-video-iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 15px;
}

.artwork-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artwork-picture {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.artwork-title {
  align-self: flex-end;
  text-align: right;
  margin: 0px;
}

.artwork-technique {
  align-self: flex-end;
  text-align: right;
  margin: 0px;
  font-size: 12px;
}

.artwork-size {
  align-self: flex-end;
  text-align: right;
  margin: 0px;
  font-size: 12px;
}

.language-button {
  color: black;
  background: white;
  border: solid;
  border-width: 0px;
  text-align: center;
  cursor: pointer;
}

.language-button:hover {
  color: white;
  background: grey;
}

.language-button-selected, .language-button-selected:hover {
  color: white;
  background: black;
  cursor: auto;
}

@media (max-width: 767.98px) {
  #container {
    display: flex;
    flex-direction: column;
  }

  #menu {
    width: 100%;
    position: relative;
    border-bottom: solid;
    padding-bottom: 30px;
  }

  #name {
    margin-top: 0px;
  }

  button {
    height: 25px;
  }

  header {
    position: relative;
    margin-right: 15px;
  }

  #content {
    width: 100%;
    margin: 0px;
    margin-top: 30px;
  }

  .about-section-title {
    margin-left, margin-right: 10px;
    margin-top: 40px;
    text-align: center;
  }

  .artwork-description {
    margin-right: 10px;
  }

  .artwork-container-picture-portrait {
    width: 100%;
  }

  .artwork-container-picture-landscape {
    width: 100%;
  }

  .artwork-container-video {
    width: 90%;
  }

  .artwork-container-video-small {
    width: 100%;
  }

  .sub-project-description-text {
    width: 90%;
  }

  .projet-description-section {
    flex-direction: column;
  }

  .projet-decription-section-item {
    margin-left: 5px;
  }

  .projet-decription-section-item-text {
    margin-left: 10px;
  }
}
