﻿@charset "utf-8";
/* CSS Document */
/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url(https://fonts.googleapis.com/css?family=Dosis:500|);

/* PAGE FORMATTING */
body {font-size: 12pt;line-height: 1.6;font-family: dosis;color: #222222;margin: 0px;
	 }	 
#background {
	margin-left: 0;
	width: 100%;
	height:100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	background:url(images/back-sm.jpg) center top;
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  }
@media (min-width: 600px) {
#background {
	background:url(images/back.jpg) center top; 
	background-size: cover;
}
}
/* MENU */
.menu {
	top: 0;	
	padding-left: 90px;
	text-align:left;
	margin: 0;
	width: 100%;
	font-size: 10pt;
	background-color:rgba(24,7,119, 1);

}
.menu-item {
	display: inline-block;
	padding: 10px 3%;		
	position: relative;
	color: #ffffff;
	margin: 0;
	text-align:center;
	vertical-align:top;
	box-sizing: border-box;
	}
.menu-item a, .menu-item a:link, .menu-item a:visited, .menu-item a:hover {
	color: #ffffff;
	}
	
.menu-logo {
	position: absolute;
	left: 0;
	padding: 5px 8px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	margin: 0;
}
.menu-logo img {
	max-width: 80px;	
}
.menu-fb {
	position: absolute;
	right: 0;
	top:0;
	padding: 0;		
	color: #ffffff;
	margin: 0;
	padding: 6px 8px;
	}
.menu-fb img {
	width: 26px; }
.menu-btn {
	position: absolute;
	right: 40px;
	top:3px;
	padding: 4px 8px;
	box-sizing:border-box;
	color: #FFFFFF;
	background-color: #Cf5300;
	border: none;
	border-radius: 12px;
	margin: 0px;
	font-size: 12pt;
	text-align: center;
	cursor: pointer;
}
.menu-btn:hover {background-color: #803500}
@media (min-width: 650px) {
	.menu {	font-size: 16pt; text-align:center; padding: 0;}
	.menu-fb img {width: 36px;}
	.menu-logo img {max-width: 130px;}
	.menu-btn {right: 50px;top:8px;}
}


/* SECTIONS */


/* /// END PAGE FORMATTING */

/* Headers */
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;	
}

h3 { 
	font-size: 28pt;   
	line-height: 1; 
	color: #Cf5300;
	text-shadow: 2px 2px 2px #222222; 
	text-align: center;	
	}
h4 { 
	font-size: 12pt;   
	color: #a9a9a9;
	padding: 4px 2px;
	margin: 0;
	line-height:1; 
	text-align: center;	
	}
	
	/* LINKS */	
a, a:link, a:visited {
	color: #CF5300;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
	cursor: pointer;
}
/* Lists */
ul {
  list-style: circle inside;
  padding: 2px 8px; }
li {list-style-position: outside;}
  
ul ul {
	list-style: circle inside;
	padding: 2px 8%;	
}
  
/* Landing Page Intro Section 1 */
.intro {
	margin: 10px 0 30px 0;
	width: 100%;
	padding: 0;
	box-sizing: border-box;	
	position: relative;
}
h1 { 
	font-size: 24pt;   
	line-height: 1; 
	color: #ffffff; 	
	text-transform:uppercase;
	background-color:rgba(207, 83, 0, 0.8);
/*	background-color:rgba(51,51,51,0.8); */
	padding: 8px;
	display: inline-block;
	clear:both;
	margin: 0;
	text-align: center;
	}
h2 {
	font-size: 18pt;
	font-weight:300;
	background-color:rgba(0,0,0,0.8);
	line-height: 1; 
	color: #FFFFFF;
	padding: 8px;
	margin: 40px 4px 20px 0;
	display: block;
}
.buynow {
	width: 50px;
	padding: 0 0 0 8px;	
}
.books {
	width: 100%;
	padding: 4%;
	box-sizing: border-box;
    background: -webkit-linear-gradient(left,rgba(0,0,0, 0.8)  60%,  transparent 70%); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(0,0,0, 0.8)  60%,  transparent 70%); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(0,0,0, 0.8)  60%,  transparent 70%); /*Fx 3.6-15*/
    background: radial-gradient(circle, rgba(0,0,0, 0.8)  50%,  transparent 70%);
