/* stylesheet for netherton and findingthepast */

body
{
    margin: 10px;
    background-color: #F0F5F5;

    font-size: 1.2rem; 
    font-family: Arial, sans-serif;
} 

.crumb,
.button 
{
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px;   

      text-decoration: none;
      color: White;
      background: rgb(189, 204, 204);  
      border-radius: 10px;  

      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 1.0em;
      padding-left: 1.0em; 

      font-size: 1.6em;
}

.button
{
    width: 8em;
    font-size: 1.2em;
}

.title
{
      font-weight: bold;
      display: inline-block;
      margin-bottom: 10px;

      font-size: 1.6em;
}

.link
{
      float: right;
      margin-bottom: 10px;

      text-decoration: none;
      color: White;
      background: rgb(189, 204, 204);  
      border-radius: 10px; 
      margin: 0;  

      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 1.0em;
      padding-left: 1.0em; 

      font-size: 1.6em;
}

.crumb:hover,
.link:hover,
.button:hover    
{
      background: rgb(209, 224, 224);
}

@media screen and (max-width: 1200px)
{
      .crumb,
      .title, 
      .link
      {
         display: block;
         float: none;
         margin-right: 0; 
      }

      .crumb, 
      .link
      {
         font-size: 1.0em;
      }

      .link
      {
          margin-bottom: 10px;
      }
}

a.artefact_box,
a.big_artefact_box 
{
    display: inline-block;
    position: relative;         /* so that I can position icons absolute to this anchor */
    vertical-align: top;
    width: 220px;  
    height: auto;

    margin-top: 0px;   
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 0px;
    border: 5px;
    border-style: solid;

    background-color: #BDCCCC;   /* same as body */
    border-color: #BDCCCC;       /* same as body */
    text-decoration: none; 
}

a.artefact_box:hover,
a.big_artefact_box:hover 
{
    background-color: #D1E0E0;  /* link with focus */
    border-color: #D1E0E0;      /* link with focus */ 
    cursor: pointer;
    text-decoration: none;
}
 
a figure
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}


img.artefact 
{
    width: 100%;
    margin: 0px; 
    padding: 0px;  
    border: 0px; 
    display: block;
}  

figcaption
{
    display: block;
    width: 200px;
    height: auto;

    font-size: 1rem; 
    font-family: arial;
    font-weight: normal;
    color: White;

    padding: 0.1rem; 
    margin: 0px; 
 
    text-decoration: none;
}

figcaption:hover
{
    text-decoration: none;
}

.overlay
{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .75;
}

.lightbox
{
    display: block;
    position: fixed;
    top: 0px;
    z-index: 2;
} 

a.artefact_box span
{
    position: absolute;
    display:none;			/* so does not appear by default */
    background-image:url(eye.png); 
    background-repeat:no-repeat;
    top: 10px;
    left: 10px;
    height: 64px;
    width: 64px; 
}

a.big_artefact_box span
{
    position: absolute;
    display:none;			/* so does not appear by default */
    background-image:url(zoomin.png); 
    background-repeat:no-repeat;
    top: 10px;
    left: 10px;
    height: 64px;
    width: 64px; 
}