:root {
 /* --content-width: 90rem;*/
}

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: Plato, Helvetica, Arial, sans-serif;
  height: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  font-weight: 400;
  color: #414042;
}

@font-face {
font-family: "Plato";
src: url(../fonts/Plato-Regular.eot);
src: local('Plato-Regular'),
      url(../fonts/Plato-Regular.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
      url(../fonts/Plato-Regular.woff2) format("woff2"), /* Super Modern Browsers */
      url(../fonts/Plato-Regular.woff) format("woff"), /* Pretty Modern Browsers */
      url(../fonts/Plato-Regular.ttf)  format("truetype"), /* Safari, Android, iOS */
      url(../fonts/Plato-Regular.svg#svgFontName) format("svg"); /* Legacy iOS */
}

li {
  list-style: none;
    line-height: 1.4;
}

h1 {
  font-size: 17px;
  font-weight: normal;
  mix-blend-mode: difference;
}

h2 {
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
}

h3 { 
  font-size: 17px;
  font-weight: normal;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: 0;
  transition: color .13s ease-in-out;
}

p {
  font-size: 17px;
  line-height: 1.4;
  max-width: 45rem;
}

p a {
  border-bottom: dotted 1px #b0b0b0;
}

strong, b {
  font-weight: 500;
}

img {
  outline: 0;
  border: 0;
}
::-moz-selection { /* Code for Firefox */
background: #e8f0ff;
}

::selection {
color: #494847;
background: #e8f0ff;
}

.title{
  padding-bottom: 1rem;
  padding-top: 1rem
}

.page {
  min-height: calc(100vh - 3rem);
}
.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}

.header {
margin-bottom: .25rem;
color: #555;
  display: flex;
  flex-direction: column;
  height: 3rem;
  align-items: center;
  width: 100%;
  z-index: 999;
  min-width: 290px;
  padding: 1rem;
  margin: 0;
}

.header a {
  position: relative;
  text-transform: lowercase;
  font-size: 17px;
  line-height: 1.4;
}

.header a:hover {
    color: rgba(0,0,0,.5);
   transition: .3s ease-in-out;
}

.header .logo {
  display: block;
  padding: 0;
  margin: auto;
  z-index: 999;
  width: 33vw;
  text-align: center;
  transition: 0.5s;
}
.menu {
position: absolute;
width: calc(100% - 2rem);
display: flex;
align-items: baseline;
justify-content: space-between;
z-index: 98;
line-height: 1.3rem;
}

#back {
  padding-top: 1rem;
  line-height: 1rem;
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  text-shadow: 0 0 2rem #fff;
}

.back a {
transition: 0.5s;
color: #b0b0b0;
}

.back a:hover{
padding-left: .15rem;
transition: 0.5s ease-in-out;;
letter-spacing: 0.025rem;
}

.menu li {
list-style: none;
width: auto;
}

.menu a[aria-current] { 
}

.menu-nav {
position: absolute;
width: auto;
left: 1rem;
right: 1rem;
z-index: 98;
margin: auto;
}

.menu-nav ul {
display: inline;
}
.menu-nav ul ul {
display: inline-flex;
}
.menu-nav li{
list-style: none;
display: inline-block;
line-height: 1.3rem;
width: 50%;
float: left;
content: "";
}


.right{
  text-align: right;
}

@media screen and (min-width: 40rem) {
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
}

main {
  min-height: calc(100vh - 6rem);
}

.text {
  line-height: 1.5em;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: .5rem;
}
.text h2 {
    clear: both;
  font-size: 17px;
  margin-top: 3rem;
  margin-bottom: .5rem;
  text-align: center;
}
.text > *:first-child {
  margin-top: 0;
}
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text img {
  width: 100%;
}
.footer {
  bottom: 0;
  padding: 1rem;
  max-width: var(--content-width);
  margin: 0 auto;
  float: left;
  width: 100%;  
  position: relative;
  height: 3rem;
  line-height: 1rem;
  display: flex;
}
.footer ul{
  list-style: none;
  width: 50%;
}
.footer p {
  max-width: none;
  line-height: 1rem;
}
.footer li{
  display: inline-block;
  padding-right: .5rem;
  line-height: 1rem;
}

.footer a {
  display: inline-block;
  font-size: .875rem;
  width: auto;
}
.footer a:hover {
  color: #b0b0b0;
  transition: .13s ease-in-out;
}

.copyright {
  width: 50%;
  text-align: right;
  font-size: 0.8rem;
}
.copyright p {
  font-size: 0.75rem;
  color: #ccc;
}
.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid #000;
  width: 7.5rem;
}
.social a:hover {
  background: #000;
  color: #fff;
}

.load {
width: 0%;
height: 1px;
background-color: #fe5e3a;
-webkit-animation-name: bar;
-webkit-animation-duration: 1.5s;
animation-name: bar;
animation-duration: 1.5s;
z-index: 9999;
margin: auto;
}

