
/* ecds/css: including:ecds_style */
html {
}

* {
  box-sizing: border-box;
}

/* general settings */


.nofloat {
clear: both;
  float: none;
 }


.lfloat { 
  float: left;
 }

.rfloat { 
  float: right;
 }

.fleft {
  /*  float: left; */
}

.fright {
  /*  float: right; */
}

.fcen {
 margin-right: auto;
 margin-left: auto;
}


/* ----------------- footer ------------------ */
/*
div.footer {
 position: fixed;
 clear: both;
 float: none;
 margin: 0;
 padding: 0;
 bottom:0;
 left: 2.5%;
 width: 95%;
 height: 5px;
 background-color: transparent;
 z-index: 255;
 font-size: 16px;
}



*/

div.footer { 
 position: fixed;
 clear: both;
 float: none;
 margin: 0;
 padding: 0;
 bottom:0;
 left: 2.5%;
 width: 95%;
 color: white;
 background-color: transparent;
 height: 6px;
 line-height: 60px;
}

div.footer:hover { 
 color: white;
 background-color: #e98020;
 border-style: solid;
 border-width: 1px;
 border-color: #a0a0a0;
 border-radius: 5px; 	
 height: 60px;
 z-index: 255;
 }


div.footer div.middle {
    position: relative;
    width: 100%;
   margin: 0;
   font-family: Verdana, Helvetica, Lucida, sans-serif;
   display: flex;
   align-content: center;
   justify-content: space-between;
   align-items: center;
}

div.footer div.middle div {
    vertical-align: middle;
    padding: 0 .5em 0 .25em;
}

div.footer div.middle div.ecds {
    width: 60px;
}

div.footer div.middle div.ecds img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

div.footer div.middle a {
   color: inherit;
}

div.footer div.middle div.skelactions {
}

div.footer div.middle div.skelactions a {
    margin: 0 .25em;
}
/* fine footer  */

  /* ------------------------- utility ------------------------------*/

div.spacer { 
  clear:both;
  float:none;
}

/* ecds/css: including:skel_style */
/* skel style:BEGIN  */

div.slideshow  div.canvas {
    width: 100%;
    margin: auto;
    position: relative;
}


div.slideshow  div.canvas div.imageslide {
  position: absolute;
  top: 0;
  left: 0;
}

/* slide nav handles */
div.slideshow  div.canvas div.slidehandle {
    position: absolute;
    height: 100%;
    width: 40%;
    z-index: 2;
    background: transparent; /* rgba(200,200,200,0.5); */
    top: 0;
    font-size: 25vmin;
    font-stretch: 10%;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
}


div.slideshow div.canvas div.slidehandle:hover {
    animation: opacityOn 3s normal forwards;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes opacityOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .25;
    }
    100% {
        opacity: 0;
    }
}



div.slideshow div.canvas .gonext {
    right: 0;
}

div.slideshow div.canvas div.slidehandle {
    padding-top: 15%;
}

div.slideshow div.canvas .gonext a {
    display: block;
 }

div.slideshow div.canvas .goprev a {
    display: block;
 }

div.slideshow div.canvas .goprev {
    padding-right: 20%;
}

div.slideshow div.canvas .gonext {
    padding-left: 20%;
}

div.slideshow div.accessories {
    position: relative;
    display: flex;
    width: 10%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background-color: transparent;
    flex-flow: row;
    margin-right: auto;
}

div.slideshow div.accessories span.accs {
    display: block;
    width: 4vmin;
    height: 4vmin;
    background: transparent;
 }

div.slideshow div.accessories span.counter {
}

 
div.slideshow div.accessories a {
    display: block;
    height: 100%;
    width: 100%;
 color: #aaa;
 text-decoration: none;
 font-size: 4vmin;
 padding: 0;
 margin: 0;
 vertical-align: middle;
 text-align: center;
   }

div.slideshow div.accessories a:hover {
 color: black;
 background: transparent;
 text-decoration: none;
}

div.slideshow div.accessories a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
     opacity: .3;
}

div.slideshow div.accessories a:hover img {
     opacity: 1;
}

/* slideindex */
 
div.slideindex  {
    position: static;
    width: 80%;
    float: none;
    clear: both;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-content: center;
}

div.slideindex div.slideindexitem {
    margin: 0 2px 0 0;
}

div.slideindex div.slideindexitem a:hover {
    display: block;
    background-color: black;
}

div.slideindex div.img {
    width: 80px;
    height: auto;
    padding: 3px 2px 1px 2px;
}
    
