*{
  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;
}
 .wrapper{
	position:relative;
	margin: 0 auto;
	margin-top:45px; 
    max-width: 960px;	
 }

 .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;
 }
 .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: 731px;
	width: 970px;
	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: 2.2em;
 }
 .content p{
	 font-size:0.68em;
	 padding:0.5em;
	 text-align: justify;
	 margin-bottom: 2em;
 }

.socs {
  display: grid;
 grid-template-columns:1fr 1fr;
     justify-items: center;
	 grid-row-gap: 0.5em;
}
 
 
.socs i {
    line-height: 1.2em;
  transition: transform 0.3s;
}
span a {color: #0bf;}
.socs a:hover i {
  transform: scale(1.2);
}
.book > :nth-child(4) {
    height: 1.4em;
    margin: 0 13px 0 0;
    line-height: 1.5em;
    justify-self: end;
	font-size: 0.68em;
}

.mail-conteiner{
		position:relative;
		margin: 0 auto;
		top: 90px;
		max-width:600px;
		}
#mc_embed_signup{ false;clear:left; max-width: 600px; margin: 0 auto;
    margin-top: 3em;}