@charset "UTF-8";


body {
      padding: 80px 0 0;
    }

	  header {
      height: 60px;
    }

#bookshelf {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%; /* 805px; */
	height: 440px; 
	background-size: contain;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
  align-items: flex-end; 
}

#bookshelf #b-shelf {
	position: relative;
	bottom: 0;
	z-index: 999;
	margin: 0 0 44px;
	padding: 0;
	width: 80%;
	height: 420px; 
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
  align-items: flex-end; 
}

#bookshelf #b-shelf .bookspine {
	position: relative;
	z-index: 999;
	margin: 0 1px;
	padding: 0;
	width: 50px; /* 67px; */
	height: 380px;
	cursor: pointer;
	border: 1px solid #3E2106;
	border-bottom: none;
	border-radius: 6px 6px 2px 2px;
	
	background-color: #92742F;
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;

	display: -webkit-flex; 
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
  align-items: center; 

	transition: all 0.2s ease-in-out
}

#bookshelf #b-shelf .bookspine figure { 
	margin: 12px 0 4px;
	padding: 0;
	width: auto;
	height: 55px;
	border: none; 
}

#bookshelf #b-shelf .bookspine hr { 
	margin: 0 auto 24px;
	padding: 0;
	width: 98%;
	height: 6px;
	line-height: 1;
	border: none;
	border-bottom: 6px double gold; 
}

#bookshelf #b-shelf .bookspine figure img {
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	border: none;
}

#bookshelf #b-shelf .bookspine .title { 
	display: block;
	margin: 0;
	padding: 0; 
	width: 220px;
	font-size: 1.2rem;
	color: #D7B35F;
	text-align: left;
	white-space: nowrap;
	transform: rotate(90deg) translateX(80px); 
}

#bookshelf #b-shelf #spine2.bookspine {  
	background-color: #990000;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine3.bookspine {  
	background-color: #2C7A4C;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine4.bookspine {  
	background-color: #2A576B;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine5.bookspine {  
	background-color: #A06617;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine6.bookspine {  
	background-color: #990000;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine7.bookspine {  
	background-color: #7a95ac;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf #spine8.bookspine {  
	background-color: #5E3C20;
	border-color: #000; /* #7F1805; */
	/* https://cssgradient.io/ */
	background-image: linear-gradient(90deg,rgba(0,0,0, 0.4) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0, 0.4) 100%), url(../img/patterns/low-contrast-linen.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;
}

#bookshelf #b-shelf .bookspine:hover { 
  text-decoration: none;
	transform: scale(1.03);
	box-shadow: 0 0 12px rgba(0,0,0,0.6), inset 0 0 12px rgba(29, 67, 85, 0.9); 
	border-radius: 7px 7px 4px 4px;
}

#bookshelf #shelf {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 44px;
	border: 2px solid #3E2106;
	border-top: none;
	border-radius: 7px; 
	background-color: #5F3916;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.3) 100%), url(../img/patterns/tileable-wood-colored-h.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat-x;

	box-shadow: 4px 8px 7px rgba(0,0,0,0.5); /* , inset 0 0px 6px rgba(0,0,0, 0.5) */
}


/*
#bookshelf #leftleg {
	position: absolute;
	bottom: -68px;
	left: 44px;
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 68px;
	border: 2px solid #3E2106;  
	background-color: #5F3916;
	background-image: linear-gradient(90deg,rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.3) 100%), url(../img/patterns/tileable-wood-colored.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;

	box-shadow: 4px 2px 7px rgba(0,0,0,0.5);
}

#bookshelf #rightleg {
	position: absolute;
	bottom: -68px;
	right: 44px;
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 44px;
	height: 68px;
	border: 2px solid #3E2106;  
	background-color: #5F3916;
	background-image: linear-gradient(90deg,rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.3) 100%), url(../img/patterns/tileable-wood-colored.png);
	background-position: 0 0, 0 0;
	background-repeat: no-repeat, repeat;

	box-shadow: 4px 2px 7px rgba(0,0,0,0.5);
}
  */


/* Overrides 
---------------------------------------------------------------------------- */

section.page {
  position: relative;
}

#tolibrary {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 50px;
  height: auto;
}

#tolibrary img {
  width: 100%;
  height: auto;
}

.dieface {
  display: inline-block;
  padding: 0 2px 2px;
  border: 1px solid #f9f9f9;
}

#audiojungle, .audiojungle {
	text-align: center; 
	margin-bottom: 22px;
}

.signature {
  font-family: "Over the Rainbow", serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.center span {
	display: block;
	font-size: 0.9rem;
	font-style:italic;
}



/* =======================================================================================
		Mobile First Media Queries
======================================================================================= */

/* mobile 2 - up to 379px */
@media (min-width: 380px) {

	

}

/* tablet - 380px to 599px (larger than 600px wide) */
@media (min-width: 600px) {

	  #tolibrary { 
    top: 28px;
    left: 32px; 
	 }
		
  #bookshelf #b-shelf .bookspine {
		width: 67px;
	}

}

/* desktop  - 600px to 819px */
@media (min-width: 820px) {

  body {
      padding: 160px 0 0;
    }

	  header {
      height: 110px;
    }

		

}

/* desktop 2 - 820px to 1039px */
@media (min-width: 1040px) {
  
}

