@charset "utf-8";

body {
	font-family: 'Varela Round', sans-serif;
	font-size:12pt;
	color:#000000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	margin:0;
}

/*font-family: 'Roboto', sans-serif;
font-family: 'Italianno', cursive;*/

#siteContent {
	width:70%;
	height:100%;
	min-height:700px;
	margin:0 auto;
}

header {
	width:70%;
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	color:#0b0b7a;
}

header h1 {
	font-size:1.5em;
	font-size: 7.2vw;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.85);
	text-align:center;
	margin:1% 0;
}

header p {
	font-size:1.2em;
	font-size: 1.3vw;
	font-weight:bold;
}

.clear {
	clear:both;
}

.welcome {
	font-family: 'Satisfy', cursive;
	font-size:4.5em;
	text-align:center;
	margin:0;
}

.signature {
	font-family: 'Satisfy', cursive;
	font-size:1.8em;
}

#title {
	width:70%;
	float:left;
}

#pic {
	width:25%;
	float:right;
	padding:0 10px 0 10px;
	margin-top:1%;
}

/*Start of navigation menu*/

#navigation {
	width:100%;
	background-color:rgba(255,255,255,0.20);
	margin-bottom:2%;
}

nav {
	font-size:1.2em;
	width:70%;
	margin: 0 auto;
	padding: 0;
	position:relative;
	z-index:9999 !important;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color:rgba(255,255,255,0.00)}

nav a {
	display: block;
	padding: 0 20px;
	color: #0b0b7a;
	font-size: 1.4em;
	line-height: 1.6em;
	text-decoration: none;
}

nav ul li ul li { 
	background:rgba(215,215,215,0.70); 
}

/*nav ul li ul li:hover { 
	background:rgba(255,255,255,0.00); 
}*/

nav a:hover { 
	background-color:rgba(255,255,255,0.00);
	font-weight:bold;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 2.25em;
}

nav ul li:hover > ul { 
	display: inherit; 
}

nav ul ul li {
	width: 350px;
	font-size:0.9em;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top: -2.0em;
	left: 170px;
}

li > a:after { 
	content: ' +'; 
}

.toggle, [id^=drop] {
	display: none;
}

li > a:only-child:after { 
	content: ''; 
}
/* End of navigation menu */

#social {
	width:100px;
	display:inline-block;
	padding:5% 1% 2% 10%;
}

#social a {
	padding:0;
	
}

.fbook {
	width:30px;
	height:30px;
	border-radius:3px;
	transition: background-color 0.9s ease;
	background-color:#0b0b7a;
	margin:1%;
	float:left;
}

.fbook:hover {
	background-color:#3b5998;
}

.twitr {
	width:30px;
	height:30px;
	text-align:center;
	border-radius:3px;
	transition: background-color 0.9s ease;
	background-color:#0b0b7a;
	margin:1%;
	float:left;
}

.twitr:hover {
	background-color:#5fa9dc;
}

.pintr {
	width:30px;
	height:30px;
	text-align:center;
	border-radius:3px;
	transition: background-color 0.9s ease;
	background-color:#0b0b7a;
	margin:1%;
	float:left;
}

.pintr:hover {
	background-color:#bd2026;
}

#featureBook {
	background-color:rgba(255,255,255,0.40);
	border-radius:0.5em;
	width:60%;
	padding:1%;
	float:left;
}

.featureImage {
	width:30%;
	text-align:center;
	float:left;
}

.featureBookdetails {
	width:68%;
	float:right;
}

#quote {
	font-family: 'Italianno', cursive;
	color: #0b0b7a;
	text-align: center;
	width: 35%;
	margin-bottom: 5%;
	float: right;
}

#quote h2 {
	font-size:2.4em;
	font-weight:normal;
}

.tagLine {
	font-family: 'Varela Round', sans-serif;
	font-size:0.9em;
}

#mainContent {
	width:58%;
	padding:2%;
	float:left;
}

#secondaryContent {
	width:90%;
	height:100%;
	min-height:400px;
	margin:-20px auto 0;
	padding:1em 1em 1em 1em;
	z-index:-1;
}

aside {
	float:right;
	width:36%;
	height:100%;
	margin-bottom: 1em;
}

.sidebar {
	background-color:rgba(255,255,255,0.40);
	font-size:0.9em;
	padding:0.5em;
	margin:5% auto;
	width:30%;
	border-radius:0.5em;
	float:right;
}

.sidebar p {
	margin:0;
}

footer {
	height:30%;
	width:100%;
	background-color:rgba(102,0,153,0.60);
}

#signup {
	text-align:center;
	font-size:1.2em;
	color:#ffffff;
	padding-top: 0.1%;
}

