/* CSS Document */

body{
	margin: 0;
}
.body-wrapper{
	background-color: aliceblue;
}
.body-wrapper p{
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-size: 18pt;
	}
.hj_covers{
	margin-bottom: 10px;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #092050;
	display:inline;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #5C85A8;
}
nav ul{
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
	
}
.hj-intro p{
	flex: auto;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;;
}
.hj-intro h4{
	text-align: center;
	margin-bottom: 0;
}
.hj-art-2 h4{
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}
.hj-issues1-4 h5{
	margin-bottom: 0;
	
}
.hj-issue1{
	text-align: center;
}
.hj-issue2{
	text-align: center;
}
.hj-issue3{
	text-align: center;
}
.hj-issue4{
	text-align: center;
}


	


	

.issues57{
	flex: auto;
	margin-left: 20px;
	margin-right: 20px;
	
	text-align: justify;
}
.issue100{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.hj-index{
	flex: auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.index85-99{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.hjcovers{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.hj-col12{
	margin-bottom: 30px;
}
.hj-col34{
	flex: auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	margin-bottom: 30px;
}

.jwh{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.elnathan{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.hj_footer{
	background-color: #092050;
	color: #fff;
	text-align: center;
	height: 75px;
	padding-top: 38px;
}



@media screen and (min-width:500px){
	.hj-issues1-4{
		display: flex;
		justify-content: center;
		justify-content: space-around; 
	}
}	

@media screen and (min-width:800px)
			and (orientation: landscape){
	.hj-sect-5{
		display: flex;
		justify-content: center;
		justify-content: space-around; 
	}
	.hj-col12{
		width: 50%;
	}
	.hj-col34{
		width: 50%;
	}
	.body-wrapper p{
		font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
		font-size: 16pt;
	}
}	
	






