@import "compass/css3";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Short+Stack&display=swap');

/* Vars */
/* Mixins */
/*** Containers ***/
 :root {
	 background-color: #222;
	 background-attachment: fixed;
	 font-size: 16px;
}
 @media screen and (max-width: 1100px) {
	 :root {
		 font-size: 14px;
	}
}
 @media screen and (max-width: 950px) {
	 :root {
		 font-size: 16px;
	}
}
 @media screen and (max-width: 600px) {
	 :root {
		 font-size: 8px;
	}
}
 @media screen and (min-width: 1300px) {
	 :root {
		 font-size: 18px;
	}
}
 @media screen and (min-width: 1600px) {
	 :root {
		 font-size: 20px;
	}
}
 body {
	 font-size: 1em;
	 cursor: url('cursor.png'), auto;
}
 h1 {
	 font-family: 'Walter Turncoat', sans-serif;
	 font-size: 2.5em;
	 font-weight: normal;
}
 h2 {
	 font-family: 'Walter Turncoat', sans-serif;
	 font-size: 2em;
	 margin: 0;
	 font-weight: normal;
}
 h3 {
	 font-family: 'Walter Turncoat', sans-serif;
	 font-size: 1.5em;
	 margin: 0;
	 font-weight: normal;
}
 a {
	 font-family: 'Short Stack', sans-serif;
	 text-decoration: none;
	 color: #050505;
 	 cursor: url('click.png'), pointer;
}
 p {
	 font-family: 'Short Stack', sans-serif;
	 font-size: 1em;
	 margin: 0;
	 line-height: 1.3em;
}
 object, img {
	 max-width: 100%;
}
 div {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
 #wrapper {
	 width: auto;
	 margin: 3.75rem auto 0;
	 padding: 0 3.5rem;
}
 #book {
	 width: 30rem;
	 height: 50rem;
	 margin: 0 auto;
	 position: relative;
	 z-index: 2;
}
/*center line*/
#book::before {
  content: "";
  position: absolute;
  top: 1rem;            
  left: 50%;            
  transform: translateX(-50%);
  height: 38rem;        
  width: 1px;           
  background: #d1c49d;  
  z-index: 7;           
  
}

 .cover {
	 background-color: #abc3b5;
	 border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
	 box-shadow: inset 0px 0px 0.625rem rgba(255, 255, 255, 0.6), 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, .4), 0.625rem 0.625rem 1.875rem rgba(0, 0, 0, .2);
}

 .nav {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 position: absolute;
	 right: -3.5rem;
	 width: 8.5rem;
	 height: 4.375rem;
	 padding-top: 0.9375rem;
	 text-align: center;
	 text-transform: uppercase;
	 font-family: 'Short Stack', sans-serif;
	 font-size: 1em;
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 transform: rotate(90deg);
	 border-radius: 0.5rem 0.5rem 0px 0px;
	 background-color: #fbefe1;
	 -webkit-transition: all 0.1s ease-in-out 0s;
	 -moz-transition: all 0.1s ease-in-out 0s;
	 -o-transition: all 0.1s ease-in-out 0s;
	 -ms-transition: all 0.1s ease-in-out 0s;
	 transition: all 0.1s ease-in-out 0s;
}
 .nav:hover {
	 right: -4.0rem;
}
 #sketchnotes {
	 top: 5.5rem;
	 z-index:4;
}
 #sketchnotes.current {
	 top: 5.75rem;
}
 #infographics {
	 top: 15.125rem;
	 z-index:3;
}
 #infographics.current {
	 top: 15.375rem;
}
 #design {
	 top: 24.75rem;
	 z-index:2;
}
 #design.current {
	 top: 24.0625rem;
}
 #home-nav .back-one {
	 background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 55%);
	 background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 55%);
	 background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 55%);
	 background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 55%);
	 background-image: linear-gradient(to top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 55%);
}
 #home-nav .back-two {
	 background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%);
	 background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%);
	 background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%);
	 background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%);
	 background-image: linear-gradient(to top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 70%);
}
 .card {
	 width: 21rem;
	 height: 12rem;
	 background-color: #fefefe;
	 position: absolute;
	 top: -0.9375rem;
	 right: 3.125rem;
	 -webkit-transform: rotate(10deg);
	 -moz-transform: rotate(10deg);
	 transform: rotate(10deg);
	 box-shadow: 0.3125rem -0.3125rem 20px rgba(0, 0, 0, .1);
	 z-index:8;
}
 #card {
	 -webkit-transition: all 0.2s ease-in-out 0s;
	 -moz-transition: all 0.2s ease-in-out 0s;
	 -o-transition: all 0.2s ease-in-out 0s;
	 -ms-transition: all 0.2s ease-in-out 0s;
	 transition: all 0.2s ease-in-out 0s;
}

