@charset 'utf-8';


/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Average+Sans|Orbitron');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	/*display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: minmax(min-content, max-content);
	grid-gap: 5px;*/
	font-family: 'Open Sans', sans-serif;
	font-size: .95em;
	line-height: 1.2em;
	letter-spacing:0.7px;
	color: black;
	/*font-weight: lighter; */
	/*background-color: #000000d9;*/
	background-color: white;
	/*border: 4px solid #cac;*/   
}
header {
	/* display: grid; */
	/* grid-template-columns: repeat(12, 1fr); */
	grid-column: 3 / span 9;
	/* border: 4px solid #2ac; */
	margin-top: 20px;
	background-color: lightcyan;
	padding: 20px;
	padding-bottom: 0;
	border-radius: 25px;
	margin-bottom: 10px;
	border: 1px solid black;
	-webkit-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	   -moz-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	        box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
}
/* Slideshow container */
.main_container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.main_container a {
	color:#00008B;
}


footer {
	max-width: 1000px;
	background-color:black;
	padding:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
footer a {
	color:white;
	text-decoration:underline;
}
.header_logo {
	grid-column: 2 / span 3;
	/*border: 4px solid #2ac;*/
	margin-top:15px;
	margin-bottom: 20px;
	color: green;
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
}

.header_nav {
	grid-column: 5 / span 6;
	/*border: 4px solid #2ac;*/
	margin-left: 0;
	margin-bottom:20px;
	margin-top:20px;
}
 .grid_image {
	/*display: grid;*/
	grid-template-columns: 1;
	grid-auto-rows: minmax(min-content, max-content);
	 margin:15px;
 }

main {
	grid-column: 3 / span 9;
	/*margin-left: 50px;
    margin-right: 50px;*/
	border: 1px solid black;
	-webkit-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	   -moz-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	        box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	padding:15px;
	background-color: #8080801a;
	border-radius: 25px;
}
.main_aside_gutter {
	grid-column: 8/span 1;
	
/*border: 4px solid #ff0;*/
}
aside {
	grid-column: 9/span 1;
	/*border: 4px solid #2ac;*/
}
.cover_image , .progress_box{
	color: #d6d6d6;
	border: 1px solid #fff;
	-webkit-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	   -moz-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	        box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	max-width: 375px;
	z-index: 10;
	/*width: auto;*/
}
hr {
	background-color:gray;
}
li {
	padding-bottom: 10px;
}
.progress_box {
	margin-left:auto;
	margin-right:auto;
}

.progress_box_pad {
 	clear:left;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.show_buttons {
  	clear:left;	
margin-top:15px;
	margin-bottom:15px;
}
.button_action {
	 background-color: #4CAF50;
	border-radius: 12px;
	color: black;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	border: 2px solid #e7e7e7;
	-webkit-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	-moz-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	transition-duration: 0.4s;
	}
.button_action a {
	 color:white;
	 text-decoration: none;
 }
.button_action a:hover,  {
	background-color: #B8E0B9; /* Green */
	color:black;
	text-decoration:underline;
}
 
 .show_cover_buy {
 	clear:left;
 	margin-top:15px;
	margin-bottom:15px;
 }
 .all_the_books {
 	clear:left;
 	margin-top:15px;	
	margin-bottom:15px; 
 }
.flex {
	display:inline-flex;
}

 .shadow {
	-webkit-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	-moz-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);

 }

.noshadow {
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.no_underline, a.no_underline, a.no_underline:hover {
	text-decoration:none;
}

.button_img {
	box-shadow: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	}
.hamburger {
	float:left;
}

.booklink {
	
}

 .book_items {
	 clear: left;
	 float:left;
	 border-bottom:1px solid grey;
	 margin-bottom:5px;
	 margin-top:4px;
 }

.image_wrap img {
clear:left;
	float: left;
	margin: 0 20px 20px 0;
	width: 150px;
   /*	height: 150px;*/
}

.image_wrap p {
 	text-align: left;
	text-indent: 1em;
	/*font-size:96%;
	line-height:96%;*/
 }	
 
 .raven {
	/*position: absolute;
	top: 0;
	left: 0;*/
	/*width: 100%;
	height: 100%;*/
	/*max-width: 375px;*/
	/*display: none;*/
	color: #FFF;
	z-index: 30;
	background-image: url(../cover/crow-45972_1280.png);
	background-size: contain;
    background-repeat: no-repeat;
}
/* other tweaks */
.menu_item {
	display: inline-block;
	color: white;
	padding: 0 5px 0 8px;
	text-transform:uppercase;
}
.menu_item a {
	text-decoration: none;
	color: #1300ff;
}
.menu_item a:hover {
	text-decoration: underline;
	color: red;
}
.support {
	background-color: #70DBDB;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	padding: 8px 12px 8px 12px;
	font-weight: bold;
	margin-right:0;
}
.text_purple {
	color: #f0f ;
}
.text_black {
	color: black ;
}
.text_white {
	color: white ;
}
.text_yellow {
	color: #0a03fe ;
}
.text_blue {
	color: #408cff ;
}
.text_green {
	color: #0f0;
}
.text_red {
	color: #f00 ;
}
.text_gray, .text_grey {
	color: gray ;
}
.text_large {
	font-size: 150%;
	color:yellow;
}
.text_normal {
	font-size:100%;
}


.my_name {
	margin-left:25px;
	letter-spacing: 2px;

}

.text_small {
	font-size:80%;
}

.back_gray {
	background-color:gray;
}
.back_yellow {
	background-color:yellow;
}
 blockquote {
	 margin-left:35px;
	 margin-right:35px;
 }

.btn-success.text_white a {
	color: #fff;
	
}
.btn_shadow {
	background: #33a6cc;
 	box-shadow: 0 3px 3px 0 #FFFFFF ;
	margin-bottom: -3px;
	margin-top: 3px;
	border:thin;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color:blue;
	line-height:1.3;
}
h2 {
	font-size:120%;
	color:blue;
}
h4, h5 {
	line-height: 110% !important;
}
.word_huge {
	font-size: 400%;
	margin: 5px;
	color:red;
}
.tinytext {
	font-size: 80%;
}
a {
	color: green;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #05FF05;
}

span.social > a  {
	background-color: #00F;
	color:#ffF;
	text-decoration:none;
	}
span.social > a:hover {
	text-decoration: underline;
	background-color: #FF0 !important;
	text-decoration: none;
	color: #000;
}
.background_white {
	background-color: #FFF;
}
.middletextbox, #middletextbox {
 	grid-column: 3 / span 6;
  	grid-column: 3 / span 9;	
/*margin-left: 50px;
    margin-right: 50px;*/
	border: 1px solid #fff;
	-webkit-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	   -moz-box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	        box-shadow: 10px 10px 5px 0 rgba(128,123,128,1);
	padding:15px;
    justify-content: center;
    align-items: center; 
	/*position: absolute;
	top: 50%;
	left: 40%;*/
	transform: translate(-50%, -50%);
	/*font-size: 85%;*/
	/*margin-top: 10px;
	margin-left: 55px;
	margin-right: 15px;
	margin-bottom: 10px;*/
   /*	margin: 20% auto;*/
	z-index: 999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #0066FF;
	color:white;
	
}

/*---------------------------------
	NOTICES
-----------------------------------*/
.alert {
   /*	display: flex;
 	flex-direction: column;
	outline: none;*/
   padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    height: auto;
    position: absolute;
    border: 3px solid green; 
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:auto;
	z-index:999;
	

	/*background-color: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	outline: none;
	padding: 0;
	position: absolute;
	width: 504px;
	z-index: 501;*/

	}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right !important;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #90e6ee;
    margin: auto;
    padding: 20px;
    border: 4px solid #888;
    width: 80%;
color:black;
}

