@charset "utf-8";
/* CSS Document */

/*---------TOC-------------

1 DEFAULTS
2 RAW ELEMENTS
  2.1 HEADER
  2.2 FOOTER
3 CLASS DEFINITIONS
4 ID DEFINITIONS
  4.1 IMG DECLARATIONS
5 FULL PAGE MODS
6 MEDIA QUERIES

--------------------------*/

/*---------- 1 DEFAULTS --------------*/

html * {
	padding: 0;
	margin: 0;
}

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

body {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: background-color 0.5s ease; */
  
}

/*--------------- 2 RAW ELEMENTS -----------*/

.wrapper {
  width: 90%;
  margin: 0 auto;
}

h1, h3 {
  text-align: left;
}

h1, h2, h3 {
  font-family: 'Rubik', sans-serif;
  margin: 0;
}

h1
{
  font-size: 80px;
  margin-bottom: -15px;
  color: #EEE;
  text-transform: uppercase;
}

h2, h4 {
  text-align: right;
  color: #EEE;
}

h2 {
  font-size: 27px;
  opacity: 0.8;
}

h3 {
  font-size: 45px;
  color: #EEE;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

h4 {
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  opacity: 0.6;
}

header {
  display: block;
  position: absolute;
  left: 5%;
  top: 5%;
}

#site-header, #logo-area {
  width: 25%;
  font-size: 35px;
  color: rgba(100,100,100,0.2);
  line-height: 1;

  font-weight: 700;
  text-transform: uppercase;

  font-family: 'Rubik', sans-serif;
  background-blend-mode: overlay; /*doesn't seem to work*/
}

a {
  text-decoration: none;
  font-weight: 700;
  color:  rgba(50,50,50,0.5);
  transition: color 0.5s ease;
}

a:hover {
  color: rgba(50,50,50,0.15);
}

/*2.1 HEADER*/

nav {
line-height: 1.2;

  z-index: 2;
  position: fixed;
  width: 100%;
  top: 5%;
  left: 0;

  font-weight: 400;
  font-size: 18px;
  z-index: 2;
}

nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

nav ul li {
  display: block;
  margin: 0.3% 0;
  text-transform: uppercase;
}

nav ul li a {
    color: rgba(50,50,50,0.5);
    text-decoration: none;
}
nav ul li.active a {
    color: rgba(250,250,250,0.7);
    font-weight: 900;
}

/*2.2 FOOTER*/

footer {
  z-index: 2;
  position: fixed;
  width: 100%;
  bottom: 5%;
  right: 0;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
}

#logo-area {

}

footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15%;
}

footer li {
  display: block;
}

footer a {
  display: block;
  padding: 5px;
  color: rgba(50,50,50,0.5);
}

footer a:hover {
  color: rgba(50,50,50,0.15);
}

video {
/*  height: 100%;*/
  width: 100%;
}

/*--------------- 3 CLASS DEFINITIONS -----------*/

/*work in progress to get slides to only work on mobile
.fp-slides
{
	display: none;
}
.fp-controlArrow
{
	display: none;
}
.fp-slidesNav
{
	display: none;
}*/

/*old panel before 1/27 */
.panel {
  width: calc(100% - 25vmin); /*1/31/22 15vmin*/
  height: calc(100% - 25vmin);
  position: fixed;
  top: 7.5vmin;
  bottom: 7.5vmin;
}

.depth-element {
  transform: translateZ(150px);
}

.depth-element-trans {
  transform: translateZ(175px);
  transition: transform 0.3s ease;
}

.depth-element-small {
  transform: translateZ(75px);
}

.depth-element-trans:hover {
  transform: translateZ(600px);
}

.container {
  width: 100%;
  margin: 0 auto;

  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.slide-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  height: 100%;
}

.slide-img {
  width: 60%;
  height: 60%;
}

.blurb {
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  
}