; /*Standard*/
}
.books img {
  -webkit-filter: drop-shadow(0px 0px 2px 30px  #000000);
  filter: drop-shadow(10px 10px 2px  #000000);
}


@media (min-width: 550px) {
.intro {
	margin: 100px 0 100px 0;
	box-sizing: border-box;	
	position: relative;
	width: 80%;
}
h1 { 
	font-size: 28pt;
	text-align: left;
}
.books {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: 40%;
  text-align:right;
}
.books img {
	width: 100%;
}

.buynow {
	right: 0px;
	bottom: 26px;	
}	
}

/* END SECTION 1 */

/* Bookstore Section 2*/
.light {
/* background-color: #23a7cc; */
 color: #3D3C3A; 
 	background-color: #FFFFFF;
  width: 100%;
    padding-top: 20px;
  padding-bottom: 80px; 
  text-align: center;
}

.summary {
	display: inline-block;
	position: relative;
	width: 44%;
	box-sizing:border-box;
	padding: 0;
	margin: 4px 1%;
	text-align: center;
	font-size: 10pt;
	vertical-align: top;
	}
.summary img {
	width: 120px;
	height: 178px;
}
.small {
	font-size: 8pt;	
}
.author {
	padding: 0px;
	margin: 0px;
	color: rgb(51,51,51);
	text-align:left;
	line-height: 1;	
}
.buybutton {
	color: #FFFFFF;
	background: #Cf5300;
	border: #CF5300 2px solid;
	border-radius: 12px;
	padding: 4px 8px;
	line-height: 1;
	margin: 2px 5%;
	font-size: 18pt;
	text-align: center;
	cursor: pointer;	 	
}
.buybutton:hover, .buybutton a:hover {
	color: #CF5300;
	background: #FFFFFF;	
}
.quarter {
	float: left;
	width: 25%;	
	display: block;
	padding: 0 2%;
	box-sizing: border-box;
	clear: right;
}
.clear {
	clear:both;	}
.threequarter {
	float: left;
	width: 75%;	
	display: block;
	padding: 0 2%;
	box-sizing: border-box;
	clear: right;
}
@media (min-width: 550px) {
	
	.summary {
		width: 25%;
		padding: 4px;
		margin: 2%;
		font-size: 10pt;	
	}

}
@media (min-width: 650px) {
	
	.summary {
		width: 22%;	
	}

}
@media (min-width: 750px) {
	
	.summary {
		width: 16%;
		padding: 0px;
		margin: 1%;
	}

}
/* END SECTION 2 */

/* BLOG Section 3 */

.transparent {
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
  	width: 100%;	
}
.ad {
	display: inline-block;
	background-color:rgba(0,0,0,0.8);
	width: 98%;
	margin: 2%;
	padding: 1% 3%;
	box-sizing: border-box;	
	border: 4px solid #CF5300;
	border-radius: 4px;
	font-size: 16pt;
	color: #ffffff;
	vertical-align: top; 
}
@media (min-width: 550px) {
.ad {
	width: 44%; 
}
}
.ad-title {
	color: #CF5300;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
	padding: 0;
	margin: 0;
	
}
/* END SECTION 3 */

/* Footer Section 4 */
.dark {
	background-color: #180777; 
	color: #FFFFFF;
  	float: left;
  	width: 100%;
    padding-top: 20px;
  	padding-bottom: 40px; 
	font-size: 14pt;
}

.foot-title {
	font-size: 16pt;
	color: #FFFFFF;
	text-decoration: underline;	
}
	.third {
		text-align:center;
	}
	.third img {
	max-width: 250px;	
}
@media (min-width: 550px) {
	.third {
		display: inline-block;
		width: 31%;
		padding:1%;
		box-sizing:border-box;
	}
	.one-third {
		display: inline-block;
		width: 31%;
		padding:1%;
		box-sizing:border-box;
	}
	.two-third {
		display: inline-block;
		width: 66%;
		padding: 8px;
		box-sizing:border-box;
		text-align: left;
		vertical-align: top;
	}
	.half {
		display: inline-block;
		width: 48%;
		padding:1%;
		box-sizing:border-box;
		vertical-align: top;
	}
}

/* END SECTION 4 */


/* SUB PAGES */
.subpage { 
	background-color: #FFFFFF;
  	float: left;
  	width: 100%;
    padding: 20px 40px;
	box-sizing: border-box;
	margin: 20px 0 50px 0;
	border-radius: 8px; 
}
h5 {
	color: #180777; 
	font-size: 20pt;
	font-weight: bold;
	margin: 0;	
}
h6 {
	color: #180777; 
	font-weight: bold;
	font-variant:small-caps;
	font-size: 14pt;
	margin: 0;
	padding: 0;	
}
.quote {
	font-style:italic;
	font-size: 10pt;
	color: #180777; 
	padding: 0 0 4px 0;
	margin: 0;
	text-align: right;
	
}

/* ORDER FORM */

.error {
	font-size: 9pt;
	color: rgba(204,0,0,1);	
}
input[type="text"], textarea {
  padding: 6px;
  border: solid 3px #c9c9c9;
  border-radius: 4px;
  transition: border 0.3s;
   margin: 0 auto;
  width: 100%;
  font-size: 14pt;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: inline;
	  -webkit-appearance: none;
  	-moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus, input[type="text"].focus, textarea:focus {
  border: solid 3px #969696;
  outline: none;
}

input[type="submit"], .button {
	border: 2px solid #CF5300;
	border-radius: 4px;
	color: #CF5300;
	padding: 8px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
	font-size: 14pt;
	background-color: #ffffff;
	  -webkit-appearance: none;
  	-moz-appearance: none;
  appearance: none;
   -o-appearance: none;
}

input[type="submit"]:hover, .button:hover {
    background-color: #CF5300; /* Green */
    color: white;
}
.backbtn {
	border: none;
	padding: 0px;
	cursor: pointer;
	font-size: 12pt;
		background-color: #ffffff;
	  -webkit-appearance: none;
  	-moz-appearance: none;
  appearance: none;
   -o-appearance: none;
  color:  #CF5300;
}

select {
  padding: 6px 30px 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #ffffff;
  color: #000000;
  border: solid 3px #c9c9c9;
  font-size: 12pt;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  background-image: url(images/arrowhead.png);
  background-position: right;
  background-repeat:no-repeat;
  text-indent: 0.01px;/*In Firefox*/
  text-overflow: '';
  -webkit-appearance: none;
  	-moz-appearance: none;
  appearance: none;
   -o-appearance: none;
   outline: none;
  }
  /*For IE10+*/
select:disabled.simple-control::-ms-expand {
        display: none;
}
.full {
		display: inline-block;
		width: 98%;
		margin:auto;
		padding:1%;
		box-sizing:border-box;
		vertical-align: top;
		box-sizing: border-box;
	}
	