div.slideindex div.img img {
    object-fit: contain;
    height: auto;
    width: 100%;
}

/* grid style BEGIN */


div.grid {
   display: flex;
    flex-flow: wrap;
     justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin: auto;
}

div.grid div.gridnode {
}


div.grid div.gridnode img { 
   width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
 }

div.grid div.gridnode div.notext img {
    width: 100%;
    height: 100%;
   object-fit: contain;
    margin: auto;
 }

div.grid div.gridnode p {
    margin:0;
    padding: 0;
}

div.grid div.sitetitle div.unit p {
    font-style: italic;
}
/* grid style END */


/* skel style:END */


/* ecds/css: including:leafs_style */
span.settool {
    float:right;
    margin: 2vmax 2% 0 0;
    font-size: .8em;
}

/*
div.set {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

div.set div.setitem {
    margin: 0;
    padding: 0;
    width: 33.25%;
 }


div.set div.setitem div.img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 }

div.set div.setitem div.img a {
    display: block;
}

div.set div.setitem div.img img {
    width: 100%;
    margin: auto;
    object-fit: contain;
}

div.set div.setitem div.hor img {
}

div.set div.setitem div.ver img {
    max-height: 75%;
}

*/
/* Vertical strip */
div.vstrip {
    width: 100%;
    padding: 0 2.5vh 2.5vh 2.5vh;
    text-align: center;
}

div.vstrip img {
    display: block;
    float: none;
    clear: both;
    margin: auto;
    padding: 0;
    max-height: 100vh;
    width: 100vh;
    margin: auto;
    object-fit: contain;
}

/* horizontal strip */

div.hstrip {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    margin: auto;
    justify-content: space-between;
}

div.hstrip img {
    width: 80vmax;
    height: 80vmin;
    object-fit: contain;
    object-position: center center;
    margin: 2.5vh auto 5vh 7.5vmax;
    display: block;
}

div.hstrip div.text {
    min-width: calc(80vmax * 1.3);
    line-height: calc(100% * 1.6);
    padding-top: 15%;
}

div.hstrip div.text div.inner {
    width: 40em;
    margin: auto;
}

/* gallery */



div.gallery div.singimg {
 width: 100%;
  float: none;
  clear: both;
 margin: 5px;
  border-style: solid;
  border-width: 0 0 1px 0; 
  border-color: #cccccc;
  padding: 0 0 .5em 0;
 width: auto;
  font-size: 0.6em;
}

div.gallery div.singimg div.captions  {
        margin: 5% auto .5em auto;
        width: 60%;
    }
    
div.gallery div.singimg div.captions div.smalltext {
        margin: auto;
        margin-bottom: .5em;
    }
    
div.gallery div.singimg div.captions div.titleimg {
        margin-top: 0.5em;
        margin-bottom: 0.4em;
        font-size: 2.4em;
        font-weight: bold;
    }

div.gallery div.singimg div.captions div.authorimg {
        margin-top: 0.5em;
        margin-bottom: 0.4em;
        font-size: 2em;
        font-weight: bold;
    }
    
div.gallery div.singimg div.captions div.interact {
        margin-top: .5em;
        font-size: 2em;
    }
    
div.gallery div.singimg div.captions div.interact div.rateimg {
        float: left;
        width: 25%;
        vertical-align: middle;
        min-height: 1.4em;
    }
    
div.gallery div.singimg div.captions div.interact div.editimg {
        float: right;
        width: 25%;
        vertical-align: middle;
    }

/*   backgrounds */


div.parabg {
    text-indent: -9999px;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}


div.parahor {
    width: 75%;
    height: 80vh;
}

div.parahorw {
    width: calc(65vh * 1.5);
    height: 65vh;
}


div.paraver {
  }

div.parasq {
  }


/* parallax */

 /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed 
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
 */
article.parallax {
    position: relative;
    top: 2.5vmin;
    left: 0;
    width: 100%;
    height: 75vh;
    overflow: scroll;
    scrollbar-width: none; /* Firefox 64 */
    -ms-overflow-style: none; /* Internet Explorer 11 */
    background: transparent;
}

article.parallax::-webkit-scrollbar { /** WebKit */
    display: none;
}


article.parallax div.text {
    width: 100%;
    margin: auto;
    padding: 1.5% 20% 1.5% 20%;
}

article.parallax div.title {
    width: 100%;
    margin: auto;
    padding: 1.5% 20% 1.5% 20%;
     background:  #aaa;
}