.blurb-proj {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blurb-heading {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.blurb-p {
  width: 55%;
  font-size: 15px;
}

.main-img {
  width: 50%;
  height: 50%;

  display: flex; /*needed for video*/
  align-items: center;

  /*background: gray;*/
  margin-bottom: 2%;
}

/*--------------- 4 ID DEFINITIONS -----------*/

#home-section {
	
}

/*#home-section-bg > div:nth-child(4)
{
		background: url(../bg/frontscene.png);
}*/

#greetings-box
{
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: url(../bg/bigbubble.png) no-repeat center / contain;
	width: 35vw;
	height: 30vh;
	
	margin: auto 45vw auto 20vw;
}

#greetings
{
	color: #333;
	font-size: 3vw;
	
	margin-bottom: 1vw;
}

#home-section-bg
{
	background: url(../bg/frontscene.png);
}

#home-section-bg {
	
	width: 90vw;
	height: 90vh;
	
	
}

.bg-section
{
	position: absolute;
	margin: auto;
	z-index: -1;
	pointer-events: none;	
}

#about-section-bg
{
	width: 90vw;
	height: 90vh;
}

#project-1-bg
{
	width: 90vw;
	height: 90vh;
}

#home-section-bg > div {
	position: absolute;
	width: 100%;
	height: 100%;
	
}

/*#home-section-bg > div:nth-child(4)
{
	transform: translateZ(-100px);
}*/

#home-section-bg
{
	transform: translateZ(-100px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


#about-blurb {
  text-align: left;
  line-height: 1.2;
  color: #323232;
}

#about-blurb span {
  font-weight: 900;
}

#instructions {
  margin-top: 20px;
}

.trans-color
{
  transition: background-color 0.5s ease;
}

.tilt {
  transform-style: preserve-3d;
}

#panel-a {
  
}
#panel-b {
  
}

.window-wall {
	
	width: 90vw;
	height: 90vh;
	margin: auto;
	position: absolute;
	pointer-events: none;
}

.window-frame {
	width: 100%;
	height: 100%;
	display: flex;
	transform: translateZ(150px);
}

.window-border {
	background-color: black;
	width: 100%;
	height: 100%;

	transform: translateZ(150px);
	clip-path: polygon(1% 1%, 1% 99%, 14.25% 99%, 14.25% 14.25%, 80.75% 14.25%, 80.75% 80.75%, 14.25% 80.75%, 14.25% 99%, 99% 99%, 99% 1%);
	
}

/*obscurer of about section*/
.trans-border-color /*for the windows of the about section*/
{
	transition: border-color 0.5s ease;
	display: flex; /*for the pseudo-element*/
	border: 2vmax solid;
	
}

.trans-border-color:before
{
	content: " ";
	position: relative;
	width: 100%;
	height: 100%;
	border: 0.35vmax solid black;
}

.window-frame.trans-border-color
{
	border-width: 4vmax;
}

.window-standard
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

#window-b
{
	transform: translateZ(150px);
}


/*window classes*/

.window-b-1
{
	height: 33%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}
.window-b-2
{
	height: 33%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	
}
.window-b-3
{
	height: 34%; /* need to jack it up to get rid of seams */
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}

.window-b-1-1
{
	
	width: 70%;
	height: 100%;
}


.window-b-1-2
{
	width: 30%;
	height: 100%;
}

.window-b-2-1
{
	width: 30%;
	height: 100%;
}

.window-b-2-2
{
	width: 70%;
	height: 100%;
}

.window-b-3-1
{
	width: 20%;
	height: 100%;
}

.window-b-3-2
{
	width: 80%;
	height: 100%;
}

