
/* 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.canvas {
    width: 100%;
    margin: auto;
    position: relative;
}


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

/* slide nav handles */
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: 20vmin;
    line-height: 70vmin;
    font-stretch: 10%;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
}

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

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

div.canvas .gonext {
    right: 0;
}

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

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

div.canvas .goprev {
    left: 0;
}
 
/* slideindex */


div.nav {
    position: relative;
    display: flex;
    align-items: baseline;
    align-content: flex-start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 10%;
    line-height: .5em;
    z-index: 12;
 
/*    border-style: solid;
    border-width: 2px;
    border-color: black;
*/
}

div.nav span.navbutton {
    display: block;
    margin-right: auto;
}

div.nav span.navbutton a {
    display: block;
    text-decoration: none;
    color: #ddd;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
}

div.nav span.navbutton a:hover {
    color: black;
}

#FasterButton {
 }

#PlayButton {
 }

#PauseButton {
    padding-bottom: .5em;
    font-weight: normal;
    font-size: .8em;    
}

#SlowerButton {
}

 
div.slideindex  {
    position: relative;
    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:ibuffer_style */
#authent,#view,#edit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
   height: 100vh;
    display: none;
    text-align: center;
    vertical-align: middle;
    z-index: 255;
    background-color: rgba(255,255,255,0.5);
}

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

#edit div.cont {
    position: absolute;
    top: 10vh;
    left: 10%;
    width: 80%; 
    height: 80vh;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    box-shadow: 3px 10px 16px black;
 }

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

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


#xview,#xedit,#xadmin {
    position: absolute;
    top: 1%;
    left: 1%;
    font-size: 2rem;
}

#xauthent {
    position: absolute;
    top: 20vh;
    left: 30.5%;
     width: 40%;
     padding: 4px 6px 0 6px;
     font-size: 30px;
     text-align: left;
     font-weight: bold;
     display: none;
}

div.close a {
    text-decoration: none;
    color: #aaa;
}

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


/* ecds/css: including:fotog_style */
html {
    font-family: Verdana,Lucida,Helvetica, sans-serif;
}

* {
  /* 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)); */
}

body {
    --min-size: 10;
    --max-size: 16;
    font-family: Verdana,Lucida,Helvetica, sans-serif;
    font-size:  var(--responsive);
    line-height: 1em;
}

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

a:hover {
    color: black;
    text-decoration: underline;
}


h1 {
    font-size: var(--responsive);
    color: black;
}

h1.sitename {
    --min-size: 14;
    --max-size: 24;
    font-size: var(--responsive);
    color: black;
}

h1 a {
    font-size: inherit;
}

h2 {
    font-size: var(--responsive);
    font-weight: normal;
    font-style: oblique;
}

h2 a {
    font-size: inherit;
}

h3 {
    font-size: var(--responsive);
    font-weight: normal;    
    font-style: oblique;
}

h3 a {
    font-size: inherit;
}

/* ----------------- header ------------------ */

/* nav-trigger */
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


label[for="nav-trigger"] {
    position: absolute;
    top: 1.5em;
    left: 1em;
    z-index: 13;
    width: 1em;
    height: 1em;
    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: transparent;
    border-style: none;
    border-width: .25em;
    border-color: transparent;
    opacity: 0.25;
}

label[for="nav-trigger"]:hover {
    opacity: 1;
}

.nav-trigger:checked + label {
}
 
.nav-trigger:checked ~ .phonemenu {
    display: block;
    z-index: 12;
}

.nav-trigger + label, .lower {
}

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


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

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

.notes-trigger:checked ~ .notes {
    display: block;
    z-index: 12;
}
/* end nav-trigger */

/* navigation */
div.testata {
    position: static;
    padding-bottom: 7.5vh;
}

div.testata div.lower {
 position: fixed;
 width: 100vw;
 top: 0;
 left: 0;
 height:  7.5vh;
 padding-bottom: 1vh;
 margin: auto;
 background: white;
 color: #aaa;
 z-index: 11;
}

div.phonewrapper {
    display: static;
    padding-top: 6vh;
}

div.phonetestata {
    position: fixed;
    top: 0;
    left: 0;
    height: 6vh;
    z-index: 10;
    width: 100%;
    background: white;
}

div.phonetestata div.phonemenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500%;
    margin: 0;
    background: white;
    border-style: none;
    display: none;
 z-index: 11;
}

div.phonetestata div.parent a {
      color: #aaa;
}