article.parallax div.title h2 {
    width: 100%;
    margin: auto;
    color: black;
    font-size: 1.3em;
}

article.parallax div.title h3 {
    width: 100%;
    margin: auto;
    color: white;
    font-size: 1.2em;
}

article.parallax div.textcontent {
     width: calc(97.5vmin + 5vmax);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    padding: 1.5% 0 1.5% 0.5%;
}

article.parallax div.textcontent div.text {
    width: 100%;
    padding: 0;
    margin: 0;
}

article.parallax div.textcontent div.image {
    width: 100%;
    padding: 0;
    margin: 0;
}

article.parallax div.textcontV {
     width: calc(90vmin + 5vmax);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: auto;
    padding: 1.5% 0 1.5% 0.5%;
}

article.parallax div.textcontV div.text {
    width: 100%;
    padding: 0;
    margin: 0;
}

article.parallax div.textcontV div.image {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* page style */
/*
div.page {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

div.page div.item {
}

div.page div.item h3 {
    font-weight: normal;
    font-style: oblique;
    display: inline;
    color: black;
}

div.page div.item div.titles {
}

div.page div.item div.text {
}

div.page div.item div.textcontent {
}

div.page div.item div.doubletextcontent {
}

div.page div.item div.textcontent div.text {
}

div.page div.item div.textcontent div.image {
}

*/
/* end leafs style */

/* ecds/css: including:qp_fonts */
@font-face {
  font-family: "TELETYPE";
  src: url("/fonts/Quando-Regular.ttf") format("TrueType");
}

/* ecds/css: including:qp_style */
* {
  /* Calculation */
  --diff: calc(var(--max-size) - var(--min-size));
  --responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vmin - 420px) / (1920 - 420))); 
  /* backgrounds foregrounds */
  --bgopacity: 1;
  --bg: white;
  --bg-rgba: rgba(255,255,255, var(--bgopacity));
  --ltbgopacity: 1;
  --light-bg: #aaaaaa;
  --light-bg-rgba: rgba(170,170,170,var(--ltbgopacity));
  --dkbgopacity: 1;
  --dark-bg: #8888;
  --dark-bg-rgba: rgba(136,136,136,var(--dkbgopacity));
  --main-bg: var(--bg-rgba);
  --foreopacity: 1;
  --fore-rgba:  rgba(0,0,0,var(--foreopacity));
  --fore: black;
  /*  line-height: calc(1em + 0.6 * ((100vmax - 20em) / 60)); */
  padding: 0;
  margin: 0;
}

a {
    color: inherit;
}

html {
    font-family: Arial,Verdana,Lucida,Helvetica, sans-serif;
    --min-size: 10;
    --max-size: 18;
    font-size:  var(--responsive);
}

body {
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    width: 100%;
    height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eee;
    margin: 0;
    padding: 0;
    z-index: 11;
}

div.pageheader {
    width: 100%;
    position: fixed;
    top: 8vh;
    left: 0;
    height: 5vh;
    margin: 0;
    padding: 0;
    z-index: 11;
    background-color: white;
}

div.pageheader div.header {
    position: static;
    width: 85%;
    margin: 1vmin auto 0 7.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: solid;
    border-color: #bbb;
    border-width: 0 0 1px 0;
    padding-bottom: .5vmin;
}


header div.sitetitle {
       width: 100%;
       height: 100%;
      position: static;
      line-height: 100%;
      font-size: 3vmin;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-family: TELETYPE;
      margin: 0;
      margin-left: 5%;
}

header div.sitetitle a {
    text-decoration: none;
    color: black;
}

header div.sitetitle a:hover {
    text-decoration: underline;
 }

div.fixed {
        float: left;
        clear: left;
        margin: 0;
        margin-right: 0;
        top: 8vh;
        left: 0;
        position: fixed;
        height: 100%;
        width: 250px;
        padding: 5px;
         visibility: hidden;
        background-color: #eee;
        z-index: 253;
    }

/* main is the container for patitioning the right side of the page */

main {
    float: none;
    clear: both;
    padding: 0 1%;
    margin: 0;
    margin-top: 9vh;
    width: 100%;
    height: 100%;
}

section {
    float: none;
    clear: both;
    padding: 0 1%;
    margin: 0;
    margin-top: 15vmin;
    width: 100%;
}



div.titles {
    width: 90%;
    margin: 0;
    padding: 0;
    border-style: solid;
    border-color: black;
    border-width: 0;
    display: flex;
    justify-content: space-between;
}