.window-p1-1
{
	height: 100%;
	width: 22%;
	margin: auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.window-p1-2
{
	height: 100%;
	width: 55%;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.window-p1-3
{
	height: 100%;
	width: 23%;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.window-p1-1-1
{
	width: 100%;
	height: 100%;
}
.window-p1-2-1
{
	width: 100%;
	height: 70%;
}

.window-p1-2-2
{
	width: 100%;
	height: 30%;
}

.window-p1-3-1
{
	width: 100%;
	height: 50%;
}
.window-p1-3-2
{
	width: 100%;
	height: 50%;
}

.window-p-standard
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

#window-p1
{
	transform: translateZ(150px);

}

/*bg of about section*/
#window-b-1-bg
{
	height: 33%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}
#window-b-2-bg
{
	height: 33%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	
}
#window-b-3-bg
{
	height: 34%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	
}
#window-b-1-1-bg
{
	/*width: 70%;
	height: 100%;*/
	background-color: White;
	background: url(../bg/1851.png) center/cover no-repeat;
}

#window-b-1-2-bg
{
	/*width: 30%;
	height: 100%;*/
	background-color: Blue;
	background: url(../img/fu-main.jpg) center/cover no-repeat;
}

#window-b-2-1-bg
{

	background-color: Blue;
	background: url(../bg/topwo.png) center/cover no-repeat;
}

#window-b-3-1-bg
{

	background: url(../bg/landyne-mockup.png) center/cover no-repeat;
	background-color: Blue;
}

#window-b-3-2-bg
{
	/*width: 80%;
	height: 100%;*/
	background: url(../img/test.webp) center/cover no-repeat;
	background-color: Blue;
}


#window-p1-1-1-bg
{
	/*height: 100%;
	width: 20%;
	margin: auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;*/
	background: url(../img/landyne-3.png) center/cover no-repeat;
}

#window-p1-2-1-bg
{
	background: url(../img/landyne-mockup.png) center/cover no-repeat;
}

#window-p1-3-1-bg
{
	background: url(../img/landyne-logo.png) center/cover no-repeat;
}

#window-p1-3-2-bg
{
	background: url(../img/landyne-6.png) center/cover no-repeat;
}

#window-p2-1-1-bg
{
	background: url(../img/2-1-1.jpg) center/cover no-repeat;
}

#window-p2-2-1-bg
{
	background: url(../img/2-2-1.png) center/cover no-repeat;
}

#window-p2-3-1-bg
{
	background: url(../img/2-3-1.png) center/cover no-repeat;
}

#window-p2-3-2-bg
{
	background: url(../img/2-3-2.jpg) center/cover no-repeat;
}

#window-p3-1-1-bg
{
	background: url(../img/3-1-1.png) center/cover no-repeat;
}

#window-p3-2-1-bg
{
	background: url(../img/3-2-1.png) center/cover no-repeat;
}

#window-p3-3-1-bg
{
	background: url(../img/3-3-1.jpg) center/cover no-repeat;
}

#window-p3-3-2-bg
{
	background: url(../img/3-3-2.jpg) center/cover no-repeat;
}

#window-p4-1-1-bg
{
	background-color: white;
	background: url(../img/fru-2.png) center/cover no-repeat;
}

#window-p4-2-1-bg
{
	background: url(../img/fu-main.jpg) center/cover no-repeat;
}

#window-p4-3-1-bg
{
	background: url(../img/fru-1.png) center/cover no-repeat;
}

#window-p4-3-2-bg
{
	background: url(../img/fru-3.png) center/cover no-repeat;
}

#back-panel
{
  z-index: -1;
  
  background-color: #99b3e6;
  transition: background-color 0.5s ease;
}

#panel-nav {
  z-index: 10;
  pointer-events: none;
  
  width: calc(100% - 5vmin);
  height: calc(100% - 5vmin);
  position: fixed;
  top: 4vmin;
  bottom: 4vmin;
}

#panel-nav * {
  pointer-events: auto;
}

/*4.1 IMG DECLARATIONS*/

#window-b-3-2-bg {
  background: url(../bg/backviewdesktop.png) center/cover no-repeat;
}

#landyne-main {
  background: url(../img/landyne-mockup.png) center/cover no-repeat;
}

