/* CSS Stylesheet */

/*---------------------------------------------------{ Fonts Setup }---*/
@font-face {
  font-family: 'Material Icons';
  src: url(https://fonts.gstatic.com/s/materialicons/v117/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
  font-family: 'Amatic';
  src: url(AmaticSC-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Amatic Bold';
  src: url(AmaticSC-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Sue Ellen';
  src: url(SueEllenFrancisco-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock';
  src: url(Overlock-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock Bold';
  src: url(Overlock-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock Bold-Italic';
  src: url(Overlock-BoldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock Italic';
  src: url(Overlock-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock Black';
  src: url(Overlock-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Overlock Black-Italic';
  src: url(Overlock-Black-Italic.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: bold;
  font-style: normal;
  font-size: 5vmin;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}




/*---------------------------------------------------{ CSS Variables }---*/
:root {
   --purple-dark: #100f17;
   --purple-dim: #2d2a45;
   --yellow-bright: #cade7c;
   --yellow-dim: #b2CC49;
   --pink-bright: #de71b8;
   --pink-dim: #914376;
}

/*---------------------------------------------------{ Main Section Formats }---*/
body {
   margin: 0px;
   background: var(--purple-dark);
   background: radial-gradient(circle, rgba(45,42,69,1) 0%, rgba(16,15,23,1) 100%);
}

body, main, .viewport {
   overflow: hidden;
   height: 100vh;
   width: 100vw;
}

main {
   position: relative;
}

.wrapper--content {
   position: relative;
}

.section {
   padding: 10vh 10vw;
   height: 80vh;
   width: 79vw;
   /* background-color: #399; */
}

.section-container {
   height: 80vh;
   width: 79vw;
   padding: 3vh 3vw;
   box-sizing: border-box;
   /* background-color: #636; */
}

.section--content {
   margin: 0 auto;
   width: min-content;
   max-height: 40vh;
   overflow: auto;
}

.section-content-container {
   max-width: 79vw;
   overflow: auto;
}




/*---------------------------------------------------{ Block Element Formats }---*/

h1, h2 {
   text-align: center;
   color: var(--yellow-bright);
   font-family: 'Amatic';
   font-size: 10vh;
   text-shadow: 0px 0px 20px rgba(202,222,124, 0.92); 
   margin: 0;
   padding: 0;
   height: 30vh;
}

p, blockquote, li {
   color: var(--yellow-dim);
   font-family: 'Overlock';
   font-size: 3vh;
   width: 30em;
}

blockquote, .quote-author {
   text-align: right;
   font-size: 2.5vh;
}

details {
   padding: 2vh 2vw;
   font-family: 'Overlock';
   font-size: 3vh;
   color: var(--pink-dim);
   width: 30em;
}

summary:hover {
   cursor: pointer;
}

.summary--highlight, summary::marker {
   color: var(--pink-bright);
   font-weight: bold;
}




/*---------------------------------------------------{ Interactive Element Formats }---*/
a {
   color: var(--pink-bright);
}

.button {
   z-index: 100;
   position: absolute;
   background-color: transparent;
   border-width: 0px;
   color: var(--pink-bright);
}

.button:hover {
   cursor: pointer;
   background-color: rgba(255,255,255,0.125);
}

.button--nav__up, .button--nav__down {
   width: 100%;
   height: 5vmax;
}

.button--nav__left, .button--nav__right {
   width: 5vmax;
   height: 100%
}

.button--nav__right {
   right: 0;
}

.button--nav__down {
   bottom: 0;
}

.section--content::-webkit-scrollbar {
  width: 1vw;
}
.section--content {
  scrollbar-width: 1vw;
  scrollbar-color: var(--pink-dim) var(--purple-dim);
}
.section--content::-webkit-scrollbar-track {
  background: var(--purple-dim);
}
.section--content::-webkit-scrollbar-thumb {
  background-color: var(--pink-dim) ;
  border-radius: 6px;
  border: 3px solid var(--purple-dim);
}

/*---------------------------------------------------{ Custom Page Formats }---*/

.wrapper--titles {
   display: flex;
   align-content: space-between;
   flex-direction: row;
   text-align: center;
}

.wrapper--quote {
   margin: 0 auto;
   width: 50vw;
}

.layer--content {
   z-index: 40;
   position: relative;
}

.layer--hud {
   position:absolute;
   border: var(--purple-dim) 1vmin solid;
   border-radius: 5vmin;
   height: calc(100vh - 4vmin);
   width: calc(100vw - 4vmin);
   left: 1vmin;
   top: 1vmin;
   z-index: 30;
}

.copyright {
   color: #625c93;
   font-size: 1.5vh;
   background-color: var(--purple-dark);
   display: inline;
   padding: 0 0.5vmin;
   position: relative;
   top: calc(98vh - 15.5ex);
   left: calc(95vw - 21em); /*82vw; */
   text-transform: uppercase;
   font-weight: bold;
   border: .5vh solid var(--purple-dim);
   border-radius: 1vh;
}

#layer--fog {
   width: 100vw;
   height: 100vh;
   position:absolute;
   bottom:0;
   opacity: .1;
}