div.titlesub {
    display: flex;
   align-items: baseline;
     justify-content: flex-start;
 }

div.caption {
    width: 70%;
    margin: auto;
}

div.captiontext {
    margin-top: .5em;
    padding-bottom: 3vmin;
}
div.captiontext p {
    margin: 0;
}

div.titles h1,
div.titles h2,
div.titles h3 {
    width: auto;
    color: black;
    margin: 0;
    padding: 0;
    color: black;
    display: inline;
}

div.titles div.authorship h2 {
    font-weight: normal;
    font-size: 1.2em;
}

div.titles h3 {
    margin-left: .5em;
    font-weight: normal;
}

div.titles a {
    color: black;
    text-decoration: underline;
}

div.titles a:hover {
    color: var(--light-bg);
    text-decoration: underline;
}


div.titles h2.leafcaption span {
    font-weight: normal;
}

div.info {
    width: 90%;
    margin: 0 auto 0 auto;
    vertical-align: bottom;
}

div.info div.item {
    margin-bottom: 5vmin;
}

div.info div.item .noimage p {
    columns: 3;
}

div.note div.item .noimage p {
    columns: 1;
}

div.info div.item .noimage h2 {
    margin-bottom: .5rem;
}

div.textcontent {
    width: 100%;
    display: flex;
    justify-content: stretch;
    margin: auto;
}

div.textcontent div.text {
    min-width: 49%;
    width: 50%;
    margin: 0 1%;
}

div.textcontent div.image img {
    max-width: 30vw;
    object-fit: contain;
    object-position: center;
}


div.notes {
    display: none;
    position: static;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    z-index: 21;
    background-color: white;
}

div.notes h2 a {
    color: black;
}

div.note {
    width: 100%;
    margin: auto;
    background: white;
    padding: 5vmin;
 }

div.note div.text p {
    margin: 0;
    padding: 0 0 1% 0;
    width: 100%;
    line-height: 1.8em;
    font-size: 1.2rem;
}

div.note div.image {
    padding: 1vmin;
    margin-top: 4vmin;
}

div.note img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

div.postnotes {
    width: 90%;
    border-style: none;
    border-color: black;
    border-width: 1px 0 0 0;
    padding: 3% 0 2% 0;
    margin: 0 auto 2% auto;
}


/* home page */

/* highlight section */

div.highlight {
}

div.highlight div.canvas {
    height: 80vmin;
    width: 100%;
}

div.highlightg {
}

div.highlightg div.caption {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #aaa;
    padding-top: 2vmin;
}

div.highlightg div.hset {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0;
     padding: 0;
}

div.highlightg div.hset div.hsetele {
}

div.highlightg div.hset div.hsetele img {
    width: calc(100vw / 2.2);
    max-height: 41vh;
    object-fit: contain;
    object-position: center;
}

div.highlightp {
    width: 100%;
    position: relative;
}