/* The Close Button */
.close {
    color: #ea0d0d;
    float: right;
    font-size: 300%;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.notice{
border:1px solid gold;
background:lightyellow;
padding:10px 20px 10px 40px;
margin:10px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#000;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;
}

	.notice.warning{}/*default*/
	.notice.error{border:1px solid red;background:pink;color:red;}
	.notice.success{border:1px solid green;background:lightgreen;color:green;}
	.notice i[class*='fa-']{position:absolute;top:50%;left:0.8em;margin-top:-0.6em;}
	.notice a[class*='fa-remove'],
	.notice a[class*='fa-remove']:active,
	.notice a[class*='fa-remove']:visited{text-decoration:none;font-size:12px;position:absolute;top:5px;right:5px;left:auto;color:inherit;margin-top:0;left:auto;}

.percentbar {
	background: #CCCCCC;
	border: 1px solid #666666;
	height: 20px;
}
.percentbar_green {
	background: #CCCCCC;
	border: 1px solid #666666;
	height: 20px;
}
.percentbar div {
	background: #FF0000;
	height: 20px;
}
.percentbar_green div {
	background: #33CC33;
	height: 20px;
}

/*  NEW LOGO WITH DROPDOWN */
.navbar {
	overflow: hidden;
	background-color: #0066FF; 
	display: table;
	position:relative;
}

.navbar a {
	float: left;
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.subnav {
	float: left;
	overflow: hidden;
}

.subnav .subnavbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbtn {
	background-color: #33CCFF;
}

.subnav-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #33CCFF;
	/*width: 100%;*/
	z-index: 1;
}

.subnav-content a {
	float: left;
	color: white;
	text-decoration: none;
}

.subnav-content a:hover {
	background-color: #eee;
	color: black;
}

.subnav:hover .subnav-content {
	display: block;
}
.welcome {
	padding-left: 20px;
	padding-bottom:10px;
}
#asin_number {
	font-size: 110%;
}
.acode {
	font-size: 110%;
}
#booklink_submit {
	background-color: lightgreen;
	width: auto;
	font-size: 110%;
	margin-bottom: 2rem;
}
#lostpassword {
	background-color:#CC0000;
	width: auto;
	font-size: 110%;
	margin-bottom: 2rem;
	color:white;
}