/* Front Cover Stuff */
 #back-cover {
	 width: 60rem;
	 height: 40rem;
	 position: absolute;
}
 .paper {
	 width: 58.75rem;
	 height: 48.5rem;
	 background-color: #fbefe1;
	 position: absolute;
	 
	 left: 0.625rem;
	 top: 0.375rem;
	 padding: 1.3125rem;
	 border-radius: 1.25rem;
	 /* for grid background - need to make it compatiable with all the browsers */
	 background-image: linear-gradient(#e4e4e4 1px, transparent 1px), linear-gradient(90deg, #e4e4e4 1px, transparent 1px);
   background-size: 1rem 1rem, 1rem 1rem, 2px 2px, 2px 2px;
	 /*background-image: -webkit-linear-gradient(left, rgba(242, 203, 155, 0) 40%, rgba(242, 203, 155, .3) 49%, rgba(242, 203, 155, .3) 51%, rgba(242, 203, 155, 0) 60%);
	 background-image: -moz-linear-gradient(left, rgba(242, 203, 155, 0) 40%, rgba(242, 203, 155, .3) 49%, rgba(242, 203, 155, .3) 51%, rgba(242, 203, 155, 0) 60%);
	 background-image: -ms-linear-gradient(left, rgba(242, 203, 155, 0) 40%, rgba(242, 203, 155, .3) 49%, rgba(242, 203, 155, .3) 51%, rgba(242, 203, 155, 0) 60%);
	 background-image: -o-linear-gradient(left, rgba(242, 203, 155, 0) 40%, rgba(242, 203, 155, .3) 49%, rgba(242, 203, 155, .3) 51%, rgba(242, 203, 155, 0) 60%);*/
	 
}
 #contact-line {
	 margin: 0.5rem 0px 0px 0.625rem;
	 font-family: 'Short Stack', sans-serif;
	 text-transform: uppercase;
	 font-size: 1.5em;
}
 #stack {
	 position: absolute;
	 right: 38rem;
	 top: 1.875rem;
	 width: 25.5rem;
	 height: 42rem;
	 z-index: 0;
	 -webkit-transition: all 0.2s ease-in-out 0s;
	 -moz-transition: all 0.2s ease-in-out 0s;
	 -o-transition: all 0.2s ease-in-out 0s;
	 -ms-transition: all 0.2s ease-in-out 0s;
	 transition: all 0.2s ease-in-out 0s;
	 -webkit-transform: rotate(5deg);
	 -moz-transform: rotate(5deg);
	 transform: rotate(5deg);
}
 #stack.blog {
	 -webkit-transform: rotate(0deg);
	 -moz-transform: rotate(0deg);
	 transform: rotate(0deg);
	 margin-top: 3.75rem;
}
 #stack:hover {
	 right: 39rem;
	 top: 1.25rem;
}
 .home #stack {
	 -webkit-transform: rotate(-5deg);
	 -moz-transform: rotate(-5deg);
	 transform: rotate(-5deg);
	 top: 2.5rem;
	 left: -1.125rem;
	 right: auto;
}
 .home #stack:hover {
	 left: -1.5rem;
	 top: 1.875rem;
}
 #blog-paper {
	/* Same size as book for now */
	 width: 30rem;
	 height: 40rem;
	 position: relative;
	 margin: 1em auto;
	 padding: 1em 2em;
	 border-radius: 0.1875rem;
	 background-color: #f2dd72;
	 background-image: -webkit-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -moz-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -ms-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -o-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-size: 100% 1.2em;
	 background-position: 0 0.6em;
	 background-origin: content-box;
	 box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .4);
}
 #blog-paper:before, #blog-paper:after {
	 content: "";
	 border-radius: 0.1875rem;
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 left: 0;
	 background-color: #f2dd72;
	 background-image: -webkit-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -moz-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -ms-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-image: -o-linear-gradient(#c2bf61 1px, transparent 1px);
	 background-size: 100% 1.2em;
	 background-position: 0 0.6em;
	 background-origin: content-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .4);
	 -webkit-transition: all 0.1s ease-in-out 0s;
	 -moz-transition: all 0.1s ease-in-out 0s;
	 -o-transition: all 0.1s ease-in-out 0s;
	 -ms-transition: all 0.1s ease-in-out 0s;
	 transition: all 0.1s ease-in-out 0s;
}
 #blog-paper:before {
	 top: 0.25rem;
	 z-index: -1;
	 -webkit-transform: rotate(2deg);
	 -moz-transform: rotate(2deg);
	 transform: rotate(2deg);
}
 #blog-paper:after {
	 top: 0.5rem;
	 z-index: -2;
	 -webkit-transform: rotate(-2deg);
	 -moz-transform: rotate(-2deg);
	 transform: rotate(-2deg);
}
 .blog #book {
	 position: absolute;
	 z-index: -3;
	 left: -22.25rem;
}
 #blog-paper {
	 position: absolute;
	 width: 25.5rem;
	 height: 40rem;
	 margin: 0;
	 padding: 0;
}
 #blog-link {
	 font-family: 'Short Stack', sans-serif;
	 font-size: 1.5em;
	 text-transform: uppercase;
	 position: absolute;
	 right: 2.8125rem;
	 top: 3.125rem;
	 margin: 0;
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	 transform: rotate(90deg);
	 -webkit-transform-origin: 100% 100%;
	 -moz-transform-origin: 100% 100%;
	 -ms-transform-origin: 0% 0%;
	 transform-origin: 100% 100%;
}
 .home #blog-link {
	 left: 2.8125rem;
	 top: 1.25rem;
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 -ms-transform: rotate(90deg);
	 transform: rotate(90deg);
	 -webkit-transform-origin: 0% 0%;
	 -moz-transform-origin: 0% 0%;
	 -ms-transform-origin: 0% 0%;
	 transform-origin: 0% 0%;
}


