

@font-face {
	font-family: "AR Bonnie";
	src: url("font/AR-BONNIE-FONT.ttf");
}

html {
	min-height: 100%;
}

body {
	/*background-image: url('img/plantin_letterpress.jpg');*/
	/*background-color: #444444;*/
	background-size: cover;
	color: var(--body-text);
	font-size: 16px;
	/*ont-family: 'Alegreya'; /*, Arial, "Lucida Sans Unicode";*/
	font-family: 'Merriweather', sans-serif;
	line-height: 1.5;
	text-align: left;
	height: 100%;

}




a {
	text-decoration: none;
	transition: 0.4s;
}

a:link, a:visited {
	color: var(--color2);
	text-shadow: 1px 1px black;
}

a:hover, a:active {
	color: #fff;
}

.body {
	margin: 0 auto;
	width: 100%;
	clear: both;
/*	overflow: hidden;
/*	min-height: 100vh;
	height: 100vh;*/
}

.vl {
	border-left: 2px solid #222222a0;
	/*border-right: 1px solid #222;*/
	height: 60px;
	width: 0px;
	margin-right: 12px;
}

.header {
	
	width: 100%;
	color: var(--color4);
	/*background-color: var(--bg-color2);*/
	background-image: url("img/bbg.jpg");
	height: 80px;
	box-shadow: 0px 0px 10px 0px #000;
	
	
}

.header-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 70%;
	color: var(--bg-color1);
	margin: 0 auto;

}

.header-title {
	display: flex;
	flex-direction: row;
	flex-shrink: 1;
	align-items: center;
	min-width: 80px;	
	height: 80px;
	font-family: "AR Bonnie";
	overflow: hidden;	

	align-self: center;
}

.header-title p {
	/*padding: 12px 0 0 0;*/



	font-size: 48px;
	color: var(--color1);
	white-space: nowrap;
	margin: 8px;

}

.header-title img {
	/*width: 30%;*/

	height: 80px;
	margin: 0 1% 0 0;

}

