*{
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
	}
 *:hover{
	//border: 1px solid;
}

body {
	font-family: Lora;
	font-size: 32px;
	color: #eee;
	background-color:#000;
	padding-top: 20px;	
	min-height:100%;
}
ul {
  display: block;
  justify-content: center;
  list-style: none; 
  text-align: center;
  margin-top: 10px;
  //background-color:#000;
}

li {
	display: inline-block ;
    margin: 0 24px;
}
a {
	text-decoration:none;
	color: #eee;
	
}
li a {
	display: block;
    height: 42px;
    font-size: clamp(0.75em, 5vw, 1em);
    text-align: center;
    padding: 2px 7px 0px 5px;
    border-radius: 10px;
	cursor:default;
	font-style: italic;
}
header{
	margin: 0 auto;
	display:block;
	width: 100%;
	background-color: #000;
}
nav a{
	transition: box-shadow 0.4s ease;
	}
nav a:hover{
	background-color: #222;
	box-shadow: inset 0px 0px 9px 3px #444, 0 0 4px 2px #727272;
}


 /*nav {
	 display:block;
	 margin:0 auto;
	 position:fixed;
	 top: 130px;
	 left:50%;
	 transform: translate(-50%);
	min-width:400px;
 }*/
 .wrapper{
	position:relative;
	margin: 0 auto;
	margin-top:45px; 
	/*background: url('../img/main_fon.jpeg') no-repeat;
	background-attachment: fixed;
	background-position: 60% 25%;
    background-size: cover;
	max-height: 100vh;
    min-height: 65vh; */
    max-width: 960px;
   // min-width: 375px;

	
 }

 .bottom{
	 position:fixed;
	 bottom: 0;
	 margin-bottom:15px;
	 text-align: center;
 }
 h1,h2,h3,h4{
	 text-align: center;
 }
 h2{font-size:1.4em; text-shadow:2px 2px 2px #000;
 margin: 10px 0 30px;}
 h3{font-size:1.2em;}
 html{
	 height: 100%;
 }
 .content_book{display: grid;grid-template-columns: 1fr ;grid-column-gap:0.3em;

 }

 
 }
 .content_book div{
	 margin: 0.1em;
	 //height: 44vh;
	// background-color:#eee;
	// border: 1px solid red;
 }
 .title_book{
	 height: 100%;
	// width: 100%;
	 background-color:#00000080;
 }
 .book a{display:block;
 height: 400px;
 margin: 0 auto;
 margin-top: 3vh;
 }
 .book p{font-size:0.68em;  text-align: justify;
 margin:0.25em 0.75em;

 }
 .book > div {
	 padding: 2vh 0;
 }
 .book{ display: grid;
 grid-template-columns:1fr 2fr;
	 background-color: rgba(0, 0, 0, 0.75); ;backdrop-filter: blur(1px);border-radius:25px; }
 
 .background{
	position:fixed;
	background: url('../img/main_fon.jpeg') no-repeat;
	background-size: contain;
	height: 630px;
	width: 840px;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	z-index:-1;
	//border:1px solid white;
}
 
  @media(max-width: 767px){
	 .book{grid-template-columns:1fr;}
	 .background{top: 140px;}
 }
  @media(max-width: 425px){
	 .background{left:30%;}
	 
	}
 h1{ font-size: clamp(1em, 10vw, 1.6em);}
 .content{
	position:relative;
	//width: 90%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.75); ;backdrop-filter: blur(1px);border-radius:25px;
	top: 0.5em;
 }
 .content p{
	 font-size:0.68em;
	 padding:0.5em;
	  text-align: justify;
 }