div.phonetestata div.lower div.sitetitles {
    width: 70%;
    margin: auto;
}

div.phonetestata div.lower div.sitetitles span.menu {
    display: block;
    width: 100%;
}

div.phonetestata div.lower div.sitetitles span.menu a {
    color: black;
}


div.lower div.right,
div.lower div.left {
   display: flex;
   justify-content: flex-start;
}

div.testata h2.announce {
    margin: 0 0 0 auto;
    padding: 0;
    display: inline;
}

div.testata span.menu {
    color: black;
    font-weight: normal;
    display: block;
}

div.testata span.menu a {
    margin-left: .25em;
    font-weight: normal;
}

h3.announce {
}

.sitename a {
  text-decoration: none;
  color: #aaa;
}

.sitename a:hover {
  text-decoration: none;
  color: black;
}
 
.fixedbutt {
    font-weight: bold;
    font-weight: 900;
    float: left;
    margin: 0 3%;
}

.fixedbutt a {
    text-decoration: none;
 }

.fixedbutt a {
}

.fixedbutt a:hover {
}

/* testata END */

/* main */

div.fotog {
    position: relative;
    margin: auto;
    width: 90%;
}

div.fotogslide {
    position: relative;
    margin: auto;
    width: 90%;
}

div.fotogrid {
    position: relative;
    margin: auto;
    width: 90%;
}

div.leaf {
    position: relative;
    margin: 0 auto 0 auto;
    width: 90%;
}

div.leaf article.parallax {
    line-height: 1.5em;
}

div.leaf div.page {
    line-height: 1.5em;
}

div.node {
    position: relative;
    top: 0;
    margin: 0 auto 0 auto;
    width: 90%;
}


/* fotog BEGIN */

div.testata div.sitetitles {
    width:  90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    background: white;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: black;
}

div.testata div.sitetitles div.left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 40%;
}

div.testata div.sitetitles div.left  h2 {
    margin-left: .5em;
}

div.testata div.sitetitles div.right {
    justify-content: space-around;
     display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: .25em;
}

div.testata div.parent a {
    color: #aaa;
}

div.testata div.parent a:hover {
    color: black;
}


div.testata div.sitetitles div.right a {
}

div.testata div.sitetitles span.menu {
    display: block;
    margin-right: .5em;
}

div.testata div.sitetitles span.menu img {
    width: 1em;
    object-fit: contain;
    float: left;
    margin: 0 .5em 0 .5em;
    opacity: 0.25;
}

div.testata div.sitetitles span.menu a:hover img {
   opacity: 1;
}

div.testata div.pagetitles {
    width:  90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background: white;
        border-style: none;
    border-width: 0 0 1px 0;
    border-color: black;

}

div.testata div.pagetitles div.pageinfo {
    display: flex;
    justify-content: flex-start;;
    align-items: center;
    align-content: flex-start;
    width: 100%;
}

div.testata div.pagetitles div.pageinfo div.notesub {
    width: 100%;
}

div.testata div.pagetitles div.pageinfo div.titlesub {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.testata div.pagetitles div.pageinfo div.titlesub h2 {
    display: block;
    margin-right: .5em;
    color: black;
    font-style: normal;

 }

div.testata div.pagetitles div.pageinfo div.titlesub h3 {
    display: block;
}


div.testata div.pagetitles div.accessories {
    text-align: right;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
}



div.testata div.accessories a {
    text-decoration: none;
    display: inline;
}

div.testata div.accessories div {
    padding: 0 .5em 0 0;
}

div.testata div.accessories div a {
    padding: 0 .5em 0 0;
}

div.testata div.accessories div.pagesym a {
}

div.testata div.accessories div.slidesym a {
}

div.testata div.accessories div.setsym a {
}


div.testata div.accessories div.lang a {
    color: black;
}

div.testata div.accessories div.lang a:hover {
    text-decoration: underline;
}

div.testata div.accessories div.aon a {
    color: #bbb;
}

div.testata div.accessories div.aoff a {
    color: black;
}

div.testata div.accessories div.aon a:hover,
div.testata div.accessories div.aoff a:hover
{
    color: black;
}

/* testata end */


div.home {
    position: absolute;
    top: 10vmin;
    left: 2.5vw;
    width:  92.5vw;
}

/* text slides */
div.canvas {
        height: 80vmin;
}

div.canvas a {
  text-decoration: none;

}


div.canvas div.text {
    position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  padding: 1%;
  float: none;
  clear: both;
  text-align: left;
  border-style: none;
  border-width: 1px;
  border-color: black;
  vertical-align: top;
}

div.canvas div.text p {
    margin: 0;
    padding: 0;
}

div.canvas div.text div.innertext {
    margin: 0;
    padding: 0;
    min-height: 40%;
}

div.canvas div.textsubs {
   font-style: oblique;
}



/* slideshow nav */

/* admin */

div.gridbar {
 clear: both;
 float: none;
 margin: 0;
 padding: 0;
  width: 97%;
 margin: 0 auto 0 0.5%;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
 }

div.gridbar a {
 margin: 0;
 padding: 0;
}
div.gridbar span {
 margin: 0;
 padding: 0;
}

div.skel {
  margin-top: 10%;
}

/* general img */



div.topg {
    position: fixed;
    top: 8vmin;
    left: 0;
    width: 100%;
    height: 6vmin;
    background-image: linear-gradient(to bottom,white,transparent);
}

div.bottomg {
    position: fixed;
    bottom: 1vmin;
    left: 0;
    width: 100%;
    height: 3vmin;
    background-image: linear-gradient(to top,white,transparent);
}

div.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1vmin;
    background-color: white;
}

