.container{ 
	display: flex;
	width:100%}
	

.headerContent{
	width: 100%;
	margin: 0;
	text-align:center;
	background-image: url("jagerpressblacker.jpg");
	background-repeat:repeat;
	background-size: 50px 50px; 	
}
.header{
	width:100%;
	background-color: yellow;
	margin-bottom: 3%;
	height: 5%;
}
.nav {
	background-color: white;
	border-width: 20px;
	margin-bottom: 0%;
	height: 10%;
	font-size: 12px;
	padding-bottom: 3px;

	}


	.nav ul {
	margin:0;
	padding:0;
	}
	.nav ul li {
	list-style: none;
	}

	.nav ul li a {
	text-decoration: none;
	float: left;	
	display: block;
	padding: 0px 10px;
	}

	.image{
		display: flex;
		margin-left: 40%;
		margin-bottom: 1%;
		margin-top: 8%;
		box-sizing: border-box;
		
	}

	.about{
	margin-top:10%; 
	display: flex;

	display:flex;
	display:inline-block;
	flex-direction:row;
	margin-right:auto;
	
	text-align: center;
	
	padding: 0px;		
	width: auto;
	height: auto;
	justify-content: center;
	box-sizing: border-box;
	font-size: 30px;
		}
		
	.bookA {
  float: left;
  width: 33.33%;
  padding: 0px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
	

	.aboutbutton{
		display: flex;
		display: inline-block;
		border-radius: 4px;
		color: white;
		border-style: solid;
		padding: 10px;
		width: 100%;
		height:100%;
		text-align: center;
		background-color: black;
		text-decoration: none;


	}
	
	.aboutbutton{
		display: flex;
		display: inline-block;
		border-radius: 4px;
		color: white;
		border-style: solid;
		padding: 10px;
		width: 100%;
		height:100%;
		text-align: center;
		background-color: yellow;
		text-decoration: none;


	}
	
	.cos{
		display: block;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4px;
		color: white;
		border-style: solid;
		padding: 10px;

		text-align: center;
		background-color: black;
		text-decoration: none;

		

		}



	
	
	