/* THE BELOW IS FOR THE EMPTY OPEN PAGES */
/* OPEN NOTEBOOK SPECIFIC */
.open #book {
  width: 60rem; /* wider to look open */
}

#paper-inside {
  width: 56rem;
  height: 38rem;
  background-color: #fbfae8;
  position: absolute;
  left: 2rem;
  top: 1rem;
  padding: 2rem;
  border-radius: 1.25rem;
  /*box-shadow: 0 0 0.4rem rgba(0, 0, 0, .4);
  background-image: linear-gradient(to right, rgba(242, 203, 155, 0) 40%, rgba(242, 203, 155, .3) 49%, rgba(242, 203, 155, .3) 51%, rgba(242, 203, 155, 0) 60%);*/
  z-index:6;
}

.page-content {
  font-family: 'Microsoft Sans Serif', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  width:50%;
}

.page-content.left {
  float: left;
}

.page-content.right {
  float: right;
  padding-left:1rem;
}

.open .notebook-skin {
  display: none; /* hide closed skin */
}


.extra-page {
  position: absolute;
  background-color: #fbfae8;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, .4);
}

/* Example for left-side pages */
.extra-page.left.one {
  width: 56.5rem;     
  height: 38rem;
  left: 1.75rem;      
  top: 1rem;
  z-index:5;
}

.extra-page.left.two {
  width: 57rem;
  height: 38rem;
  left: 1.5rem;
  top: 1rem;
  z-index:4;
}

/* Right-side pages */
.extra-page.right.one {
  width: 57.5rem;
  height: 38rem;
  left: 1.25rem;       /* same left */
  top: 1rem;
    z-index: 3;
}

.extra-page.right.two {
  width: 58rem;
  height: 38rem;
  left: 1rem;
  top: 1rem;
  z-index:2;
}

#card-text{
	 padding: 0.9375rem;
}


/*photo pile*/

.photopile { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top:11rem;
}
.photopile figure { 
  display: inline-block;
  max-width: 50%;
  background: white;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  transform: rotate(2deg);
  margin: 0 -25px;
}
.photopile figure img {
  max-width: calc(100% - 2rem);
  margin: 1rem 1rem 0 1rem;
  border: 2px rgb(0,0,0,0.55) inset;
}
.photopile figcaption {
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
  font-size: 1rem;
  color: black;
}