#signup a {
	color:#ffffff;
	text-decoration:none;
	font-size:1.3em;
}

#signup a:hover {
	color:#0b0b7a;
	font-weight: bold;
	text-decoration:none;
	text-shadow:0px 0px 5px #fff;
}

#copyright {
	font-size:0.9em;
	line-height:1.1em;
	color:#000000;
	text-align:center;
	padding:0.5em;
}

#copyright p {
	margin:0;
}

#copyright a {
	color:#000000;
}

#copyright a:hover {
	color:#ff0000;
	font-size:1em;
	text-decoration:none;
	text-shadow:0.1em 0.1em #000;
}

.bookNav {
	width:100%;
	text-align:center;
}

.bookNav img {
	margin-top:2%;
}

.bookNav a {
	padding:0 1.5%;
}

.bookNav a.active {
	border-bottom: 3px solid #7334a3;
}

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

.bookDetails img {
	float:left;
	padding:0 0.8em 0.1em 0;
}

.bookDetails div {
	height:100%;
}

.bookDetails div p {
	padding:0;
	margin:0;
	font-size:1em;
}

.bookDetails h2 {
	font-size:1.3em;
}

.bookDetails h2 i {
	font-size:0.9em;
	font-weight:400;
}

.bookDetails h3 {
	font-size:1em;
	padding:0.4em 0.8em 0 1em;
	margin-bottom:0.3em;
}

.bookDetails h4 {
	font-size:1em;
	margin:0;
	padding:0.8em 0.8em 0 0.8em;
}

.bookDetails p {
	padding:0 0.2em 0 0.2em;
	margin-top:0.2em;
	font-size:1em;
}

.bookDetails p.review {
	font-size:1em;
	padding:0 1.5em 0 1em;	
}

.bookDetails div.buy {
	font-size:1em;
	text-align:right;
	display:block;
	width:80%;
	height:40px;
	margin-bottom:1%;
}

.bookDetails div.buy a {
	color: #0b0b7a;
}

.bookDetails ul {
	margin-left: 200px;
}

.bookDetails li {
	display: block;
	list-style-type: none;
	line-height: 1em;
	padding-bottom: 0.4em;
	float: none;	
}

.spacer {
	padding-bottom:0%;
}

/*Form Styling*/

.form {
	width:70%;
	margin:0 auto;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea, .contactForm select {
    font-family: 'Varela Round', sans-serif;
	font-size:1em;
	border: 0.5px solid #BBBBBB;
    color: #888;
    height: 30px;
    margin-bottom: 0.8%;
    margin-top: 0.4%;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 90%;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.39);
}

.contactForm textarea{
    padding: 5px 3px 3px 5px;
}
.contactForm select {
	height: 30px;
    text-indent: 0.01px;
    text-overflow: '';
    width: 91%;
}
.contactForm textarea{
    height:100px;
}
.contactForm .button {
	font-family: 'Varela Round', sans-serif;
	font-size:1.1em;
    background-color: #0b0b7a;
	transition: background-color 0.9s ease;
    border: none;
	margin-left:70%;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1.5px 1.5px 4px rgba(0,0,0,0.69);
    border-radius: 5px;
    cursor: pointer;
}
.contactForm .button:hover {
    background:#7334a3;
}

/*End Form Styling */


.imgSpecial {
	float:right;
	padding-right: 5%;
}





/* Mobile sml */
@media (max-width : 299px ){

nav ul li {
	display: block;
	width: 94%;
}

}

/* Mobile */
@media (min-width : 300px ) and (max-width : 619px ){

header {
	width:95%;
}

header h1 {
	font-size:1.5em;
	font-size: 9.9vw;
}

header p {
	font-size:1.2em;
	font-size: 2.7vw;
}

nav { 
	margin: 0 auto; 
	text-align:center;
}

nav a {
	font-size: 1.9em;
	line-height: 1.6em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #0b0b7a;
	font-size: 1.9em;
	line-height: 60px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav ul li ul li { 
	background:rgba(255,255,255,0.00); 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00); 
}

nav ul ul {
	float: none;
	position: static;
	color: #0b0b7a;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#social {
	width:40%;
	text-align:center;
}

.fbook {
	width:40px;
	height:40px;
	margin:0 3%;
}

.twitr {
	width:40px;
	height:40px;
	margin:0 3%;
}

.pintr {
	width:40px;
	height:40px;
	margin:0 3%;
}


#siteContent {
	width:90%;
}

#featureBook {
	width:100%;
	padding:1%;
	float:left;
}

#quote {
	width:100%;
	margin-bottom:10%;
	float:left;
}

