@import url("stand.css");
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 100;
  src: local('Alegreya Sans SC Thin'), local('AlegreyaSansSC-Thin'), url(https://fonts.gstatic.com/s/alegreyasanssc/v7/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1DipV9QRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenPro-Regular'), url(https://fonts.gstatic.com/s/mavenpro/v11/7Au9p_AqnyWWAxW2Wk3GzWQN.ttf) format('truetype');
}
html,
body {
  height: 100%;
}
body {
  color: #020206;
  font: normal 300 16px/1 'Maven Pro', sans-serif;
  overflow: hidden;
}
body.view nav {
  transform: translateY(-100%);
}
body.view section {
  overflow-y: visible;
}
body.view section:before,
body.view section:after {
  display: none;
}
body.view article#info {
  z-index: -1;
}
body.view #action {
  display: block;
}
body a {
  color: #020206;
}
nav {
  position: absolute;
  z-index: 4;
  width: 100%;
  text-align: right;
  padding: 1% 2%;
  transition: transform 0.5s linear;
  opacity: 0.36;
  font-family: 'Alegreya Sans SC', sans-serif;
  text-transform: uppercase;
}
nav li {
  display: inline-block;
  font-size: 2.6em;
  margin: 0 0.4rem;
  cursor: pointer;
  transition: opacity 0.66s ease-in;
}
nav li:hover {
  opacity: 0.3;
}
.disable {
  opacity: 0.3;
}
section {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
section:before,
section:after {
  content: '';
  width: 6%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
section:after {
  left: 94%;
}
section.noscroll {
  overflow: hidden;
}
section #action {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 8;
  font-size: 2em;
  cursor: pointer;
}
section #action a {
  color: #020206;
  display: block;
}
section #action a:hover {
  opacity: 0.4;
  transform: scale(0.6);
}
section ul {
  mix-blend-mode: multiply;
}
svg#scsh {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
svg#scsh #group,
svg#scsh #border {
  transform: translateY(5%);
}
svg#scsh #border {
  display: none;
}
#scattered {
  /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;*/
  user-select: none;
}
#scattered.view #scsh {
  z-index: -1;
}
#scattered.view #forma {
  display: none;
}
#scattered.view #border {
  display: block;
  stroke: rgba(0, 0, 0, 0.36);
}
#images li,
#frases li {
  position: absolute;
}
.content {
  margin: 0 auto;
  padding: 0 2%;
  width: 90%;
  max-width: 1200px;
  font-weight: bold;
}
.close {
  cursor: pointer;
  padding: 0.5em;
  display: inline-block;
  user-select: none;
  font-size: 1.3em;
  transition: transform 0.66s ease-in;
}
.close:hover {
  transform: scale(0.9);
}
article {
  display: none;
  width: 100%;
  min-height: 100vh;
  padding: 5%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}
article.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
article#series ul {
  align-self: flex-end;
  text-align: right;
  width: 100%;
  font-size: 6vh;
  font-family: 'Alegreya Sans SC', sans-serif;
  text-transform: uppercase;
}
article#series ul a {
  display: inline-block;
  position: relative;
}
article#series ul a:before {
  content: '';
  display: block;
  opacity: 0;
  width: 100%;
  border-top: 1px solid #020206;
  position: absolute;
  top: 0.85em;
  left: 0;
  transition: opacity 0.66s ease-in;
}
article#series ul a:hover:before {
  opacity: 1;
}
article#info {
  display: flex;
  position: relative;
  top: initial;
  left: initial;
  z-index: 2;
  background: none;
  line-height: 1.4;
  pointer-events: none;
  touch-action: none;
}
article#info .content:before {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
}
article#info .content div {
  min-height: 86vh;
  padding-top: 15vh;
}
article#bio {
  line-height: 1.2;
}
/**/
/*480*/
@media screen and (min-width: 30em) {
  body {
    text-rendering: optimizeSpeed;
  }
}
/*768*/
/*960*/
/*1240*/
/*1440*/
/*1280*/
/*1216*/
/*960*/
/*640*/
