@import url('https://fonts.googleapis.com/css2?family=New+Rocker&display=swap');

#book-container {
    background-image: radial-gradient(#F0DFB2, #B7905F);
    color: black;
    background-color: #000000;
    border: 1px dotted #666666;

}

#book-header {

    border: 0px dotted #777777;
    margin: 10px 50px 15px 50px;
    border-bottom: 2px solid #a97d50;

}

.book-header-style-1 {
    text-align: justify;
    padding: 30px 50px 10px 50px;

}

.book-header-style-1 h5 {
  font-size: 2rem;
  font-family: "New Rocker";
  text-shadow: 1px 1px #2a1704;
  color: #814306;

}

#book-body {

    border: 0px dotted #777777;
    margin: 20px 15px 10px 15px;

}

.book-body-style-1 {
    text-align: justify;
    padding: 10px 50px 10px 50px;

}

.book-body-style-1 h2 {

    font-size: 2.5rem;
    font-family: "New Rocker";
    text-shadow: 1px 1px #2a1704;
    color: #814306;

}

.book-body-style-1 h4 {

    font-size: 1.5rem;
    font-family: "New Rocker";
    text-shadow: 1px 1px #482805;
    color: #b97026;

}

#book-footer {

    border: 0px dotted #777777;
    margin: 5px 50px 20px 50px;
    display: grid;
    grid-template-columns:  150px auto 150px ;
    border-top: 2px solid #a97d50;
    padding-top: 10px;

}

#book-footer-turner-right i {

text-align: left;

}

#book-footer-turner-left i.fas.fa-arrow-alt-left::before {

content: "\f060";

}

#book-footer-turner-left button {

    align: right;
    background-color: #48280500;
    border-color: #48280500;
    font-size: 1.1rem;
    font-family: "New Rocker";
    text-shadow: 1px 1px #2a1704;
    color: #814306;

}

#book-footer-turner-right i {

text-align: right;

}

#book-footer-turner-right i.fas.fa-arrow-alt-right::before {

content: "\f061";

}

#book-footer-turner-right button {

    align: left;
    background-color: #48280500;
    border-color: #48280500;
    font-size: 1.1rem;
    font-family: "New Rocker";
    text-shadow: 1px 1px #2a1704;
    color: #814306;

}

#library-intro-header
{
    border-bottom: 1px solid rgba(205, 134, 63, 0.6);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.library-intro-btn
{
    margin-top: 1.5rem !important;
    margin-right: 5px;
}

#folianta-item
{
    float: left;
    margin-right: .3rem;
}

#folianta-btn
{
    float: right;
}

#library-folianta
{
    display: flex;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(205, 134, 63, 0.6);
}

#library-folianta-competition-offer
{
    width: 50%;
    margin-top: 1.5rem;
    padding-right: 0.7rem;
    border-right: 1px solid rgba(205, 134, 63, 0.6);
}

#library-folianta-short-search
{
    width: 50%;
    margin-top: 1.5rem;
    padding-left: 0.7rem;
}

#library-folianta-short-search-form
{
    margin-top: 7px;
    float: right;
}

.library-search-btn
{
    margin-top: -5px;
    height: 31px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#library-folianta-short-search input
{

}

#library-folianta-snippet-top img
{
    max-width: 200px;
    float: right;
    padding: 10px;
}

#library-intro-bookmarks-all
{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    width: 100%;
}

#library-intro-bookmarks-all img
{
    float: left;
    margin-right: .5rem;
    margin-top: -2px;
}

.library-intro-bookmarks
{
    width: 32%;
    background-image: url('../media/library/zalozky.png');
    background-repeat: no-repeat;
    background-position: left top;
    border-top: 1px solid rgba(205, 134, 63, 0.6);
    margin-top: 1.5rem;
    white-space: nowrap;
}

.library-intro-bookmarks h5
{
    margin-top: .5rem;
    margin-left: 2.2rem;
}

.library-intro-bookmarks a
{

    margin-left: 2rem;
}


.library-search-button {
    margin-right: 10px;
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-radius: 0px 5px 5px 0px;
    background-color: #111111;
    padding: 1px 5px 5px 5px;
    color: rgba(205, 134, 63, 1);
    font-size: x-small;
}

/* ----- N�VRH ZOBRAZEN� SEZNAMU KNIH ----- */

.library-books
{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 33%;
}

.library-book-summ
{
    width: 95%;
    border-bottom: 1px solid rgba(205, 134, 63, 0.6);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.book-summ img
{
    float: left;
    margin-right: .3rem;
}

.library-book-title
{
    font-weight: bold;
    text-shadow: 2px 2px black;
}