div.highlightp img {
    width: 100%;
    height: 95vmin;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

div.highlightp div.caption {
    position: absolute;
    bottom: 10vmin;
    left: 20vmin;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;

}

div.highlightp div.caption h2 {
}

div.highlightp div.caption h3 {
    font-weight: normal;
    margin-left: .5vmin;
}

div.highlightp div.caption p.authorship {
    margin-left: .5vmin;
    font-size: 1.2rem;
}

div.leaf {
    position: relative;
}

div.leaf div.canvas {
    height: 80vmin;
    width: 100%;
}

div.canvas div.imageslide {
    margin: 0;
    width: 100%;
    padding: 0;

}

div.canvas div.imageslide img {
    object-fit: contain;
    margin: auto;
    height: 80vmin;
    width: 100%;
    object-position: center;
}

div.canvas div.imageslide div.text {
    margin: 0 20% 0 auto;
    text-align: right;
}

div.canvas div.imageslide div.text div.authorship {
    font-style: oblique;
}

div.slideindex {
    position: relative;
    margin-top: 4vmin;
}

div.slideindex div.set {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
}

div.slideindex div.set img {
    height: 10vmin;
    width: auto;
    object-fit: contain;
}

/* ARV mission */

div.project {
    width: 90%;
    margin: 1vmin auto;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 1px 0; 
}

div.project div.text {
    width: 100%;
    font-size: 0.8em;
}

/* works opere */

div.works {
    margin: 2vmin auto 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.works div.work {
    margin: 0;
    width: calc(100% / 3.1);
 }


div.works div.work div.img,
div.works div.work div.image {
  width: 100%;
  border-style: solid;
  border-color: black;
   border-width: 1px;
   padding: 1% 4%;
 }



div.works div.work div.img a,
div.works div.work div.image a {
}

div.works div.work div.img img,
div.works div.work div.image img {
    margin: auto;
    display: block;
    object-fit: contain;
    width: 100%;
    max-height: 30vh;
}

div.works div.work div.hor img {
}

div.works div.work div.ver img {
    width: 50%;
}

div.works div.work  div.caption {
  width: 100%;
  height: 20%;
    font-size: .8em;
    line-height: 2em;
    margin: 2% auto;
}

div.works div.work div.caption  {
    color: black;
}

div.works div.work div.caption a {
    color: black;
}

div.works div.work div.caption h2,h3 {
    margin: 0;
    padding: 0;
    color: black;
    text-align: center;
}

div.works div.work div.caption h2 {
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
}

div.works div.work div.caption h3 {
    font-size: 1.1em;
    font-style: italic;
    height: 1.5em;
    font-weight: normal;
}


section.work div.project {
    width: 90%;
    margin: auto;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0; 
}

section.work div.project div.text {
    width: 100%;
    font-size: 0.8em;
}

section.work div.works {
    flex-wrap: nowrap;
    justify-content: space-around;
 }


div.slide {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 100%;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

div.slide div.canvas {
    position: absolute;
    top: 0;
    left: 0;
}

div.slide div.canvas div.imageslide {
    width: 100%;
    height: 72vh;
}

div.slide img {
    height: 72vh;
    width: 90%;
}

div.set {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

div.set div.setitem {
    margin: 0;
    padding: 0;
    width: 33.25%;
 }


div.set div.setitem div.img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 }

div.set div.setitem div.img a {
    display: block;
}

div.set div.setitem div.img img {
    width: 100%;
    margin: auto;
    object-fit: contain;
}

div.set div.setitem div.hor img {
}

div.set div.setitem div.ver img {
    max-height: 75%;
}


/* home trigger */

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    background-color: white;;
}


label[for="nav-trigger"] {
    position: fixed;
    top: 1vw;
    left: 1vw;
    z-index: 255;
    width: 1vw;
    height: 1vw;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
    background-color: white;
}


.nav-trigger:checked + label {
    opacity: 0.4;
}

.nav-trigger:checked  ~.fixed {
    visibility: visible;
    display: flex;
    flex-direction: column;
    justify-items: flex-end;
    padding: 35vmin 0;
}

div.fixed div.down {
    width: 85%;
    margin: 0 auto 3vmin auto;
}

div.fixed div.fixedbutton {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3rem;
 }

div.fixed div.down a {
    color: black;
    text-decoration: none;
    display: block;
}

div.fixed div.down:hover {
    background-color: white;
}
div.fixed div.down a:hover {
    text-decoration: underline;
}


.nav-trigger:checked  ~main {
    margin-left: 250px;
    width: calc(100% - 250px);
}

.nav-trigger:checked  ~section {
    margin-left: 250px;
    width: calc(100% - 250px);
}

.nav-trigger:checked  ~div.pageheader {
    left: 300px;
    width: calc(100% - 250px);
}

.nav-trigger:checked  ~div.pageheader div.header {
    margin: 1vmin auto 0 0;
}

.nav-trigger + label, .fixed {
    transition: left 0.2s;
}

/* tools & widgets - notes trigger nav trigger*/

.notes-trigger {
     position: absolute;
     clip: rect(0, 0, 0, 0);
}


label[for="notes-trigger"] {
    cursor: pointer;
    text-decoration: underline;
    display: block;
}

.notes-trigger:checked ~ .notes {
    display: block;
    position: absolute;
    top: 5vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    overflow: scroll;
}

/*
label[for="notes-trigger"]:hover {
    text-decoration: underline;
}
*/

div.mission {
    width: 100%;
    margin: 4vh auto 0 auto;
    background-color: #999;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 5%;
}

div.accessories {
    display: flex;
    flex-flow: row-reverse;
    align-items: baseline;
    justify-content: space-between;
}

div.accessories a {
    text-decoration: none;
    color: #999;
    display: block;
    font-size: 3vmin;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

div.accessories a:hover {
    color: black;
    text-decoration: none;
}

div.accessories div.aoff a {
   color: #eee;
 }
div.accessories div.aoff a:hover {
    color: black;
 }

div.accessories div.pagesym a {
}

div.accessories div.slidesym a {
}

div.accessories div.setsym a {
}

div.accessories div.accs {
    margin-left: 2vmin;
}

div.accessories img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .4;
}

div.accessories a:hover img {
    opacity: .8;
}

div.accessories div.aoff a img {
   opacity: 1;
 }

div.accessories div.aoff a:hover img {
   opacity: .6;
}

div.accessories span.accs {
    display: block;
    height: 3vmin;
    width: 3vmin;
}

div.accessories div.accs {
    height: 3vmin;
    width: 3vmin;
}

div.nav {
    width: 70%;
    margin: 2vmin auto 2vmin 10%;
}

div.nav span.navbutton a {
    font-size: inherit;
}

div.nav div.accessories {
        height: 4vmin;
}

/* page viewport */

div.page {
    margin: auto;
    width: 90%;
}

div.page div.item {
     margin-bottom: 4vmin;
     border-style: solid;
     border-width: 1px;
     border-color: #aaa;
}

div.page div.image {
    margin: auto;
}
 
div.page div.image img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

/* gallery viewport */

div.leaf div.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: auto;
}

div.leaf div.gallery div.gitem {
    width: calc(100% / 3.2);
    padding: 1vmin;
    margin: 1vmin auto;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    display: flex;
    flex-flow: column;
    align-items: center;
    align-content: center;
}

div.leaf div.gallery div.gitem img {
    width: 100%;
    height: 100%;
}

div.leaf div.gallery div.gitem div.gcaption {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

div.leaf div.gallery div.gitem div.gcaption div.gauthor {
    margin-right: 20%;
}

div.leaf div.page div.gitem {
    width: 90%;
    margin: 0 auto 7.5vh auto;
    padding-bottom: 1vmin;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;

}

div.leaf div.page div.gitem div.gcaption {
    display: flex;
    justify-content: flex-start;
    width: 60%;
    margin: 0 0 0 auto;
}

div.leaf div.page div.gitem div.gauthor {
    margin-left: auto;
}

div.slideindex  {
    margin-top: 4vh;
}

div.canvas .gonext {
    right: 0;
}

div.highlight div.canvas div.slidehandle {
    padding-top: 22vmin;
    color: #aaa;
    font-weight: 900;
}

div.leaf div.canvas div.slidehandle {
    padding-top: 22vmin;
    color: #aaa;
    font-weight: 900;
}

div.canvas div.slidehandle:hover {
    color: black;
}

div.canvas .gonext a {
    display: block;
 }

div.canvas .goprev a {
    display: block;
 }

div.canvas .goprev {
    padding-right: 20%;
}

div.canvas .gonext {
    padding-left: 20%;
}

section.authors {
    width: 80%;
    margin: auto;
    margin-top: 10vmin;
    padding: 2vmin;
}

section.authors div.author {
    display: flex;
    flex-flow: column;
    padding: 1vmin;
    margin-bottom: 1vmin;
    border-style: solid;
    border-width: 1px;
}

section.authors div.pagetitle {
    padding: 1vmin;
    margin-bottom: 1vmin;
}

section.authors div.author div.attribution {
    font-size: 2rem;
}

/* ecds/css: including:ibuffer_style */
#authent,#view,#edit,#admin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
   height: 100vh;
    display: none;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    z-index: 255;
}

#view,#edit {
    background-color: white;
}

#authent div.cont {
    position: absolute;
    top: 25vh;
    left: 30%;
    width: 40%;
    height: 40vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    border-width: 2px 1px 1px 2px;
    border-color:#666;
    border-style:solid;
    box-shadow: 3px 6px 10px #000;
    border-radius: 15px;

}

iframe.buffer {
    position: static;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

#xauthent {
    position: static;
    padding: 1vmin;
     font-size: 2em;
     text-align: left;
     font-weight: bold;
}


#view div.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
}

#xview {
    position: absolute;
    top: 2vmin;
    left: 2vmin;
    font-size: 4rem;
}

#xedit {
    position: absolute;
    top: 2vmin;
    left: 2vmin;
    font-size: 4rem;
}

#xadmin {
    position: absolute;
    top: 2vmin;
    left: 2vmin;
    font-size: 4rem;
}

#admin div.cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgba(240,240,240,0.8);
}



div.close a {
    text-decoration: none;
    color: rgba(150,150,150,1);
    font-size: 1.2em;
}

div.close a:hover {
    color: black;
}


/* ecds/css: including:ecds_last_style */