.tape{
  display: block;
  width: 100px;
  height: 30px;
  position: relative;
  margin: auto;
  background: rgba(255,255,200,0.6);
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  z-index:10; 
  transform: rotate(30deg);
}
/*
.photopile figure:hover { 
  z-index: 3;
}*/
.photopile figure:nth-child(2n) { 
  transform: rotate(-10deg);
}
.photopile figure:nth-child(3n) {
  transform: rotate(5deg);
}
.photopile figure:nth-child(4n) { 
  transform: rotate(4deg);
}
.photopile figure:nth-child(5n) { 
  transform: rotate(-2deg);
}
.photopile figure:nth-child(6n) {
  transform: rotate(-7deg);
}

/* windows css */

.win98popup {
	 display: flex;
	 flex-flow: column nowrap;
	 justify-content: space-between;
	 align-items: center;
	 font-family: "Microsoft Sans Serif", sans-serif;
	 background: #c2c6ca;
	 font-size: 0.75em;
	 -webkit-font-smoothing: none;
	 width: 23.5rem;
	 height: 30rem;
	 box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px #c2c6ca, inset -1px -1px #85898d, inset 2px 2px white;
}
 .win98popup button {
	 background: #c2c6ca;
	 border: none;
	 padding: 0;
	 border-radius: 0;
	 outline: none;
}
 .win98popup .shadow {
	 box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px white, inset -1px -1px #85898d;
}
.win98popup .inside-panel{
  height: 25rem;
  width: 22.75rem;
  background: #fcfcfc;
	box-shadow: 0.5px 0.5px 0 0.5px white, inset 1px 1px #85898d, inset -1px -1px #c2c6ca, inset 2px 2px black;
  margin-bottom: 1.5rem;
  overflow-y: scroll;
}

 .win98popup .menu{
	 display: flex;
	 flex-flow: row nowrap;
	 justify-content: space-between;
	/* width: calc(100% - 10px);*/
	 width: 98%;
}

.win98popup .menu p{
	 padding: 0 0 0 5px;
}
 .win98popup .bar {
	 display: flex;
	 flex-flow: row nowrap;
	 font-weight: bold;
	 justify-content: space-between;
	/* width: calc(100% - 10px);*/
	 width: 98%;
	 height: 1.5rem;
	 color: white;
	 background: #577783;
	 padding: 2px 3px 3px;
	 margin: 1% -0.5% 0 0;
}
 .win98popup .bar p {
	 margin: 0;
}
 .win98popup .bar button {
	 width: 1.6em;
	 height: 1.5em;
	 margin: 0.25% 0.25% 0 0;
}
 .win98popup .bar button:active {
	 box-shadow: 0.5px 0.5px 0 0.5px white, inset 1px 1px black, inset -1px -1px #c2c6ca, inset 2px 2px #85898d;
}
 .win98popup .bar button:active svg {
	 transform: translateX(1px) translateY(1px);
}
 .win98popup .bar button svg {
	 margin: 3px 3px 3px 4px;
}
 .win98popup .buttons {
	 display: flex;
	 flex-flow: row nowrap;
	 margin: 1px 15px 14px 14px;
}
 .win98popup .buttons button {
	 width: 74px;
	 height: 22px;
	 display: grid;
}
 .win98popup .buttons button:not(:last-child) {
	 margin-right: 7px;
}
 .win98popup .buttons button p {
	 font-size: 12px;
	 margin: auto;
}
 .win98popup .buttons button img {
	 margin: 4px 3px 3px 4px;
	 display: none;
}
 .win98popup .buttons button p, .win98popup .buttons button img {
	 grid-column: 1;
	 grid-row: 1;
}
 .win98popup .buttons button:focus {
	 outline: none;
	 box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black, inset -1px -1px black, inset 2px 2px white, inset -2px -2px #85898d;
}
 .win98popup .buttons button:focus img {
	 display: block;
}
 .win98popup .buttons button:active {
	 box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black, inset -1px -1px #85898d, inset 2px 2px #85898d;
	 outline: none;
}
 .win98popup .buttons button:active p, .win98popup .buttons button:active img {
	 transform: translateX(1px) translateY(1px);
}


 

 