#mainContent {
	width:100%;
	padding:2%;
	float:left;
}

.sidebar {
	margin:5% auto;
	width:90%;
	float:left;
	text-align:center;
}

#secondaryContent h2 {
	font-size:2em;
}

#secondaryContent h4 {
	font-size:1.4em;
}

#secondaryContent p {
	font-size:1.4em;
}

.bookDetails {
	width:100%;
}

.bookDetails div {
	text-align:center;
}


.bookDetails img {
	float:none;
	margin:2% auto 1%;
}

.bookDetails div p {
	font-size:1.5em;
}

.bookDetails h2 {
	font-size:1.8em;
}

.bookDetails h2 i {
	font-size:1.4em;
	font-weight:400;
}

.bookDetails h3 {
	font-size:1.5em;
}

.bookDetails h4 {
	font-size:1.5em;
}

.bookDetails p {
	font-size:1.4em;
}

.bookDetails p.review {
	font-size:1.3em;
}

.bookDetails div.buy {
	font-size:1.3em;
}

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

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 4){

header {
	width:95%;
}

header h1 {
	font-size:1.5em;
	font-size: 9.9vw;
}

header p {
	font-size:1.2em;
	font-size: 2.7vw;
}

nav { 
	margin: 0 auto; 
	text-align:center;
}

nav a {
	font-size: 1.9em;
	line-height: 1.6em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #0b0b7a;
	font-size: 1.9em;
	line-height: 60px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav ul li ul li { 
	background:rgba(255,255,255,0.00); 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00); 
}

nav ul ul {
	float: none;
	position: static;
	color: #0b0b7a;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#social {
	width:40%;
	text-align:center;
}

.fbook {
	width:40px;
	height:40px;
	margin:0 3%;
}

.twitr {
	width:40px;
	height:40px;
	margin:0 3%;
}

.pintr {
	width:40px;
	height:40px;
	margin:0 3%;
}


#siteContent {
	width:90%;
}

#featureBook {
	width:100%;
	padding:1%;
	float:left;
}

#quote {
	width:100%;
	margin-bottom:10%;
	float:left;
}

#mainContent {
	width:100%;
	padding:2%;
	float:left;
}

.sidebar {
	margin:5% auto;
	width:90%;
	float:left;
	text-align:center;
}

#secondaryContent h2 {
	font-size:2em;
}

#secondaryContent h4 {
	font-size:1.4em;
}

#secondaryContent p {
	font-size:1.4em;
}

.bookDetails {
	width:100%;
}

.bookDetails div {
	text-align:center;
}


.bookDetails img {
	float:none;
	margin:2% auto 1%;
}

.bookDetails div p {
	font-size:1.5em;
}

.bookDetails h2 {
	font-size:1.8em;
}

.bookDetails h2 i {
	font-size:1.4em;
	font-weight:400;
}

.bookDetails h3 {
	font-size:1.5em;
}

.bookDetails h4 {
	font-size:1.5em;
}

.bookDetails p {
	font-size:1.4em;
}

.bookDetails p.review {
	font-size:1.3em;
}

.bookDetails div.buy {
	font-size:1.3em;
}

.spacer {
	padding-bottom:30%;
}

.form {
	width:90%;
	margin:0 auto;
	padding-bottom:50%;
}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

header {
	width:95%;
}

header h1 {
	font-size:1.5em;
	font-size: 9.9vw;
}

header p {
	font-size:1.2em;
	font-size: 2.7vw;
}

nav { 
	margin: 0 auto; 
	text-align:center;
}

nav a {
	font-size: 1.9em;
	line-height: 1.6em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #0b0b7a;
	font-size: 1.9em;
	line-height: 60px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav ul li ul li { 
	background:rgba(255,255,255,0.00); 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00); 
}

nav ul ul {
	float: none;
	position: static;
	color: #0b0b7a;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#social {
	width:40%;
	text-align:center;
}

.fbook {
	width:40px;
	height:40px;
	margin:0 3%;
}

.twitr {
	width:40px;
	height:40px;
	margin:0 3%;
}

.pintr {
	width:40px;
	height:40px;
	margin:0 3%;
}


#siteContent {
	width:90%;
}

#featureBook {
	width:100%;
	padding:1%;
	float:left;
}

#quote {
	width:100%;
	margin-bottom:10%;
	float:left;
}

#mainContent {
	width:100%;
	padding:2%;
	float:left;
}

.sidebar {
	margin:5% auto;
	width:90%;
	float:left;
	text-align:center;
}

#secondaryContent h2 {
	font-size:2em;
}

#secondaryContent h4 {
	font-size:1.4em;
}