.affiliates {
	margin-left: 20%;
	margin-right: auto;
}
.row {
    display: flex;
}

.column {
    padding: 10px;
}
.grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4px;
    
}
.register_wrapper {
    display: grid; 
    grid-template-columns: 1fr  1fr;
    grid-gap: 4px;
    
}
.main_box {
	display:grid;
	grid:inherit;
}
.grid_box_1 {
	padding: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
 	grid-column-start: 1;	
	}
.grid_box_2 {
	padding: 10px;
	align-items: flex-end;
    justify-content: flex-end;
 	grid-column-start: 2;	
}
.grid_box_3 {
	margin-right: 5rem;
    padding: 10px;
	align-items: flex-end;
    justify-content: flex-end;
 	grid-column-start: 3;	
}
.grid_box_4 {
	margin-right: 5rem;
    padding: 10px;
	align-items: flex-end;
    justify-content: flex-end;
 	grid-column-start: 4;	
}
.submit_button {
	background-color: lightgreen;
	font-size: 110%;
}
.login_input {
	width: 90%;
	justify-content: flex-start !important;
}
.alert {
	width:80%;
	padding:5px;
}

.notice {
	padding: 5px 10px 5px 10px;
	width:auto;
	
	
}
.notice.warning {
	color: #000;
	background-attachment: scroll;
	background-color: #FFFF40;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.notice.success, .notice.error {
	color:#000 !important;
}
.linkbox {
	/*display: grid;*/
	display:block;
	grid-column: 1 / span 12;
	grid-template-columns: inherit;
	/*max-width: 400px;*/
	margin: 0 auto;
}

/*---------------------------------
	TOOL-TIPS using "?" character 
-----------------------------------*/

/*---------------------------------
	MEDIA 
-----------------------------------*/