#wacom-main {
  background: url(../img/wacom-poster.png) center/contain no-repeat;
}

#fu-main {
  background: url(../img/fu-main.jpg) center/cover no-repeat;
}



#cave-story-main {
  background: url(../img/cave-story-poster.png) center/cover no-repeat;
}

#propose-main {
  background: url(../img/propose-main.png) center/cover no-repeat;
}

/*item 1*/

#landyne-1 {
  background: url(../img/landyne-1.png) center/contain no-repeat;
}

#landyne-2 {
  background: url(../img/landyne-2.png) center/contain no-repeat;
}

#landyne-3 {
  background: url(../img/landyne-3.png) center/contain no-repeat;
}

#landyne-4 {
  background: url(../img/landyne-4.png) center/contain no-repeat;
}

#landyne-5 {
  background: url(../img/landyne-5.png) center/contain no-repeat;
}

#landyne-6 {
  background: url(../img/landyne-6.png) center/contain no-repeat;
}

#landyne-7 {
  background: url(../img/landyne-7.png) center/contain no-repeat;
}

#landyne-8 {
  background: url(../img/landyne-8.png) center/contain no-repeat;
}

/*ITEM 2*/

#subway-dragon {
  background: url(../img/subway-dragon.png) center/contain no-repeat;
}

#princess {
  background: url(../img/princess.png) center/contain no-repeat;
}

#viking {
  background: url(../img/viking.png) center/contain no-repeat;
}

#draw-on-me {
  background: url(../img/draw-on-me.png) center/contain no-repeat;
}

#draw-on-me-mock {
  background: url(../img/draw-on-me-mock.png) center/contain no-repeat;
}

/*ITEM 3*/

#fu-1 {
  background: url(../img/fu-1.png) center/contain no-repeat;
}

#fu-2 {
  background: url(../img/fu-2.png) center/contain no-repeat;
}

#fu-3 {
  background: url(../img/fu-3.png) center/contain no-repeat;
}

/*ITEM 4*/

#ticket-1 {
  background: url(../img/ticket.png) center/contain no-repeat;
}

#cave-story-poster {
  background: url(../img/cave-story-poster.png) center/contain no-repeat;
}

#cave-story-box {
  background: url(../img/cave-story-box.png) center/contain no-repeat;
}

#cave-story-ad {
  background: url(../img/cave-story-ad.png) center/contain no-repeat;
}

/*1851 page*/

#area-logo {
  background: url(../img/1851-logo.png) center/contain no-repeat;
}

#area-facebook {
  background: url(../img/1851-facebook.png) center/contain no-repeat;
}

#area-ad {
  background: url(../img/1851-ad.png) center/contain no-repeat;
}

#area-avatars {
  background: url(../img/1851-avatars.png) center/contain no-repeat;
}

/*------------------5 FULL PAGE MODS----------------------*/

.fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-slidesNav *{
    opacity: 0.8;
}

/*------------------6 MEDIA QUERIES----------------------*/

@media all and (max-width: 1024px) {

  body {
    font-size: 18px;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 40px;
  }

  nav {
    font-size: 16px;
  }

  .panel {
    height: calc(100% - 8vmin);
    width: calc(100% - 8vmin);
    top: 4vmin;
    bottom: 4vmin;
    margin: auto;
  }

  .slide-img {
    width: 80%;
    height: 80%;
  }

  #site-header {
    font-size: 50px;
  }

  .blurb {
    width: 70%;
  }

  .blurb-p {
    font-size: 17px;
    width: 60%;
  }

  .main-img {
    width: 70%;
  }

  .blurb-proj {
    width: 70%;
  }

  .blurb-heading {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
  }

  footer ul {
    width: 30%;
  }
  
  #home-section-bg
	{
		background: url(../bg/frontscene-tablet.png);
	}
	
	#greetings-box
	{

		background: url(../bg/tabletbubble.png) no-repeat center / contain;
		width: 60vw;
		height: 30vh;
		
		margin: 10vh 20vw 50vh 20vw;
	}
	
	#greetings
	{
		font-size: 5vw;
	}
	
  
}