#secondaryContent p {
	font-size:1.4em;
}

.bookDetails {
	width:100%;
}

.bookDetails div {
	text-align:center;
}


.bookDetails img {
	float:none;
	margin:2% auto 1%;
}

.bookDetails div p {
	font-size:1.5em;
}

.bookDetails h2 {
	font-size:1.8em;
}

.bookDetails h2 i {
	font-size:1.4em;
	font-weight:400;
}

.bookDetails h3 {
	font-size:1.5em;
}

.bookDetails h4 {
	font-size:1.5em;
}

.bookDetails p {
	font-size:1.4em;
}

.bookDetails p.review {
	font-size:1.3em;
}

.bookDetails div.buy {
	font-size:1.3em;
}

.spacer {
	padding-bottom:30%;
}

.form {
	width:90%;
	margin:0 auto;
	padding-bottom:50%;
}

}

@media only screen and (min-device-width: 320px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

header {
	width:95%;
}

header h1 {
	font-size:1.5em;
	font-size: 9.9vw;
}

header p {
	font-size:1.2em;
	font-size: 2.7vw;
}

nav { 
	margin: 0 auto; 
	text-align:center;
}

nav a {
	font-size: 1.9em;
	line-height: 1.6em;
}

.toggle + a, .menu { 
	display: none; 
}

.toggle {
	display: block;
	background-color:rgba(255,255,255,0.00);
	padding: 0 20px;
	color: #0b0b7a;
	font-size: 1.9em;
	line-height: 60px;
	text-decoration: none;
	border: none;
}

.toggle:hover { 
	background-color: rgba(255,255,255,0.00); 
}

[id^=drop]:checked + ul { 
	display: block; 
}

nav ul li {
	display: block;
	width: 100%;
}

nav ul ul .toggle, nav ul ul a { 
	padding: 0 40px; 
}

nav ul ul ul a { 
	padding: 0 80px; 
}

nav ul li ul li { 
	background:rgba(255,255,255,0.00); 
}

nav a:hover, nav ul ul ul a { 
	background-color: rgba(255,255,255,0.00);
	font-weight:bold; 
}

nav ul li ul li .toggle, nav ul ul a { 
	background-color: rgba(255,255,255,0.00); 
}

nav ul ul {
	float: none;
	position: static;
	color: #0b0b7a;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { 
	display: none; 
}

nav ul ul li {
	display: block;
	width: 100%;
}

nav ul ul ul li { 
	position: static;
}

#social {
	width:40%;
	text-align:center;
}

.fbook {
	width:40px;
	height:40px;
	margin:0 3%;
}

.twitr {
	width:40px;
	height:40px;
	margin:0 3%;
}

.pintr {
	width:40px;
	height:40px;
	margin:0 3%;
}


#siteContent {
	width:90%;
}

#featureBook {
	width:100%;
	padding:1%;
	float:left;
}

#quote {
	width:100%;
	margin-bottom:10%;
	float:left;
}

#mainContent {
	width:100%;
	padding:2%;
	float:left;
}

.sidebar {
	margin:5% auto;
	width:90%;
	float:left;
	text-align:center;
}

#secondaryContent h2 {
	font-size:2em;
}

#secondaryContent h4 {
	font-size:1.4em;
}

#secondaryContent p {
	font-size:1.4em;
}

.bookDetails {
	width:100%;
}

.bookDetails div {
	text-align:center;
}


.bookDetails img {
	float:none;
	margin:2% auto 1%;
}

.bookDetails div p {
	font-size:1.5em;
}

.bookDetails h2 {
	font-size:1.8em;
}

.bookDetails h2 i {
	font-size:1.4em;
	font-weight:400;
}

.bookDetails h3 {
	font-size:1.5em;
}

.bookDetails h4 {
	font-size:1.5em;
}

.bookDetails p {
	font-size:1.4em;
}

.bookDetails p.review {
	font-size:1.3em;
}

.bookDetails div.buy {
	font-size:1.3em;
}

.spacer {
	padding-bottom:30%;
}

.form {
	width:90%;
	margin:0 auto;
	padding-bottom:50%;
}

}

/* Small Tablets */
@media (min-width : 620px ) and (max-width : 839px ){

#siteContent {
	width:90%;
}

header {
	width:90%;
}

header h1 {
	font-size:1.5em;
	font-size: 8.5vw;
}

header p {
	font-size:1.2em;
	font-size: 2.1vw;
}

nav {
	width:90%;
}


nav a {
	padding: 0 8%;
}

 
}

/* Small Desktops */
@media (min-width : 840px ) and (max-width : 1096px ){

}