div.info {
    width: 80%;
    margin: 2.5% auto;
    padding: 2.5% 15% 2.5% 15%;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: black;
}

div.info div {
    margin-bottom: 3vh;
}

div.sharetools {
    position: relative;
    top: 5vmax;
    width: 92.5vw;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

div.sharetools div.share {
    position: static;
    float: none;
    height: 75px;
    width: 75px;
}

div.sharetools div.twitter-share-button {
    padding-left: 20px;
}

div.sharetools img {
    height: 75px;
    object-fit: contain;
    margin: auto;
}

/* resume bottom page */


div.anngrid div.con {
    padding:  0;
    margin: 0 auto 1em auto;
}

div.anngrid a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

div.anngrid div.bgitem {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100vw / 2.3275);
    height: calc(80vh / 1.9);
}

/* set viewport locals */
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%;
}

div.leaf div.set {
    width: 100%;
    margin: auto;
 }

div.leaf div.set div.setitem {
    padding: 1%;
}

div.leaf div.grid {
}

div.leaf div.grid a {
    text-decoration: none;
}


/* parallax leaf */
div.leaf article.parallax {
/*    margin-top: 2vh; */
}
div.leaf article.parallax div.title {
    width: auto;
    margin: auto;
    padding: 1.5% 20% 1.5% 20%;
     background:  white;
}

div.leaf article.parallax div.title h2 {
    display: block;
    width: 100%;
    margin: auto;
}

div.leaf article.parallax div.title h3 {
    width: 100%;
    margin: auto;
    color: black;
}

div.leaf article.parallax div.textcontent {
    padding: 6% 0 9% 0;
}

div.leaf article.parallax div.text {
}

div.leaf article.parallax div.textcontent div.text {
    width: 100%;
}

div.super  {
        width:  90vw;
        margin: 5vmin auto;
}

div.super div.resume {
    margin: 0;
}


/* home menu topic */

span.menu a {
    text-decoration: none;
    font-weight: bold;
    color: #aaa;
}

span.menu a:hover {
    font-weight: bold;
    color: black;
}

/* onlandscape style END */

/* fotogslide styles */



/* fotogslide styles END */

/* div.resume is general across any fotog instance */

div.resume {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin: 10vmin auto 5vmin auto;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    width: 80%;
}

div.node div.resume {
    width: 100%;
}

div.fotogslide div.resume {
    width: 90%;
}

div.resume div.con {
    padding: .25%;
}

div.resume a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: block;
}

div.resume div.bgitem {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 17.5vmin;
    height: 17.5vmin;
    overflow: hidden;
}

/* div.resume END */

/* fotogrid styles */

div.anngrid {
    margin: 0 auto 5vmin auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}

/* fotogrid styles END */
/* Fotog  (ex Onlandscape) style END */

div.leaf div.canvas {
        margin: 5vmin auto 0 auto;
}

@media (min-width: 1024px) {
    
div.image img {
    object-fit: contain;
    object-position: center;
    max-height: 80vmin;
    width: 100%;
    margin: auto;
}

}

@media (max-width: 1024px) {
    
div.image img {
    object-fit: contain;
    object-position: center;
    max-height: 80vmin;
    width: 100%;
    margin: auto;
}

}


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

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

