@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;
}
 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: pointer;
 	 text-transform: uppercase;

}
 p {
	 font-family: 'Short Stack', sans-serif;
	 font-size: 1em;
	 margin: 0;
	 line-height: 1.3em;
 	 text-transform: uppercase;

}
 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: 1.25rem 1.25rem 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;
	 box-shadow: 0;
}
 #sketchnotes.current {
	 top: 5.75rem;
}
 #infographics {
	 top: 15.125rem;
	 z-index:3;
}
 #infographics.current {
	 top: 15.375rem;
}
 #design {
	 top: 24.75rem;
	 z-index:8;
}
 #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);
}
 #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;
	 z-index:4;
}
 #card:hover {
	 top: -1.375rem;
	 right: 4.0625rem;
}

/* 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;
	 box-shadow: 0px 0px 1.25rem red, inset 0px 0px 3.75rem pink;
	 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 #book {
  width: 60rem; 
}

#paper-inside {
  width: 56rem;
  height: 38rem;
  background-color: #fbefe1;
  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: 'Short Stack', sans-serif;
 text-transform: uppercase;
  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: #fbefe1;
  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;    
  top: 1rem;
  z-index: 3;
}

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




 