@-webkit-keyframes bar{
  from {width: 0%}
  to {width: 100%}
}

@keyframes bar{
  from {width: 0%}
  to {width: 100%}
}

.shrink {
  -webkit-animation-name: load;
  -webkit-animation-duration: 320ms;
  -webkit-transition: transform 320ms;
  animation-duration: 320ms;
  transition: transform 320ms;
}

@-webkit-keyframes load {
  from {padding-top: .5rem;
        padding-bottom: .5rem;} 
  to {padding-top: 0;
      padding-bottom: 0;}
}

@keyframes load {
  from { opacity: 0;
   padding-top: .5rem;
   padding-bottom: .5rem;} 
  to { padding-top: 0;
    padding-bottom: 0;
    opacity: 1;}
}

.slide-up {
  -webkit-animation-name: uping;
  -webkit-animation-duration: 300ms;
  -webkit-transition: transform 300ms;
  animation-duration: 300ms;
  transition: transform 300ms;
}

@-webkit-keyframes uping {
  from {-webkit-transform: translateY(10%);} 
  to {-webkit-transform: translateY(0%);}
}

@keyframes uping {
  from {transform: translateY(10vh);} 
  to {transform: translateY(0%);}
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 600ms;
  animation-name: fade;
  animation-duration: 600ms;
}

.delay {
 -webkit-animation-name: fade;
  -webkit-animation-duration: 2800ms;
  -webkit-transition-delay: 5s;
  animation-name: fade;
  animation-duration: 2800ms;
  transition-delay: 5s;
}

@-webkit-keyframes fade {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fade {
  from {opacity: 0;} 
  to {opacity: 1;}
}

.xpand {
-webkit-animation-name: xpand;
-webkit-animation-duration: 1000ms;
animation-name: xpand;
animation-duration: 1000ms;
}

@-webkit-keyframes xpand {
  from {padding: 0 3rem 0 3rem;} 
  to {padding: 0;}
}

@keyframes xpand {
  from {padding: 0 3rem 0 3rem;} 
  to {padding: 0;}
}

.grow {
   -webkit-animation-name: grow;
  -webkit-animation-duration: 800ms;
  -webkit-transition: ease-in;
  animation-name: grow;
  animation-duration: 800ms;
  transition: ease-in;
}
@-webkit-keyframes grow {
  from {transform: scale( 80%);} 
  to {transform: scale( 100%);}
}

@keyframes grow {
  from {transform: scale( 80%);} 
  to {transform: scale( 100%);}
}

/*Cookie Consent Begin*/
#cookie_banner-wrapper {
    position: fixed;
    width: 100vw;
    height: 3rem;
    bottom: 0;
    right: 0;
    z-index: 1;
    z-index: 999;
    background-color:rgba(250,250,250,0.6);
    box-shadow: rgba(0,0,0,0.06) 0 0 5px 1px;
-webkit-animation-name: xpand-bar;
-webkit-animation-duration: 1.5s;
-webkit-animation-name: xpand-bar;
-webkit-animation-duration: 1.5s;
animation-name: xpand-bar;
animation-duration: 2.5s;
}

@-webkit-keyframes xpand-bar {
  0% {bottom: -3rem; } 
  100% {bottom: 0; }
}

@keyframes xpand-bar {
  0% {bottom: -3rem; } 
  100% {bottom: 0; }
}

.cookie_container {
opacity: 0.8;
display: inline-block;
display: flex;
padding: 1rem 1rem;;
}
.cookie_message {
display: flex;
margin: auto
}
.cookie_message p {
font-size: .85rem;
line-height: 1.35;
color: #000;
}

.cookie_message  a:hover {
color: #2997ff;
}

.cookie_btn {
  font-family: Plato, Helvetica, Arial, sans-serif;
  text-decoration: none;
  outline-style: none;
  background-color: transparent;
  font-size: .85rem;
  opacity: 1;
  color: #fe5e3a;
  z-index: 999;
  border: 0px solid transparent;
  text-align: center;
  cursor: pointer;
  margin-left: .5rem;
  width: auto;
  float: right;
  line-height: 0.75;
  z-index: 1;
}
.cookie_btn:hover {
color: #2997ff;
}

@media print {
  #cookie_banner-wrapper {
    display: none;
  }
}

@media screen and (max-width: 50rem) {
  .footer ul { width: 100%; }
  .footer li { padding-right: .3rem; }
  .header {padding: .75rem;}
  .menu-nav {width: 100%; position: relative; left:0; right:0;}
  #thumbs {padding: .75rem !important;}
  .copyright { display: none;}
  #cookie_banner-wrapper {width:100vw !important;}
  .header .tags { display: none;
}