@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');
 @import url('https://fonts.googleapis.com/css?family=Sancreek&display=swap');
.font_sancreek {
font-family: 'Sancreek', cursive;
	
}

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: 1.0em;
	line-height: 1.2em;
	letter-spacing:0.7px;
	color: #fff;
	/*font-weight: lighter; */
	/*background-color: #1552AC;*/
	/*background-color:#000;*/
	background-color:#000000c7;
	/*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;
}
footer {
	/*display: grid;
	grid-template-columns: repeat(12, 1fr);*/
	grid-column: 2 / span 9;
	/*border: 4px solid #2ac*/;
	margin-top:20px;
}
.header_logo {
	grid-column: 2 / span 3;
	/*border: 4px solid #2ac;*/
	margin-top:15px;
	margin-bottom: 20px;
	color: #FFFF00 !important;
	font-family: 'Orbitron', sans-serif;
}
.header_nav {
	grid-column: 5 / span 6;
	/*border: 4px solid #2ac;*/
	margin-left: 0;
	margin-bottom:40px;
	margin-top:50px;
}
 .grid_image {
	display: grid;
	grid-template-columns: 1;
	grid-auto-rows: minmax(min-content, max-content);
	 margin:15px;
 }

main {
	grid-column: 3 / span 5;
	/*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-left:15px;
	padding-right:15px;
}
.main_aside_gutter {
	grid-column: 8/span 1;
	/*border: 4px solid #ff0;*/
}
aside {
	grid-column: 9/span 1;
	/*border: 4px solid #2ac;*/
}
img , .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;
}
.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;
}
.hamburger {
	float:left;
}

 .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 10px 0 10px;
}
.menu_item a {
	text-decoration: none;
	color: #0f0;
}
.menu_item a:hover {
	text-decoration: underline;
	color: #FF0;
}
.text_purple {
	color: #f0f !important;
}
.text_yellow {
	color: #ff0 ;
}
.text_blue {
	color: #408cff !important;
}
.text_green {
	color: #0f0 !important;
}
.text_red {
	color: #f00 !important;
}
.text_gray, .text_grey {
	color: gray !important;
}
.text_large {
	font-size: 150%;
}
.text_130 {
	font-size: 130%;
}
.text_normal {
	font-size:100%;
}
.my_name {
	margin-left:25px;
	letter-spacing: 2px;

}

.text_small {
	font-size:80%;
}

.back_gray {
	background-color:gray;
}
 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;
}
h4, h5 {
	line-height: 110% !important;
}
.word_huge {
	font-size: 400%;
	margin: 5px;
}
.tinytext {
	font-size: 80%;
}
a {
	color: #3c3;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}

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 {
	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;
	z-index: 999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;/*background-color: #FF0;*/
}
/*---------------------------------
	NOTICES
-----------------------------------*/
.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;
}
#middletextbox {
    position:absolute;
    border-top:solid black 2px;
    border-left:solid black 2px;
    border-right:solid black 4px;
    border-bottom:solid black 4px;
    /*top:30%;
    right:25%;
    bottom:25%;
    left:200px;*/
    padding:15px;
    /*margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;*/
    width:80%;
    background-color: #99CCFF;

    }
.bird_image {
	max-width:300px;
}

/*  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;
}


/*---------------------------------
	MEDIA 
-----------------------------------*/
  @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: 2 / span 10;
    grid-gap: 0;
    margin-left:0px;
    margin-right:0px;
    padding-left:12px;
    padding-right:12px;
}
	.header_nav {
		/*background-color:white;*/
		text-align:center;
		margin-top:0;
	}
	.my_name {
		display: block;
	margin-top: 45px;
	}
 .main_aside_gutter {
		display: none !important;
}
.cover_image {
    max-width:80%;
}
.flex {
	display:inline;
}

 }
 @media (max-width: 799px) {
aside {
	display:none;
}
}

@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-column: 1 / span 8;
		grid-gap: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 12px;
		padding-right: 12px;
		/*background-color:#FFF ;*/
		/*color:#000 !important;*/
	}
  .header_logo {	
	 line-height:2em;
	 margin-top:0;
	 margin-bottom:0;
 	}
	header {
		color:white;
	}
	.header_nav {
		/*background-color:white;*/
		/*text-align:center;*/
		margin-top:0;
	 	display: inline-grid;	
		text-align: left;
		background-color:#1552AC;
		line-height:1.5em;
		color:white;
	}
	.navbar a {
		padding-bottom: 0px
	}

	.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 2px 2px !important;
		display: inline;
	}
	/*div.menu_item > span.text_green.word_huge:after {
        content:"\a" !important ;
        white-space: pre !important;
}*/
.menu_item a {
	text-decoration: none;
	color: white;
}
.menu_item a:hover {
	text-decoration: underline;
	color: #090;
	 padding-left:10px;
	 padding-right:10px;
	 background-color:#6BB5FF;
	 color:yellow !important;
}
	main p {
		text-align: left !important;
		/*color: #000 !important;*/
		padding-left: 5px;
		padding-right: 5px;
	}
	.word_huge {
		font-size: 200% !important;
	}
	.text_yellow {
		color: yellow ;
	}
	.image_wrap img {
		width:70%
	}

}