/* allows setting of certain areas to be printed */
@media print {
body {
        margin: 0;
        color: #000 !important;
        background-color: #fff !important;
		display:block !important;
	
	}

}

  @media (max-width: 1400px) {
main, header, footer, aside {
   grid-template-columns:  repeat(auto-fill, minmax(100px, 1fr));
        grid-column: 1 / span 10;
 }
aside {
	grid-column:11 / span 1;
} 
.my_name {
	margin-top:0;
}

.word_huge {
	line-height:1em;
}

}

 @media (max-width: 1100px) {
main, header, footer, aside {
   grid-template-columns:  repeat(auto-fill, minmax(100px, 1fr));
        grid-column: 1 / span 7;
	 }
aside {
	grid-column: 10/ span 1;
}

 }

 @media (max-width: 900px) {

main, aside, header, footer {
    grid-template-columns:  repeat(auto-fill, minmax(100px, 1fr));
grid-column: 1/ span 12;
    grid-gap: 0;
    margin-left:0px;
    margin-right:0px;
    padding-left:12px;
    padding-right:12px;
}
    .header_logo {	
	 line-height:2em;
	 margin-top:0;
	 margin-bottom:0;
 	}
	.header_nav {
		/*background-color:white;*/
		text-align:center;
		margin-top:0;
		margin-bottom:0;
	}
	.my_name {
		display: block;
	/*margin-top: 45px;*/
	}
 .main_aside_gutter {
		display: none !important;
}
.cover_image {
    max-width:80%;
}
.flex {
	display:inline;
}
.menu_item {
			padding-bottom: 0px;

}
p {
	margin-right:5px;
}

 }
 @media (max-width: 799px) {
	main, aside, header, footer {
		grid-template-columns: 1fr;
grid-template-rows:1fr;
width:90%;
}
aside {
	display:none;
}
.main_box {
	display:grid;
	grid:inherit;
}

form {
	display:grid;
	grid: inherit;
	grid-column: inherit;
	grid-column: 1 / span 12;
	grid-column: 1/span 3;
} 

}

@media (max-width: 700px) {
	body {
		/*background-color: white;*/
 		/*color: #000 !important;*/	
	}
	/*.header_logo {
		background-color: #000 !important;
	}*/
	main, aside, header, footer {
		grid-template-columns: 1fr;
grid-template-rows:1fr;
		grid-column: 1 / span 12;
		grid-gap: 0;
		margin-left: 0;
		margin-right: 12px;
		padding-left: 12px;
		padding-right: 12px;
		/*background-color:#FFF ;*/
		/*color:#000 !important;*/
	}
  .header_logo {	
	 line-height:2em;
	 margin-top:0;
	/* margin-bottom:0;*/
	 padding-bottom: 10px;
	 margin-bottom: -30px;
 	}
	header {
		color:white;
		padding-bottom: 5px;
	}
	.header_nav {
		/*background-color:white;*/
		text-align:center;
		margin-top:0;
	 	/*display: inline-grid;*/
		display:table;	
		/*text-align: left;*/
		/*background-color:#1552AC;*/
		line-height:1.5em;
		color:white;
		border-top: 1px black solid;
}
	.my_name {
		display: block;
	margin-top: 15px;
	}
 	.progress_box p {
	 	color:white;
 	}

	.main_aside_gutter {
		display: none !important;
	}
	.all_the_books {
		line-height: normal;
	}
	 .show_buttons p {
		 text-align: center;
	 }

	.cover_image {
		max-width: 80%;
	}
	.menu_item {
		/*padding: 2px 2px 12px 2px !important;*/
		padding:none;
		padding-bottom:none !important;
		display: inline;
		/*background-color:white;*/
	}
	/*div.menu_item > span.text_green.word_huge:after {
        content:"\a" !important ;
        white-space: pre !important;
}*/
.menu_item a {
	text-decoration: none;
	/*color: black;*/
}
.menu_item a:hover {
	text-decoration: underline;
	/*color: #090;
	 padding-left:10px;
	 padding-right:10px;
	 background-color:#6BB5FF;*/
	 color:red !important;
}
	main p {
		/*text-align: left !important;*/
		/*color: #000 !important;*/
		padding-left: 5px;
		padding-right: 5px;
	}
	.word_huge {
		font-size: 200% !important;
	}

}
body {
    font-family: arial;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.footer {
	margin-top:10px;
	margin-bottom:10px;
}


@media (min-width: 768px) {
    .container {
        display: grid;
        grid-template-columns: 200px 1fr 200px;
        grid-template-rows: auto 1fr auto;

    }
}
@media print {
	.no_print {
		display:none;
	}

}

/* to get header picture responsive */

		.mainpicture {
		  /*	height: 100%; */
		  /*	width:100%;      */
			/*height: 100%;*/
				height: 90vh;
		}


		a {
			color: lightgreen;
			text-decoration: underline;
		}
		a:hover {
			color:yellow;
		}

 .shadow {
	-webkit-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	-moz-box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);
	box-shadow: 5px 5px 3px 0 rgba(128,123,128,1);

 }

.noshadow {
	border: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

 @media (max-width: 850px) {
		.mainpicture {
		 height: 90%;
		 width: 90%;
		}
}

