
*{
  padding: 0;
  margin: 0;
}

mark {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

img {
  position: absolute; max-width: 20%;
}

  /*img hover --------------------------------*/

  .hover-title {
      display: inline;
      pointer-events: auto;
      cursor: pointer;
  }

  .hover-image {
      visibility: hidden;
  }

  body:not(.mobile) .hover-title:hover + .hover-image {
      visibility: visible;
      pointer-events: none;
  }

  .hover-image {
      display: flex;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      pointer-events: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;

  /* Change width and height to scale images --------------------------------*/
      width: 90vw;
      height: 90vh;
  }

  .hover-image img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: auto !important;
      height: auto !important;
      margin-bottom: 0;
      box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}

  /* Metadata paragraph --------------------------------*/

  .para {
    font-size:13px;
    width:400%;
    margin: 0;
    font-family: "Courier New";
    line-height:1em;
    }

  /* NAV --------------------------------*/

.nav {
  float: left;
}

h2 a {
  background-color: yellow;
  color: black;
  text-decoration: none;
  font-weight: 100;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: Arial, sans-serif;
  font-size: 28px;
    margin: 12px;
}

/*about section paragraph --------------------------------*/

    .about {
      display: inline-block;
      padding-left:20%;
      padding-right: 20%;
      padding-bottom: 1%;
      padding-top: 5%;
      font-family: 'Arial Narrow', sans-serif;
      font-size: 30px;
      text-align: justify;
    }

/*metadata links done --------------------------------*/

  a.lien:link{color: black; text-decoration:none; }
  a.lien:visited {color: black;text-decoration:none;}
  a.lien:hover {color: black; text-decoration: underline; }
  a.lien:active {color: green; text-decoration:none;}
