#app {
    border-radius: 30px;
    box-shadow: 3px 3px rgb(81, 103, 57), -1em 0 .4em rgb(232, 241, 217);
    padding: 1em;
    margin: 1em;
    background-color:#E4E4E4;
    color:#000;
}

#app img,
picture,
video {
    height: auto;
    border-radius: 25% 10%;
    box-shadow: 5px -5px rgb(103,72,70);
}

details {
    border: 1px none #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    font-weight: lighter;    
  }
  
  summary {
    font-weight: normal;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
  }
  
  details[open] {
    padding: 0.5em;
  }
  
  details[open] summary {
    border-bottom: 1px none #aaa;
    margin-bottom: 0.5em;
  }

  article {
    border: 1px dashed #516739;
    padding: 1em;
    margin: 1em;
  }
  
  .header-menu,
  footer {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header-menu {
    justify-content: flex-end;
    height: 60px;   
    font-family: 'lowtechregular', sans-serif; 
  }

  nav {
    border-bottom: 1px solid black;
  }
  
  .crumbs ol {
    list-style-type: none;
    padding-left: 0;
  }
  
  .crumb {
    display: inline-block;
    padding-top: 1em;
  }
  
  .crumb a::after {
    display: inline-block;
    color: #000;
    content: '>';
    font-size: 80%;
    font-weight: bold;
    padding: 0 3px;
  }

  footer {
    padding: 0 10px;    
  }

  .date {
    text-transform: capitalize;
    font-size: small;
  }

  a {
    color: #636363;
  }

  .button {
    background-color: #516739;
    border: 0.1rem solid #83A05A;
    font-family: 'lowtechregular', sans-serif;    
  }

  @font-face {
    font-family: 'lowtechregular';
    src: url('/font/lowtechoblique-webfont.woff2') format('woff2'),
         url('/font/lowtechoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2
 {
    color: #516739;
    font-family: 'lowtechregular', sans-serif;
}