':root {
  --content-width: 88rem;
}

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

/*-------------------/
  @ Fonts
/-------------------*/

/* Archivo */

@font-face {
    font-family: archivo;
    src: url('../fonts/archivo/archivo_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: archivo;
    src: url('../fonts/archivo/archivo_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: archivo;
    src: url('../fonts/archivo/archivo_thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: archivo;
    src: url('../fonts/archivo/archivo_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: archivo;
    src: url('../fonts/archivo/archivo_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/* Theban */

@font-face {
    font-family: theban;
    src: url('../fonts/Theban.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*-------------------/
  Vanilla
/-------------------*/

html {
    font-family: archivo;
    /* font-family:theban; */
 /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";; */
}

body {
  background-color:#050505;
  color:#D8D8D8;
    margin:0px;
}

li {
  list-style: none;
}

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

strong, b {
  font-weight: 500;
}

img {
  /* width: 100%; */
}

.page {
  padding: 0px 18vw 150px 2vw;
  /* position: absolute; */
  width: 50vw;
    position:relative;
    z-index:2;
}


.top-page {
    /* height:60vh; */
    height:calc(100vh - 220px);
    display:none;
}

.main-content {
    padding-top:84px;
    /* background-color:rgba(33, 29, 43, 0.80); */
}


#noumo-content {
    overflow-y:scroll;
}


.page > * {
  max-width: var(--content-width); 
  margin: 0 auto;
}

.canvas-div {
    position:fixed;
    top:0px;
}

.header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header a {
  position: relative;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .05em;
  padding: .5rem 0;
  font-weight: 700;
}

.header .logo {
  display: block;
  margin-bottom: 1.5rem;
  padding: .5rem 0;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu a {
  margin: 0 .75rem;
    /* font-family:theban; */
}

.menu a[aria-current] {
  border-bottom: 2px solid #000;
}

.description {
  font-style:italic;
}

@media screen and (min-width: 40rem) {
  .header .logo {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
    justify-content: space-between;
  }
  .menu {
    margin-right: -.75rem;
  }
}


main {
  min-height: calc(100vh - 315px);
}

/* Sebastian */

.exposition {
    width: 100%;
    height: 60vh;
    max-height: 90vh;
    overflow-y: hidden;
    margin-bottom:50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: contain; */
    background-position: center;
}

.secondmenu ul li {
    float:left;
}

.glyph img {
    display:block;
    float:left;
    position:relative;
    top:13px;
    height:55px;
    margin-right:15px;
    width:auto;
}

.intro {
  text-align: center;
    display:none;
}

.intro h1 {
  position: relative;
  font-weight: 900;
  font-size: calc(2vw + 3rem);
  z-index: 1;
  margin:0px;
  text-align:left;
}

.music-release-link-list {
  list-style:none;
  padding-inline-start:0px;
}

.music-release-link-list li {
  display:inline;
  color:#666;
  padding: 0px 10px;
}

.music-link-container {
  display:table;
  margin: 0 auto;
}

.tags {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: .75rem;
  font-weight: 600;
}

.text {
  line-height: 1.5em;
    font-size:1.5rem;
    clear:both;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5em;
}
.text h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.text > *:first-child {
  margin-top: 0;
}
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  text-decoration:underline;
}
.text figure {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.text img {
  width: 100%;
}

.footer {
  padding: 1.5rem 5vw 10vh;
  text-align: center;
  max-width: var(--content-width);
  margin: 0 auto;
  line-height: 1.5em;
  position:absolute;
    bottom:0px;
  width:calc(100% - 34vw);
}
.footer a {
  display: inline-block;
  font-size: .875rem;
}
.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.social a {
  margin: 0 .75rem;
  padding: .5rem 1rem;
  border: 2px solid #000;
  width: 7.5rem;
}
.social a:hover {
  background: #000;
  color: #fff;
}

.voidling {
    margin-bottom:50px;
    margin:30px;
}

.voidling-title {
    padding:30px;
    color:white;
}

.voidling-content {
    border:1px solid #999;
    color:#CCC;
    padding:30px;
    
}

/*-------

HEADER

--------*/

.nav {
  width: calc( 100% - 60px );
  height: 40px;
  padding:30px;
  position: fixed;
  z-index: 3;
  top: 0;
  /* border-bottom:1px solid #666; */
}

.top-nav {
  top: 0;
}

.page-title {
  text-align:left;
  font-size:38px;
  float:left;
  margin:0px;
  padding-left:33px;
}

.page-title span {
  position:relative;
  top:-10px;
}

.title-glyph {
  display:inline;
  height:50px;
  width:50px;
  padding-right:20px;
}


.full-scrollable-page {
    margin-top:100px;
    overflow-y:scroll;
    height:calc(100vh - 100px);
    position:fixed;
    right:0;
    z-index:1;
    width:70vw;
}

.nav-side-menu {
  float:right;
  height:50px;
}

.nav-side-menu ul {
  list-style:none;
}

.nav-side-menu ul li {
  display:inline;
  padding:10px;
  border: 1px solid #999;
  margin: 0px 10px;
  cursor:pointer;
}

.home-buttons li {

  display:inline;
  padding:10px;
  border: 1px solid #999;
  margin: 0px 10px;
  cursor:pointer;
}

.side-menu-glyph {
  padding-right:5px;
}

.side-menu-glyph-pheno {
  position: relative;
  top:-2px;
}

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

.secondmenu img {
    width:30px;
    height:30px;
}

.ID {
    
    float:left;
}

nav {
    text-align:center;
    width:100%;
}

nav ul {
    display:inline-block;
    margin:0;
    padding:0;
}

nav li {
    float:left;
    padding:2px 16px;
}

/*-------

SIDEBAR

--------*/

.sidebar {
  width: calc( 30vw - 60px );
  height: calc(100vh - 160px);
  margin-top:100px;
  padding:30px;
  padding-top:60px;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-y:scroll;
}

.parents-list li {
  font-weight:300;
  font-size:18px;
  letter-spacing:1px;
  padding:0px 0px;
  /* border-top:1px solid #444; */
  line-height:35px;
}

.parent-glyph {
  display:inline;
  height:20px;
  width:20px;
  padding-right:10px;
  position: relative;
  bottom: -3px;
}

.no-border {
  border:none !important;
}

.sibling-list {
  margin-left:2vw;
}

.sibling-list li {
  font-weight:300;
  font-size:17px;
  letter-spacing:1px;
  padding:8px 0px;
  color:#888;
}

.invis {
  display:none;
}

.sidebar-element {
  color:#666;
}

.sidebar-element:hover {
  color:#999;
}

.sidebar-element img {
  opacity:0.4;
}

.sidebar-element:hover img {
  opacity:0.6;
}



/*-------

TIMELINE

--------*/

.timeline {
  padding:30px 8vw 80px 2vw;
}

.todays-tasks-wrapper {
  width:100%;
  margin-top:150px;
}

.timeline-subtitle {
  width:800px;
  display:block;
  margin:auto;
  padding-top:20px;
}

.timeline-date {
  float:right;
  font-family:archivo;
  line-height:60px;
  font-size:14px;
  color:#999;
}

.timeline-time {
  height:30px;
  float:right;
  color:#fff;
  line-height:30px;
  margin:15px;
  padding:0px 10px;
  border-radius:5px;
}



/*-------

Emergence

--------*/

.emergence {
}


/*-------

Homepage

--------*/

.home {
  position:relative;
  z-index:2;
  text-align:center;
}

.home a {
  padding:20px;
}

.home-img {
  width:calc( 30vw - 60px );
  height:calc( 30vw - 60px );
  display:block;
  margin:auto;
  margin-top:calc(10vh - 40px);
}

/*-------

Worlds

--------*/

.world-container {
  width:33%;
  position:relative;
}

.world-glyph {
  position: absolute;
  left: 23%;
  top: 25%;
  height: 50%;
  width: 50% !important;
  }

  .world-veil {
    position:fixed;
    width:100vw;
    height:100vh;
    background-color:#000;
    display:none;
  }


/*-------

Worlds

--------*/

.feature-space {
  width:33%;
  position:relative;
}

.feature-number {
  position: absolute;
  left: 23%;
  top: 25%;
  height: 50%;
  width: 50% !important;
  line-height: 100px;
  padding-left: 40px;
  font-size: 40px;
  }


/*-------

Worlds

--------*/


.paper-container {
  width:33%;
  position:relative;
  float:left;
}

/*-------

Timeline

--------*/

.timeline-glyph {
  font-size:10px;
}




/*-------

Perspective bar

--------*/

.perspective-bar {
  position:fixed;
  margin-top:150px;
  z-index:2;
  right:0px;
  padding-right:50px;
}

.perspective-bar ul li {
  padding:10px;
  font-size:20px;
  cursor:pointer;
  text-align:left;
  color:#444;
}

.perspective-bar ul li:hover {
  color:#666;
}

.perspective-active {
  color:#fff !important;
}

.perspective-active::after { 
  content: "•";
  color: white;
  padding:10px;
}

.perspective-list {
  width:80px;
}

/*-------

Music

--------*/


.release-container {
  width:30%;
  padding:3%;
  float:left;
}


/*-------

Music Release

--------*/

.full-display-page {
  margin-top:100px;
  height:calc(100vh - 200px);
  position:fixed;
  right:0;
  z-index:1;
  width:70vw;
}

.music-release-veil {
  text-align:center;
}

.veil-title {
  font-size:5vh;
}

.veil-name {
  color:#999;
  font-size:2.5vh
}

.outlink img {
  width:20vh;
  min-width:100px;
  padding-bottom:4vh;
}

.button {
  border-radius:10px;
  border: 1px solid #555555;
  color:#888888;
  padding:10px;
  font-size:3vh;
  width:10vw;
  min-width:20vh;
  display:block;
  margin:auto;
  cursor:grab;
  text-align:center;
}

.audio-button {
  width:50px;
  height:50px;
  display:block;
  margin:auto;
  cursor:pointer;
}

.audio-button img {
  padding:10px;
  width:50px;
  height:50px;
}

.music-canvas {
  width:50vw;
  height:70vh;
  position:absolute;
  display:none;
  top:0;
  left:-100px;

}

.viz-canvas {
  height:400px;
  width:400px;
  display:block;
  margin:auto;
  text-align:center;
  /* background-size:contain; */
  background-size:50%;
  background-repeat: no-repeat;
  background-position:center;
  margin-bottom:50px;
}

.viz-dummy-canvas {
  height:400px;
  width:400px;
  display:block;
  margin:auto;
  text-align:center;
  position:absolute;
  z-index:-5;
}

.music-container {
  position:relative;
  top:-25px;
}

/*-------

The Well

--------*/

.well-list li {
  padding:10px;
}

.well-list li a {
  text-decoration:none;
  color:#aaa;
  font-weight:300;
  white-space:normal;
}

.well-list li:hover a {
  color:#fff;
}


.platonic-canvas {
  display:inline-block;
  height:50px;
  width:50px;
  float:left;
  position:relative;
  top:-6px;
  left:-10px;
  padding-left:5px;
}

.timeline-svg {
  width:742px;
  display:block;
  margin:auto;
  height:100px;
  margin-bottom:50px;
  clear:both;
  position:relative;
  top:30px;
}

.timeline-row {
  background-color:rgba(255,255,255,0);
  height:60px;width:800px;
  max-width:100%;
  margin:auto;
  display:block;
  border-radius:10px;
  margin-bottom:20px;
}

.timeline-weekday-glyph {
  float:right;
  height:25px;
  width:25px;
  margin:20px;
}

.timeline-glyph-block {
  height:50px;
  width:50px;
  margin:5px;
  float:left;
}

.timeline-glyph-img {
  height:100%;
  width:100%;
}


.timeline-detail-row {
  float:right;
}

.timeline-title-row {
  float:left;
  position:relative;
}

.timeline-title {
  font-family:archivo;
  font-weight:bold;
  line-height:60px;
  font-size:20px;
  margin: 0;
}

.music-release-artwork {
  width:30vh;
  height:30vh;
  padding-bottom:20px;
  margin:auto;
  display:block;
}

.ritual-link {
  font-family:archivo;
  font-weight:normal;
  font-size:14px;
  line-height:60px;
  padding-left:20px;
}

/*-------

Mobile

--------*/

.mobile-perspective-bar {
  display:none;
}

.mobile-sidebar {
  display:none;
}

.mobile-menu {
  display:none;
}

@media only screen and (max-width: 900px) {

  .timeline-svg {
    transform: scale(0.4,0.4);
    left:-230px;
  }

  .mobile-menu-button {
    position:fixed;
    top:27px;
    right:27px;
    cursor:pointer;
  }

  .mobile-menu {
    position:fixed;
    height:100vh;
    width:100vw;
    background-color:black;
    z-index:5;
    padding-left:5vw;
    padding-top:10vh;
  }

  .veil-title {
    font-size:3vh;
  }

  .veil-name {
    font-size:2vh;
  }
  
  .viz-dummy-canvas {
    height:80vw;
    width:80vw;
  }

  .music-release-link-list li {
    font-size:12px;
  }

  .music-link-container {
    position:relative;
    top: -20px;
  }


  .music-release-artwork {
    width:50vw;
    height:50vw;
  }

  .music-canvas {
    width:80vw;
    left:0;
  }

  .viz-canvas {
    width:80vw;
    height:80vw;
  }

  .platonic-canvas {
    height:40px;
    width:40px;
  }

  #noumo-content {
    overflow-x:hidden;
}


.timeline-row {
  height:200px;
}

.timeline-detail-row {
  float:left;
}

.timeline-title-row {
  width:100%;
}

.timeline-title {
  width:calc(100% - 50px);
  padding-left:100px;
  line-height:normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-glyph-block {
  /* height:200px; */
}

.timeline-glyph-img {
  /* height:50px;
  width:50px;
  margin-top:75px; */
}

  .text {
    font-size:1.13rem;
    overflow-x:hidden;
    overflow-y:hidden;

  }

  .text h1 {
    font-size:1.8em;
  }

  .text h2 {
    font-size:1.5rem;

  }

  .sidebar {
    display:none;
  }
  .perspective-bar {
    display:none;
  }
  .full-scrollable-page {
    width:80vw;
    right:10vw;
    margin-bottom:100px;
    margin-top:80px;
    height:100vh;
  }

  .full-display-page {
    margin-top:80px;
    margin-bottom:100px;
    height:calc(100vh - 280px);
    position:fixed;
    right:10vw;
    width:80vw;
  }

  .page {
    width:100%;
    padding-right:0px;
    padding-left:0px;
  }

  .mobile-perspective-bar {
    display:block;
    height:100px;
    width:100vw;
    position:fixed;
    z-index:4;
    bottom:0;
  }

  .mobile-perspective-list {
    list-style:none;
    text-align:center;
    padding:0px;
  }

  .mobile-perspective-list li {
    display:inline;
    padding:40px;
    line-height:68px;
    font-size:25px;
    color:#444;
    cursor:pointer;
  }

  .perspective-active::after { 
    content:none !important;
    color: white;
    padding:0px !important;
  }

  .mobile-sidebar {
    display:block;
    height:80px;
    position:fixed;
    top:0px;
    padding:27px;
    z-index:4;
    width:calc(100vw - 75px);
  }

  .mobile-sidebar img {
    height:26px;
    width:26px;
  }

  .mobile-back {
    float:left;
  }

  .mobile-home {
    display:block;
    margin:auto;
  }


}