.content, .sidebar {
	/*border-style: solid;
	border-width: 1px;
	border-color: #888;*/
	/*background-color: var(--bg-color2);
	/*box-shadow: 8px 8px 0 0  #00000088;
	/*border:  2px solid var(--color3);*/
	
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.header nav {
	flex-shrink: 0;
	/*position: relative;*/
	/*width: auto;*/
	height: 80px;
}

.header nav ul {
	/*right: 0;
	position: absolute;*/
	list-style: none;
	margin: 0;
	height: 80px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header  nav ul li {
	/*float: left;
	display: inline;*/
}

.header  nav a:link, .header  nav a:visited {
	color:  var( --color1) ;
	text-shadow: 1px 1px black;
	display: inline-block;
	padding: 6px 25px;
	height: 20px;
}

.header nav a:active,
.header nav .active a:link, .header nav .active a:visited {
	text-shadow: none;
	/*background-color: var(--main-fg-color);*/
	/*box-shadow: 0px 0px 0px 2px var(--color2) inset;*/
	color:  var(--bg-color1);
	padding: 6px 25px;
	height: 20px;
}
.header nav ul li a {
	/*
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.main {
	height: 100%;
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-inner {
	

	display: flex;
	flex-direction: row;
	width: 70%;
 
	
	margin: 0 auto;
	align-items: stretch;
}

.content-container {
	
  
	display: flex;
	flex-direction: column;
	margin: 3vh 0;
	padding: 1vh 1vw;
	overflow: hidden;
	align-items: stretch;
  
	width: 100%;
}

.sidebar-container {
  flex-shrink: 1.5;
	display: flex;
	flex-direction: column;
	margin: 3vh 0;

	overflow: hidden;
	padding: 1vh 1vw 1vh 0;
	align-self: flex-start;
	align-items: stretch;
  justify-content: center;

}



.content {
	padding: 3% 5%;
	margin-bottom: 1vh;
	width: auto;
  
	background-color: var(--bg-color5);
	/*background-image: linear-gradient(-45deg, var(--bg-color5), var(--bg-color1));*/
 	backdrop-filter: blur(5px);

	
	display: flex;

	flex-direction: row;

	/*border-left: 4px solid var(--color3);
	/*display: inline-block;
	position: relative;*/
}

.content h2 {
	font-size: 180%;
	
  color: var(--color3);
	font-family: 'Libre Baskerville', Times, 'Times New Roman', serif;
	margin-top: 2%;
	text-shadow: 3px 3px 0 #000;
}

.alt_header_color {
	color: var(--color4);
}





/*.topContent h2 i {
	color: var(--main-highlight-color);
}*/

.bg_img {
	background-image: url("img/logo_subtle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.imgBookCover {
	float: left;
	margin: 0 20px 2% 0;
	width: 15%;
}

.imgBookCoverLrg {
	width: 20%;
	float: left;
	margin: 0 20px 2% 0;
}

.imgBookCoverXLrg {
	max-width: 100%;
	margin-bottom: 20px;
}

.content_left {
	padding: 2% 20px 2% 0;
	align-self:flex-start;

	flex-shrink: .75;
}

.content_right {
  
	
}

.author_highlight {
	color: var(--color1);
	font-size: 80%;
}

.sidebar {

	width: auto;
	padding: 3vh 2vw;
	color: var(--color1);
	/*background-color: var(--bg-color2);*/

	background-image: url("img/bbg.jpg");
	
}

.sidebar h2 {
	
	font-family: 'Libre Baskerville', Times, 'Times New Roman', serif;
	font-weight: normal;
	
	margin-top: 0;
}

.post-info {
	font-style: italic;
	color: #BBB;
	font-size: 90%;
}

#page-container {

	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
	
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex: 2;
	padding-bottom: 42px;
}

.footer {
	
	width: 100%;
	/*background-color: var(--bg-color2);*/

	background-image: url("img/bbg.jpg");
	height: 40px;
	bottom: 0px;
	position: absolute;

	/*box-shadow: 0 0 12px 6px  #00000077;*/
}

.footer-inner {
	display: flex;
	color:  var( --color1) ;

	width: 70%;
	height: 40px;
	margin: 0 auto;
}

.footer-inner p {
	right: 0%;
	margin: 8px 10px;
}

.dropdown {
	/*pointer-events: none;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  color: black;
  background-color: #222222;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.button1 {
	text-shadow: 1px 1px #000;
	color: var(--color2);
	font-weight: bold;
	display: inline-block;
	padding: 10px 25px;
	height: 23px;
	
	border-style: solid;
	border-width: 1px;
	border-color: var(--main-fg-color);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.accordion {

  cursor: pointer;


  transition: 0.4s;
}

.accordian_active, .accordion:hover {
  color: #fff;
}

.panel {
  padding: 0 18px;
  display: none;

  overflow: hidden;
}

@media only screen and (max-width: 960px) 
{
	.header-inner {
		width: 100%;
		flex-direction: column;
	}

	.main-inner {
		/*! width: inherit; */
		flex-direction: column;
		min-width: 100%;
	}

	.footer-inner {
		width: 100%;
	}

	.content {
		margin-bottom: 0;
		margin-top: 1vh;
		flex-direction: column;
	}

	.content-container {
		width: auto;
		margin-top: 0;
	}

	.sidebar-container {
		align-self: auto;
		width: auto;
		padding: 1vh 1vw 1vh 1vw;
		margin-top: 0;
	}
/*
	.content-container {
		width: 70%;
		display: flex;
		flex-direction: column;
		margin-top: 3vh;
		padding: 1vh 1vw;
		
		overflow: hidden;
	}
	
	.sidebar-container {
		width: 30%;
		display: flex;
		flex-direction: column;
		margin-top: 3vh;
		overflow: hidden;
		padding: 1vh 1vw 1vh 0;
	
	}
*/
	.header {
		height: 240px;
	}

	.header title {
		margin: 0 auto;
	}

	.header nav {
		display: flex;
		width: 100%;
		height: 160px;

	}
	
	.header nav ul {
		top: 0%;
		width: 100%;
		list-style: none;
		margin: 0;
		flex-direction: column;
		height: 160px;
		
		padding: 0;
	}

	.header nav ul li {
		width: 100%;
		text-align: center;
		
	}

	.header nav ul .vl {
		display: none;
	}

}

/*
@media only screen and (min-width: 150px) and (max-width: 690px) 
{
	.body {
		width: 90%;
	}

	.mainHeader nav {
		height: 200px;
	}

	.mainHeader nav ul {
		padding-left: 0;
	}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainHeader nav a:link, .mainHeader nav a:visited {
		padding: 10px 25px;
		height: 20px;
		display: block;
	}

	.content {
		width: 100%;
		margin-top: 2%;
	}

	.post-info {
		display: none;
	}

	.top-sidebar {
		width: 94%;
		float: left;
		margin: 2% 0 2% 0;
		padding: 2% 3%;
	}

	.bottom-sidebar {
		width: 94%;
		float: left;
		margin: 0 0 2% 0%;
		padding: 2% 3%;
	}

	.topContent {
		padding: 3% 5%;
		margin-top: 2%;
		margin-bottom: 3%;
	}

}
*/
