@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;
}
 .cover {
	 background-color: #abc3b5;
	 border-radius: 0.3125rem 1.875rem 1.875rem 0.3125rem;
	 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);
}
.notebook-skin {
	 height: 10rem;
	 width: 30.1rem;
	 right: -0.05rem;
	 background: #e8e8e0;
	 font-family: "Quicksand", sans-serif;
	 font-size: 1.5rem;
	 margin-top: 5rem;
	 padding: 1rem;
	 position: absolute;
	 z-index: 3;
	 color: #222;
	 text-align: left;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
 .notebook-skin:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 2rem;
	 left: 0;
	 bottom: 0;
	 background: #cddc39;
}
 #elastic-verytop {
   z-index: 4;
	 width: 1.5625rem;
	 height: 0.1875rem;
	 position: absolute;
	 top: -0.1875rem;
	 right: 4.0625rem;
	 border-radius: 0.1875rem 0.1875rem 0px 0px;
}
 #elastic-top-box {
   z-index: 4;
	 width: 1.875rem;
	 height: 0.625rem;
	 position: absolute;
	 right: 3.75rem;
	 overflow: hidden;
}
 #elastic-top {
   z-index: 4;
	 width: 1.4375rem;
	 height: 1.5625rem;
	 position: absolute;
	 background-size: 25% 100%;
	 -webkit-transform: rotate(-25deg);
	 -moz-transform: rotate(-25deg);
	 transform: rotate(-25deg);
	 -webkit-transform-origin: 0% 0%;
	 -moz-transform-origin: 0% 0%;
	 transform-origin: 0% 0%;
}
 #elastic-main {
   z-index: 4;
	 width: 1.5625rem;
	 height: 40.1875rem;
	 position: absolute;
	 top: 0.625rem;
	 right: 3.75rem;
	 border-radius: 0px 0px 0.1875rem 0.1875rem;
}
 #elastic-inner {
   z-index: 4;
	 width: 1.5625rem;
	 height: 40.1875rem;
	 position: absolute;
	 top: -3px;
	 right: 3.75rem;
	 border-radius: 0.1875rem;
}
 .elastic {
   z-index: 4;
	 background-color: #abc3b5;
	 background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	 background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	 background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	 background-image: -o-linear-gradient(left, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .2) 100%);
	/*background-image: linear-gradient(to right, hsla(0,0%,100%,.2) 0%, hsla(0,0%,100%,0) 40%, hsla(0,0%,0%,0) 60%, hsla(0,0%,0%,.2) 100%);
	*/
	 background-size: 20% 100%;
	 box-shadow: 0.125rem 0px 0.3125rem rgba(0, 0, 0, .2);
}
 .nav {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 position: absolute;
	 right: -4.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: #fbfae8;
	 box-shadow: 0.3125rem -0.3125rem 0.625rem rgba(0, 0, 0, .2), inset 0px 0px 0.125rem rgba(255, 255, 255, .5), inset 0px 0px 1.875rem #f2cb9b;
	 -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: -5.0rem;
}
 #sketchnotes {
	 top: 5.5rem;
}
 #sketchnotes.current {
	 top: 5.75rem;
}
 #infographics {
	 top: 15.125rem;
}
 #infographics.current {
	 top: 15.375rem;
}
 #design {
	 top: 24.75rem;
}
 #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;
	 z-index:-2;
	 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, .2);
	 	 z-index:-2;

}
 #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;
}
 #card:hover {
	 top: -1.375rem;
	 right: 4.0625rem;
}
/* Front Cover Stuff */
 #paper-front {
	 width: 29.0625rem;
	 height: 40rem;
	 top: 0.3125rem;
	 left: 0.375rem;
	 border-radius: 0px 1.25rem 1.25rem 0px;
}
 #front-cover {
	 width: 30rem;
	 height: 40rem;
	 padding: 7.5rem;
	 position: absolute;
	 top: 0.625rem;
	 left: 0px;
	 border-top-left-radius: 0;
}
 #front-cover p {
	 margin-top: 3rem;
	 color: #1a1a1a;
	 font-size: 1.7em;
	 text-align: center;
	 text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
}
 #back-cover {
	 width: 29.6875rem;
	 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 rgba(0, 0, 0, .4), inset 0px 0px 3.75rem #f2cb9b;
	 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: -1rem;
	 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: -1.25rem;
	 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%;
}




 