*{
	box-sizing: border-box;
}

html, body{
	margin: 0;
	padding: 0;
	color: #151515;
	background-color: #f3f3f3;
	letter-spacing: .075em;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}


.container{
	width: 1200px;
	margin: 0 auto;
}

.menu{
	list-style: none;
}

.menu li{
	display: inline-block;
}

.header a{
	text-decoration: none;
	color: #f3f3f3;
}

.header a:hover, .header a:active{
	color: #FB8754;
}


/*  ========================
	Header
======================== */
.header, .footer{
	background-color: #3A3939;
}
.panel{
	color: #f3f3f3;
	display: flex;
	justify-content: space-between;
	align-items:  center;
	height: 10vh;
	text-align: center;
}

.panel a, .panel .links, .panel .social{
	width: 30%;
}

.links li{
	margin-right: 50px;
}

.social{
	text-align: right;
}

.social img{
	border:  1px solid #F3F3F3;
}

.social img:hover{
	border-color: #FB8754;
}

.header li:last-child{
	margin-right: 0;
}


/*  ========================
	Content
======================== */

.homapage{
	height: 80vh;
}
.photo_bcg h1{
	margin-top: 0;
	padding-top: 2em;
	font-size: 3em;
	font-weight: 400;
}

.photo_bcg p{
	margin-top: 0;
	padding-top: 1em;
	padding-bottom: 3em;
	font-size: 25px;
	max-width: 55%;
	margin: 0 auto;
}

.photo_bcg p::before, .photo_bcg p::after{
	content: '"';
}


.photo_bcg{
	text-align: center;
	color:  #f3f3f3;
	font-family: arial;

	background-image: url("img/uvod-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.btn{
	display: inline-block;
	border:  3px solid #f3f3f3;
	text-align: center;
	min-width: 275px;
	color: #f3f3f3;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 200;
	padding: .7em 1em;
	margin-right: 75px;
	margin-bottom: 8em;
}

.btn i{
	font-size: 35px;
	font-style: normal;
}

.btn:last-child{
	margin-right: 0;
}


.btn:hover{
	color: #337AB7;
	border-color: #337AB7;
}


/*  ========================
	Footer
======================== */
.copyright{
	font-family: arial;
	text-align: left;
}

.footer{
	font-size: 11px;
	line-height: 150%;
}

.footer a{
	color: #f3f3f3;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
	color: #FB8754;
}

.fmenu{
	list-style: none;
	margin: 0;
	padding:  0;
	text-align:  right;
}

.footer_text{
	text-align:  center;
}


/*  ========================
	Autor
======================== */
.death, .birth{
	padding-left: 25px;
}

.author{
	font-family: sans-serif;
}

article img{
	float: right;
	height: 350px;
	width: auto;
	padding-left: 40px;
	margin-bottom: 100px;
}

article{
	clear: both;
	overflow:  hidden;
	font-weight: 100;
}

article h1{
	font-weight: 200;
	font-size: 45px;
}

h2{
	font-weight: 200;
	font-size: 35px;
	text-align: center;
	font-weight: 300;
}

.auhor_info{
	display: flex;
	justify-content: space-between;
}

.auhor_info ul{
	width: 50%;
	margin:  0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: 180%;
	margin-bottom: 50px;
}

.auhor_info li{
	font-weight: 100;
}

.auhor_info ul:last-child{margin-right: 0;}




/*  ========================
	Books
======================== */
.book{
	font-family: Helvelica;
	padding-top: 50px;
	padding-bottom: 20px;
}

.book h1{
	font-size: 25px;
	margin-bottom: 0;
	letter-spacing: 3px;
}

.book h2{
	font-size: 15px;
	color:  grey;
	text-align: left;
	margin-top: 0;
	font-style: italic;
}

.book p{
	font-size: 18px;
	font-weight: 300;
}

.book img{
	float: left;
	margin-right: 50px;
}

.book .price{
	font-style: normal;
	font-size: 35px;
	margin-right: 20px;
	font-family: sans-serif;
}

.book .price::after{
	content: "€";
	margin-left: 5px;
	font-size: 20px;
}

.book .btn{
	color: #151515;
	border-color: #151515;
	margin-bottom: 0;
}

.book .btn:hover{
	background-color:  #337AB7;
	border-color:  #337AB7;;
}

.book .price_info{
	float: right;
}