@media all and (max-width: 768px) {
/*@media only screen and (max-device-width: 480px) {*/
  body {
    font-size: 14px;
  }

  h1 {
	
    font-size: 50px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 19px;
  }

  nav  {
    font-size: 14px;
  }
  
  .panel {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }

  .slide-img {
    width: 90%;
    height: 90%;
  }

  .tilt {
    transform-style: flat;
  }

  #site-header {
    font-size: 30px;
  }

  .blurb {
    width: 80%;
  }

  .main-img {
    width: 100%;
  }

  .blurb-proj {
    width: 100%;
    display: block;
  }

  .blurb-p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .blurb-heading {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;

  }

  .blurb-heading {
    flex-direction: row;
  }

  footer ul {
    width: 50%;
  }

  .fp-controlArrow.fp-prev {
    border-width: 23.5px 25px 23.5px 0;
    top: 87%;
  }
  .fp-controlArrow.fp-next {
    border-width: 23.5px 0px 23.5px 25px;
    top: 87%;
  }
  
	#greetings
	{
		font-size: 5vw;
	}
  
  #greetings-box
	{

		background: url(../bg/mobilebubble.png) no-repeat center / contain;
		width: 70vw;
		height: 30vh;
		
		margin: 7vh 15vw 63vh 15vw;
	}
  
  /*WINDOWS*/
  
	.window-b-1
	{
		height: 40%;
		width: 100%;
	}
	.window-b-2
	{
		height: 20%;
		width: 100%;	
	}
	.window-b-3
	{
		height: 40%;
		width: 100%;
	}
  
	.window-b-1-1
	{
		width: 50%;
		height: 100%;
	}


	.window-b-1-2
	{
		width: 50%;
		height: 100%;
	}

	.window-b-2-2
	{
		width: 100%;
		height: 100%;
	}

	.window-b-2-1
	{
		display: none;
		width: 0%;
		height: 100%;
	}

	.window-b-3-1
	{
		display: none;
		width: 0%;
		height: 100%;
	}

	.window-b-3-2
	{
		width: 100%;
		height: 100%;
	}
	
	.window-p1-1
	{
		display: none;
	}

	.window-p1-2
	{
		width: 100%;
	}
	
	.window-p1-3
	{
		display: none;
	}
	
	.window-p1-2-1
	{
		height: 70%;
	}

	.window-p1-2-2
	{
		width: 100%;
		height: 30%;
	}
	
	/*NO PERSPECTIVE BGS*/
  
	#home-section-bg
	{
		background: url(../bg/frontscene-mobile.png) center/cover no-repeat;
	}
  
	#window-b-1-1
	{
		background: url(../bg/topwo.png) center/cover no-repeat;
		
	}
	
	#window-b-1-2
	{
		background: url(../img/fu-main.jpg) center/cover no-repeat;
	}
	
	#window-b-3-2
	{
	  background: url(../bg/backviewmobile.png) center/cover no-repeat;
	}
	
	#window-p1-1-1
	{
		background: url(../img/landyne-3.png) center/cover no-repeat;
	}
	
	#window-p1-2-1
	{
		background: url(../img/landyne-mockup.png) center/cover no-repeat;
	}
	
	#window-p2-2-1
	{
		background: url(../img/2-2-1.png) center/cover no-repeat;
	}
	
	#window-p3-2-1
	{
		background: url(../img/3-2-1.png) center/cover no-repeat;
	}
	
	#window-p4-2-1
	{
		background: url(../img/fu-main.jpg) center/cover no-repeat;
	}
	
	header
	{
		display: none;
	}
	
	#site_menu
	{
		display: none;
	}
	
	#logo-area
	{
		display: none;
	}

}