/* notes */
div.notes {
    position: fixed;
    width: 80%;
    height: calc(98vh - 10vmin);
    display: none;
    top: 9vmin;
    left: 10%;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding-bottom: 2%;
    background: white;
    padding: 10% 20%;
    overflow: scroll;
    box-shadow: 8px 8px rgba(0,0,0,0.1);
}

div.slideindex {
    padding-top: 4vmin;
}

/* node */

div.node div.grid {
    margin: 0 auto 5vh auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: wrap;
    width: 100%;
}

div.node div.grid div.con {
}
 

div.node div.grid div.bgitem {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100vw / 2.325);
    height: calc(90vh / 2.1);
}

div.node  div.grid div.con {
    margin: 0  auto 1em auto;
 }

div.node  div.grid a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

div.node div.subsets {
    margin: 0 auto 5vmin auto;
}

div.node div.subsets div.announce {
    margin:  5vmin auto;
}

div.node div.subsets div.setitem {
    padding: .5em;
}

div.node div.subsets div.setitem img {
    width: calc(86vw / 3);
    height: calc((86vw / 3) / 1.5);
}

/* page all */

div.page div.item,
div.page div.announce {
    margin:  3vmin auto 8vmin auto;
}

div.page div.item h1,
div.page div.item h2 {
    display: block;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}

div.page div.item h3 {
    display: block;
    font-size: 1em;
}

@media (min-width: 1024px) {

div.page div.item div.text {
    width: 70%;
    line-height: calc(100% * 1.6);
    margin: auto;
}

div.page div.item div.textcontent {
    width: 69%;
    line-height: calc(100% * 1.6);
    margin: auto;
}

div.page div.item div.text:first-child {
    width: 70%;
    margin: 0 auto 8vmin auto;
}

div.page div.item div.text:nth-child(2) {
    width: 70%;
    margin: 8vmin auto 0 auto;
}

div.page  div.item div.doubletextcontent {
    width: 70%;
    line-height: calc(100% * 1.6);
    margin: auto;
  }

}

@media (max-width: 1024px) {

div.page div.item div.text {
    width: 95%;
    line-height: calc(100% * 1.6);
    margin: auto;
}

div.page div.item div.textcontent {
    width: 91.5%;
    line-height: calc(100% * 1.6);
    margin: auto;
}

div.page div.item div.text:first-child {
    width: 91.5%;
    margin: 0 auto 8vmin auto;
}

div.page  div.item div.doubletextcontent {
    width: 91.5%;
    line-height: calc(100% * 1.6);
    margin: auto;
  }

}


/* end page */

div.phonetitles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

div.phonesitetitles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 80%;
    margin: auto;
    min-height: 8.5vmin;
}

div.phonetitles h1 {
    padding-right: 1em;
    display: block;
}

div.phonetitles h2 {
    display: block;
}

div.phonetitles a {
    display: block;
}

div.phonepagetitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
    min-height: 8vmin;
}

div.phonepagetitle h2 {
}

div.phonetestata div.lower div.sitetitles {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

div.phonetestata div.lower div.sitetitles span.menu,
div.phonetestata div.lower div.sitetitles h1,
div.phonetestata div.lower div.sitetitles h2,
div.phonetestata div.lower div.sitetitles div.parent {
    width: 100%;
    display: block;
    line-height: 3em;
    text-align: left;
}

div.phonetestata div.lower div.pagebar {
    width: 70%;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

/* announce titles */

div.announce div.titles h1 {
    font-weight: bold;
    font-size: 1.1em;
}

div.announce div.titles h2 {
    font-weight: normal;
    font-size: 1.1em;
    font-style: normal;
}

div.announce div.titles h3 {
    font-weight: normal;
    font-size: 1.1em;
}

div.announce div.titles {
    margin: 2.5vh auto 0 auto;
    width: 60%;
}

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

div.announce div.titles a:hover {
    font-weight: bold;
}
/* titles grid && slide*/

div.bgitem div.titles {
    width: 100%;
    height: 100%;
    padding: 1em;
    margin: 0;
    visibility: hidden;
    background: rgba(255,255,255,0.6);
}

div.bgitem div.titles h2 {
    font-style: normal;
}

div.canvas div.titles {
    position: relative;
    height: 6vh;
    width: 50%;
    left: 0;
    bottom: 0;
    line-height: .5em;
    z-index: 12;
}

div.bgitem a:hover div.titles {
    visibility: visible;
}
 

/* ecds/css: including:fotog */

/* ecds/css: including:ecds_last_style */
