
@font-face {
	font-family:Ekstra, sans-serif;
	src:url(https://norori.media/fonts/Ekstra-Light.8a15d49.eot);
	src:url(https://norori.media/fonts/Ekstra-Light.8a15d49.eot?#iefix) format("embedded-opentype"),
	url(https://norori.media/fonts/Ekstra-Light.3cb1faa.woff) format("woff");
	font-style:normal;
	font-weight:100;
   }
@font-face {
	font-family:Ekstra;
	src:url(https://norori.media/fonts/Ekstra-Regular.447adf9.eot);
	src:url(https://norori.media/fonts/Ekstra-Regular.447adf9.eot?#iefix) format("embedded-opentype"),
	url(https://norori.media/fonts/Ekstra-Regular.8717cdb.woff) format("woff");
	font-style:normal;
	font-weight:400;
   }
@font-face {
	font-family:Ekstra, sans-serif;
	src:url(https://norori.media/fonts/Ekstra-Medium.468fe3b.eot);
	src:url(https://norori.media/fonts/Ekstra-Medium.468fe3b.eot?#iefix) format("embedded-opentype"),
	url(https://norori.media/fonts/Ekstra-Medium.82e1a4e.woff) format("woff");
	font-style:normal;
	font-weight:700;
   }
@font-face {
	font-family:Formula;
	src:url(https://norori.media/fonts/FormulaCondensed-Bold.e8358bd.eot);
	src:url(https://norori.media/fonts/FormulaCondensed-Bold.e8358bd.eot?#iefix) format("embedded-opentype"),
	url(https://norori.media/fonts/FormulaCondensed-Bold.51d7d28.woff) format("woff");
	font-style:normal;
	font-weight:400;
   }

   @font-face {
    font-family: 'beatrice_display_trialthin';
    src: url('/fonts/beatricedisplay-thin-webfont.woff2') format('woff2'),
         url('/fonts/beatricedisplay-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
   

* {
	outline:0!important;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	box-sizing:border-box
   }
   
/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/
	
main{
    overflow:hidden
}
main .cd-main-content>div{
    height:100%;
    min-height: 100vh;
}
main .cd-main-content{
    width:100%;
}
main .cd-main-content.cd-index>div{
    vertical-align:middle
}
main .cd-main-content.cd-index::after{
    background-color:rgba(64,137,166,0);
    background-image:-webkit-linear-gradient(bottom,#4089a6,rgba(64,137,166,0));
    background-image:linear-gradient(to top,#4089a6,rgba(64,137,166,0))
}
main .cd-main-content.cd-index::before{
    background-color:rgba(64,137,166,0);
    background-image:-webkit-linear-gradient(top,#4089a6,rgba(64,137,166,0));
    background-image:linear-gradient(to bottom,#4089a6,rgba(64,137,166,0))
}
main .cd-main-content.cd-about{
    background-color:#fff
}
main .cd-main-content.cd-about>div{
    padding-top:50px
}
main .cd-main-content.cd-about::after{
    background-color:rgba(40,48,64,0);
    background-image:-webkit-linear-gradient(bottom,#283040,rgba(40,48,64,0));
    background-image:linear-gradient(to top,#283040,rgba(40,48,64,0))
}
main .cd-main-content.cd-about::before{
    background-color:rgba(40,48,64,0);
    background-image:-webkit-linear-gradient(top,#283040,rgba(40,48,64,0));
    background-image:linear-gradient(to bottom,#283040,rgba(40,48,64,0))
}
.cd-cover-layer,.cd-cover-layer.invisible{
    background-color:transparent
}
.cd-cover-layer{
    position:fixed;
    z-index:5000;
    left:50%;
    top:50%;
    bottom:auto;
    right:auto;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    height:101%;
    width:101%;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity .4s .4s,visibility 0s .4s;
    -moz-transition:opacity .4s .4s,visibility 0s .4s;
    transition:opacity .6s 0s,visibility 0s .4s
}
.page-is-changing .cd-cover-layer{
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .3s 0s,visibility 0s 0s;
    -moz-transition:opacity .3s 0s,visibility 0s 0s;
    transition:opacity .3s .3s,visibility 0s 0s
}



/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/	
	
#magic-cursor {
    position: absolute;
    mix-blend-mode: difference !important;
    left:0;
    top:0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index:10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
      transition: opacity 0.2s ease-in-out 0.5s;
  }
  
  .hidden-ball #magic-cursor {
      opacity:0!important;
  }
  
  #ball {
      position: fixed;
      transform: translate(-50%, -50%);
      width: 30px;
      height: 30px;
      border: 2px solid #000;
      border-radius: 50%;
      pointer-events: none;
      opacity:1;
      box-sizing:border-box;	
      mix-blend-mode: difference !important;
  }
  
  .mfp-zoom-out-cur #ball {
      opacity:0;
      -webkit-transition: opacity 0.2s ease-in-out 0s;
      transition: opacity 0.2s ease-in-out 0s;
  }
  
  .light-content #ball, #ball.over-movie,  #ball.with-icon {
      border: 2px solid #fff;
      border-color:#fff!important;
      mix-blend-mode: difference !important;
  }
  
  #ball:before {
      font-family: FontAwesome;
      content: "\f053";
      font-size:6px;
      width:4px;
      height:8px;
      line-height:8px;
      text-align:center;
      position:absolute;
      left:-12px;
      top:9px;
      color:#000;
      opacity:0;
      transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      mix-blend-mode: difference !important;
  }
  
  .light-content #ball:before {
      color:#fff;
      mix-blend-mode: difference !important;
  }
  
  #ball:after {
      font-family: FontAwesome;
      content: "\f054";
      font-size:6px;
      width:4px;
      height:8px;
      line-height:8px;
      text-align:center;
      position:absolute;
      right:-10px;
      top:9px;
      color:#000;
      opacity:0;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      mix-blend-mode: difference;
  }
  
  .light-content #ball:before, .light-content #ball:after {
      color:#fff;
      mix-blend-mode: difference !important;
  }
  
  .scale-up #ball:before, .scale-up #ball:after {
      opacity:1;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
      opacity:0;
  }
  
  #hold-event {
      width: 26px;
      height: 26px;
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 100%;
      background: rgba(255,255,255,0);
  }
  
  #hold-event::after {
      content: "Hold";
      font-size: 11px;
      font-weight:500;
      width: 60px;
      height: 10px;
      box-sizing:border-box;
      line-height: 10px;
      padding-top:10px;
      text-align: center;
      position: absolute;
      right: -18px;
      top: 45px;
      color: #000;
      opacity:0;
      overflow:hidden;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .light-content #hold-event::after {
      color: #fff;
  }
  
  .hold #hold-event::after {		
      padding-top:0;
      opacity:1;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  
  .with-icon #hold-event {
      opacity:0;
      padding-top:20px;
      transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .with-icon #hold-event:after {
      opacity:0;
      padding-top:20px;
      transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  #ball i {
      color:#000;
      width:29px;
      height:30px;
      line-height:28px;
      text-align:center;
      font-size:6px;
      display:block;
      opacity:1;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .light-content #ball i, #ball.over-movie i, #ball.with-icon i {
      color:#fff;
  }
  
  .scale-up #ball i {
      opacity:0;
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  #ball.with-icon i {
      width:27px;
  }
  
  #ball.with-icon i:nth-child(2) {
      display:none;
  }
  
  #ball.close-icon i {
      width:27px;
      font-size:8px;
  }
  
  #ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
      display:block;
  }
  
  #ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
      display:none;
  }
  
  #ball-loader {
      width: 40px;
      height: 40px;
      position:absolute;
      background-color: transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #000;
      border-left: 2px solid transparent;
      border-top: 2px solid transparent;
      border-radius: 50px;
      box-sizing: border-box;
      opacity:0;
      transform: translate(-9px, -9px) rotate(0deg);
      -webkit-animation: rotating 0.8s ease-in-out infinite;
      animation: rotating 0.8s ease-in-out infinite;
      -webkit-transition: opacity 0s ease-in-out 0s;
      transition: opacity 0s ease-in-out 0s;
  }
  
  .light-content #ball-loader { 
      border-bottom: 2px solid #fff;
  }
  
  .show-loader #ball-loader {
      opacity:1;
      -webkit-transition: opacity 0.2s ease-in-out 0s;
      transition: opacity 0.2s ease-in-out 0s;
  }
  
  @keyframes rotating {
    0% {
      -webkit-transform: translate(-7px, -7px) rotate(0deg);
      transform:  translate(-7px, -7px) rotate(0deg);
    }
    
    95% {
      -webkit-transform:  translate(-7px, -7px) rotate(350deg);
      transform:  translate(-7px, -7px) rotate(350deg);
    }
    
    100% {
      -webkit-transform:  translate(-7px, -7px) rotate(360deg);
      transform:  translate(-7px, -7px) rotate(360deg);
    }
  }
  
  .show-loader a, .show-loader nav {
      pointer-events:none;
  }
  
  #rotate-device {
      width:100%;
      height:100%;
      position:fixed;
      z-index:1000;
      top:0;
      left:0;
      background-color:#0f1010;
      background-image:url(images/rotate.png);
      background-size:100px 100px;
      background-position:center;
      background-repeat:no-repeat;
      display:none;
  }

  
  /*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/	

	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: #fff;
		z-index : 111800;
        text-align:center;
        /*--box-shadow: inset 0 0 700px 1px black;--*/
	}
	
	.light-content.preloader-wrap {
        background: #03050c;
        z-index : 1111800;
	}
	
	.percentage {
        z-index: 100;
        position: absolute;
        top: 50%;
        left: 9%;
        width: 100%;
		color: #000;
        opacity:1;
        font-family: Ekstra, sans-serif;
		font-weight: 100;
        font-size: 5.5vw;
        letter-spacing: 15vw;
        line-height: 90px;
        text-align: center;
		color:rgba(0,0,0,1);
	}
	
	.light-content .percentage {
		color:rgba(255,255,255,1);
	}
	
	.trackbar {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		width: 100vw;
		height: 1px;
		background: rgba(0,0,0,0.2);
		margin: 0 auto;
		margin-top:70px;
		opacity: 1;
	}
	
	.light-content .trackbar {
		background: rgba(255,255,255,0.2);
	}
	
	.loadbar {
		width: 0%;
		height: 1px;
		background: rgba(0,0,0,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.light-content .loadbar {
		background: rgba(255,255,255,1);
	}
	
	.hold-progress-bar {
		width: 0%;
		height: 3px;
		background: rgba(255,255,255,1); 
		position: absolute;
		top: 0px;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.light-content .hold-progress-bar {
		background:#15141a;
	}
	
	.headphones {
		position:relative;
		text-align:center;
		line-height:50px;
		width:50px;
		height:50px;
		font-size:40px;
		margin:0 auto;
		margin-top:80px;
		color:#fff;
		background-image:url(images/headphones.svg);
		background-size:50px 50px;
		background-position:center center;
	}
	
	.light-content .headphones {
		background-image:url(images/headphones-white.svg);
	}
	
	.headphones:before {
		content:"(";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		left:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: movebefore 0.8s ease-out infinite;
		animation: movebefore 0.8s ease-out infinite;
	}
	
	@keyframes movebefore {
      0% {
		left:-6px;
		opacity:1;
      }
	  
	  100% {
        left:-12px;
		opacity:0
      }
	}
	
	.headphones:after {
		content:")";
		position:absolute;
		height:10px;
		width:4px;
		top:32px;
		right:-6px;
		line-height:10px;
		font-size:10px;
		font-weight:700;
		color:#fff;
		-webkit-animation: moveafter 0.8s ease-out infinite;
		animation: moveafter 0.8s ease-out infinite;
	}
	
	@keyframes moveafter {
      0% {
		right:-6px;
		opacity:1;
      }
	  
	  100% {
        right:-12px;
		opacity:0
      }
	}
	
	.headphones-text{
		font-size:10px;
		margin-top:20px;
	}
	

  *{
      cursor: none;
  }

.b-shadow{
    box-shadow: inset 0 0 700px 1px black !important;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
    box-sizing: border-box;
}

:root {
	font-size: 16px;
}

html, body {
	height: 100%;	
}

body {
	--color-text: #ffffff;
    --color-bg: #03050c;
    /*--muted-color-bg: rgb(21, 20, 26);*/
    /*--color-link: #ffffff;
    --color-link-hover: #b9b9b9;--*/
    --color-title: #ffffff;
    --img-maxwidth: 250px;
    --blendmode-title: difference;
    --filter-img: none;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: ivypresto-display, serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.smooth-scroll {
    overflow:hidden;
}
  
.demo-2 {
	--color-text: #ffffff;
    --color-bg: #151413;
    --color-link: #d02d55;
    --color-link-hover: #ffffff;
    --color-title: #232323;
}

.demo-3 {
	--color-text: #320065;
    --color-bg: #d02d55;
    --color-link: #ffffff;
    --color-link-hover: #000000;
    --color-title: #320065;
    --filter-img: sepia(1) saturate(1) contrast(180%) brightness(80%) hue-rotate(295deg);
}

.demo-4 {
	--color-text: #000000;
    --color-bg: #e0fafb;
    --color-link: #ff3a7e;
    --color-link-hover: #000000;
    --color-title: #f9dae5;
}

.demo-5 {
	--color-text: #ffffff;
    --color-bg: #485656;
    --color-link: #000000;
    --color-link-hover: #ffffff;
    --color-title: #444c4c;
    --filter-img: hue-rotate(70deg) contrast(70%);
}

.demo-6 {
	--color-text: #fff;
    --color-bg: #000;
    --color-link: #f0f0f0;
    --color-link-hover: #fff;
    --color-title: #fff;
    --img-maxwidth: none;
    --blendmode-title: overlay;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: 0;
}

.message {
	padding: 1rem;
    color: #fff;
	/*color: var(--color-bg);
    background: var(--color-text);
    background: #060101;*/
    background: #03050c;
	text-align: center;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: calc(1.1vw + 4vh);
}

#myVideo{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: 0.2;
	background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/92971d100905289.5f13cabf23ddb.gif');
	background-size: cover;
	z-index: -1;
}


.frame {
	padding: 1rem;
	text-align: center;
	position: relative;
	z-index: 1000;
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
}

.frame__title {
	font-size: 0.8rem;
	letter-spacing: 3px;
    margin: 0 0 1rem;
    height: 0.9rem;
}

.frame__links {
	display: inline;
}

.frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__links, .frame__github,
.frame__links a:not(:last-child),
.frame__demos a:not(:last-child):hover {
	mix-blend-mode: exclusion !important;
}


.frame__demos {
    margin: 1rem 0;
    height: 1rem;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: line-through;
	letter-spacing: 40px;
}

.frame__pagetitle {
	margin: 3rem 0 0 0;
}

.frame__pagetitle span {
	display: block;
	font-weight: normal;
	font-size: 0.85rem;
}

.frame__pagetitle span::before {
	content: '\2015   ';
}

.logo_img {
    position: fixed;
    height: 45px;
}

.content {
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	isolation: isolate;
}

.content__title {
	position: relative;
	z-index: 10000;
	mix-blend-mode: var(--blendmode-title);
	-webkit-text-stroke: 2px var(--color-title);
	text-stroke: 2px var(--color-title);
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: transparent;
	pointer-events: none;
}

.content__titleb{
	font-family: ivypresto-display, serif;
	font-weight: 100;
	position: relative;
	z-index: 10000;
	font-size: 7vw;
	letter-spacing: 1vw;
	mix-blend-mode: var(--blendmode-title);
	-webkit-text-stroke: 0px var(--color-title);
	text-stroke: 0px var(--color-title);
	-webkit-text-fill-color: white;
	text-fill-color: white;
	color: white;
	pointer-events: none;
}

.title_pt{
    margin-top: 3rem !important;
}

  
iframe {
    /* optional */
    width: 59vw;
    height: 59vh; 
}



@media only screen and (max-width: 890px) {
    iframe {
        /* optional 
        width: 0% !important;
        height: 0% !important;*/
    }
    #gist-app {
        overflow: hidden !important;
    }

    .video-reel {
        width: 100vw !important;
        height: 30vh !important;
    }
  }

.content__img {
    /*max-width: var(--img-maxwidth);*/
    max-height: 22vw;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
	filter: var(--filter-img);
}

.content__img_about {
    /*max-width: var(--img-maxwidth);*/
    max-height: 7vw;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	will-change: transform;
	filter: var(--filter-img);
}

.content__img--full {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.view-video{
    text-transform: uppercase !important;
}

.ss-f{
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase !important;
    font-size: 0.57em !important;
    letter-spacing: 0.3em;
}

.wv-h{
    z-index: 1000000000000000;
    position: absolute;
    top: 55%;
}

@media screen and (max-width: 52.999999em){
	.logo_img {
		display: none !important;
    }
    .frame__title-wrap.parallax-element {
        column-count: 3;
        padding-top: 2vh;
    }

    .frame__title {
        margin: 0 0 -0.7rem;
    }

    .wv-h{
        top: 10vh !important;
    }
    .content {
    height: 10vh;
    }

    .frame {
        position: absolute;
        text-align: left;
        z-index: 1;
        top: 88vh;
        left: 0;
        display: grid;
        align-content: space-between;
        width: 100%;
        max-width: none;
        height: auto;
        padding: .5rem 4rem;
        pointer-events: none;
        grid-template-columns: 75% 25%;
        grid-template-rows: auto auto auto;
        grid-template-areas: 'pagetitle github'
                            '... ...'
                            'title ...';
    }


}

@media screen and (min-width: 53em) {
	:root {
		font-size: 18px;
	}
	body {
		overflow: hidden;
	}
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 3.5rem 4rem;
		pointer-events: none;
		grid-template-columns: 75% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'pagetitle github'
							'... ...'
							'title ...';
	}
	.frame__pagetitle {
		grid-area: pagetitle;
		margin: 0;
	}	
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
		font-weight: normal;
	}
	.frame__links {
		padding: 0;
		margin: 0 0 0 3rem;
		justify-self: end;
	}
	.frame__demos {
		margin: 0 0 0 3rem;
	}
	.frame__github {
		grid-area: github;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100vh;
		overflow: hidden;
	}
}
