body {
    cursor: default;
}



/***************************************/
/*               NAVIGACE              */
/***************************************/

.navbar {
    background: #6253da;
}

.nav-item a {
    color: #ffffff;
}

.nav-item a:hover, .text-light:hover, .abc-authors a:hover, .ten-authors a:hover,
.info-knih a:hover, .me-zebricky a:hover, footer a:hover, .who-articles a:hover {
    color: rgb(233, 30, 99)!important;
}

.nav-item img, .avatar {
    height: 40px;
    width: 40px;
}

.nav-item img {
    border-radius: 50%;
}

.navbar-brand {
    display: flex;
}

.logo {
    width: 50px;
    height: 100%;
    margin: auto 10px;
}



/***************************************/
/*             VYHLEDÁVÁNÍ             */
/***************************************/

.search {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-radius: var(--bs-border-radius);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0px solid black;
    border-radius: 0 10px 10px 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search:hover {
    background-color: lightgray;
}

form .control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: none;
    border-radius: 10px 0 0 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.readonly {
    background-color: #cac6c6;
    cursor: not-allowed;
}

form .form-control.readonly:focus {
    background-color: #cac6c6 !important;
    cursor: not-allowed !important;
    border-color: var(--bs-body-bg);
    box-shadow: 0 0 0 var(--bs-body-bg) inset, 0 0 0 var(--bs-body-bg);
    outline: 0 none !important;
}

.d-flex {
    margin: 0 30px;
    width: auto;
}

.vysledky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

hr {
    width: 100%;
}



/***************************************/
/*                OBSAH                */
/***************************************/

.container {
    /* display: flex;
    flex-wrap: wrap; */
    margin-bottom: 100px;
    min-height: 100vh;
    margin-top: 30px;
}

.content {
    box-shadow: 0px 0px 15px #6253da;
    padding: 15px;
}

.form-group {
    width: 100%;
    margin-top: 20px;
}

section, section ul {
    margin-top: 30px;
}

.prihlasit {
    width: 20%;
}

.zmenit-heslo .form-control {
    width: 40%;
}

.profil {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}

.profil-detail {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    align-content: space-between;
    margin-left: 20px;
}

.profil img {
    width: 15%;
    height: 100%;
}

form {
    width: 50%;
}

small {
    width: 100%;
}

ul {
    padding: 0;
    list-style: none;
}

li {
    list-style-type: none;
}

h2 {
    width: 100%;
}

h1::after {
    content: "";
    display: block;
    height: 3px;
    background: #6253da;
    margin-left: -15px;
}

.police1 {
    background-image: url(../images/author-police.webp);
}

.police2 {
    background-image: url(../images/all-police.webp);
}

.all-books ul {
    display: grid; 
    padding-left: 0;
    text-align: center;
    margin: 30px auto 0;
}

.all-books ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ten-books {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

.ten-books p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin: 0;
    font-size: 16px;
}

.ten-books img, .all-books img, section img {
    max-width: 100%;
    height: 135px;
    box-shadow: 3px 3px 10px 0px #171717;
}

.new-author, .ten-authors {
    width: 100%;
}

.authors, .books, .genre, .genre li, .articles li, .hodnoceni p, .pridat-btn, .me-zebricky, .novinky {
    border: 1px solid #9387f5; 
    box-shadow: 0px 0px 5px 0px #6253da;
}

.ms-auto {
    margin-right: 20px;
}

.pagination {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px dashed #9387f5;
}

.favorite-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.favorite-link i {
    margin-right: 10px;
}



/***************************************/
/*             DETAIL KNIH             */
/***************************************/

.name-book {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.kniha {
    display: flex;
    flex-wrap: wrap;
    color: #212529bf;
}

.kniha img {
    margin: 20px 20px 0 0;
    width: auto;
    height: 250px;
    box-shadow: 3px 3px 10px 0px grey;
}

.obsah-knih {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.obsah {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.info-knih {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 20px 0 0;
    align-content: space-between;
}

.info-knih p {
    width: 100%;
}

.favorite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.favorite i {
    font-size: 18px;
    margin: 10px;
}

/* Zobrazení roletového menu po kliknutí na nadpis "Akce" */
#action-header {
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0px 0px 5px 0px #6253da;
}

/* Styl pro rolovací menu */
.custom-select {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    text-align: center;
    min-width: 175px;
}

.select-options {
    flex-wrap: wrap;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 10px 0px #9E9E9E;
    border-radius: 10px;
    z-index: 1;
    right: 0;
    margin-top: 35px;
    text-align: left;
    font-size: small;
}

.select-options a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 100%;
}

.select-options a:hover {
    background-color: #f1f1f1;
}



/***************************************/
/*           ÚVODNÍ STRÁNKA            */
/***************************************/

.books, .genre {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}

.books {
    border-radius: 10px 0 0 0;
}

.new-books {
    width: 100%;
}

.new-books ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.new-author ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.ten-books a, .ten-authors a, .genre a, .abc-authors a, .abeceda-autoru a,
.vysl-autoru a, .vysl-knih a, .info-knih a, footer a, .me-zebricky a, .nej-knihy a {
    text-decoration: none;
}

.new-books, .all-books {
    display: flex; 
    margin: 30px auto 0;
}

.police {
    background-image: url(../images/police.webp);
}

.police, .police1, .police2 {
    background-size: 100%;
}

.authors, .books, .genre, .novinky {
    padding: 15px;
}

.autori {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    height: 100%;
}

.authors {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 10px 0 0;
}

.new-author {
    display: flex;
    margin-top: 20px;
}

.ten-authors {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}

.pridat-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
    border-radius: 0;
}

.pridat-btn, .books, .genre, .authors, .me-zebricky, .novinky {
    background-color: #e9f1fd;
}



/***************************************/
/*               ČLÁNKY                */
/***************************************/

.article {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}
    
.articles {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 0;
    grid-gap: 10px;
    width: 70%;
    list-style: none;
}

.articles li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #6253da;
}

.who-articles {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.who-articles a {
    font-size: 15px;
    text-decoration: none;
}

.who-articles p {
    margin-bottom: 0;
}

.article-detail {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 5px grey;
    padding: 15px;
    margin: 20px auto;
    border-radius: 10px;
    width: 100%;
}

.article-detail img {
    width: 100%;
}

.novinky {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.novinky ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.novinky li {
    width: 90%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #6253da;
    margin: 0 auto;
    background: white;
}



/***************************************/
/*              HODNOCENÍ              */
/***************************************/

.right-side {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 30%;
}

.hodnoceni {
    display: flex;
    margin-top: 20px;
    font-size: 25px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
}

.hodnoceni p {
    margin: auto 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #6253da;
    padding: 0px 20px;
    background-color: #e3e0ff;
}

.selection {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hodnoceni, .selection {
    width: 100%;
}

.my-star-rating, .star-rating {
    margin-right: 10px;
}
  
.star {
    cursor: default;
    font-size: 25px;
    color: gray;
}
  
.star-rating[data-rating="0"] .star {
    color: #ccc;
}
  
.star-rating[data-rating="20"] .star:nth-child(5) {
    clip: rect(0, 12px, 24px, 6px);
    color: gold; /* Barva napůl zaplněné hvězdičky */
}

.my-star {
    font-size: 30px;
    color: gray;
}

.my-star {
    cursor: pointer;
}

.filled {
    color: rgb(233, 30, 99)!important;
}  

.zero {
    color: darkgrey;
}



/***************************************/
/*                CARD                 */
/***************************************/

.g-0 {
    display: flex;
}

.col-md-4 {
    width: auto;
}

.col-md-8 {
    width: 100%;
}



/***************************************/
/*               AVATAR                */
/***************************************/

.avatar {
    margin: auto;
}

.avatar-container {
    display: inline-block;
    position: relative;
    margin: 10px; 
}

.avatar-container input[type="radio"] {
    display: none;
}

.avatar-container.selected img {
    box-shadow: 0 0 10px 5px #e91e63;
}

.active {
    color: #e91e63!important;
    font-weight: bold;
}

main {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 15px #6253da;
    padding: 15px;
}



/***************************************/
/*                 ŽÁNR                */
/***************************************/

.genre {
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.genre ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.genre li {
    display: flex;
    padding: 5px 10px;
    box-shadow: 0px 0px 9px #6253da;
    border-radius: 10%;
    margin: 10px;
    flex: 0 0 auto;
    background-color: white;
}

.genre a {
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.genre a:hover {
    color: #0d6efd;
}


.add-img {
    display: flex;
    flex-wrap: wrap;
}

.add-img img {
    width: 80px;
}

.add-img a {
    margin: auto 10px;
}



.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.carousel {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #9E9E9E;
}

.carousel-item {
    max-height: 300px;
}

.dot {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    text-indent: -999px;
    background-color: #fff;
    background-clip: padding-box;
    border: 3px solid white;
    margin: 5px 3px;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-dark .dot {
    background-color: #000;
}

.abeceda-autoru {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
    border: 1px solid #8f82f6;
    box-shadow: 0 0 8px #6253da;
}

.abeceda-autoru ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 0rem;
}

.abeceda-autoru li {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 40px;
    line-height: 40px;
}

.abeceda-autoru a {
    padding: 10px;
}

.abeceda-autoru a:hover {
    border-radius: 50%;
    background-color: #8f82f6;
    box-shadow: 0px 0px 11px #6253da;
    color: white;
    width: 40px;
    text-align: center;
    line-height: 20px;
    display: block;
    padding: 10px;
}

.abc-authors {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin: 30px auto;
    /* grid-auto-flow: column;
    grid-template-rows: repeat(20, 1fr); */
}

.abc-authors ul {
    list-style: none;
}

.abc-authors li {
    border-right: 1px solid #9E9E9E;
    margin-left: 20px;
    padding-bottom: 10px;
}

#id_genre {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}



/***************************************/
/*               ŽEBŘÍČKY              */
/***************************************/

.me-zebricky {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #6253da;
}

.me-zebricky h3 {
    text-align: center;
    margin: 10px auto;
}

.me-zebricky h3::after {
    content: "";
    display: block;
    height: 1px;
    background: #6253da;
    margin: 10px auto;
    width: 85%;
}

.one, .two, .four, .five {
    border-right: 2px solid #d0d0d0;
}

.four, .five, .six {
    border-top: 2px solid #d0d0d0;
}

.nej-autori li {
    display: flex;
    justify-content: space-between;
    margin: 5px 15px 0 0;
}

.nej-autori a {
    text-decoration: none;
}

.nej-knihy, .nej-autori {
    width: 100%;
}

.nej-knihy ul, .nej-autori ul {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
}

.nej-knihy li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #9E9E9E;
    margin-right: 15px;
}

.nej-knihy p {
    margin: 5px 0;
}




/***************************************/
/*                FOOTER               */
/***************************************/

footer {
    background-color: #f5f6f7;
    z-index: 10;
    position: relative;
    max-height: 100%;
    box-shadow: 0px -4px 20px #d2d2d2;
}

footer .copyright {
    color: #9fa3a6;
    font-size: 15px; 
    position: relative;
}

.zapati {
    display: grid;
    grid-template-columns: 400px 1fr 1fr 1fr;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.zapati div {
    padding-left: 0;
    border-right: 2px solid #cdcdcd;
    margin: 0 40px 0 0;
}

.zapati a {
    width: 100%;
    display: block;
}

.zapati ul {
    padding-left: 0;
}

.zapati li a {
    display: inline;
}



/***************************************/
/*           SOCIÁLNÍ SÍTĚ             */
/***************************************/

.fab {
    font-size: 25px;
    margin: 0 20px;
}

.fa {
    margin-right: 5px;
}

.fab, .fa {
    color: #000000;
    font-style: normal;
    display: inline-block; 
}

.fas {
    font-size: 13px;
}



@media (max-width: 1399px) {
    .new-books, .police2, .police1, .police {
        background-image: none;
    }
}

@media (min-width: 1200px) {

    .fs-2 {
        margin-left: 20px;
    }

    .nej-knihy ul, .nej-autori ul {
        column-gap: 20px;
        grid-auto-flow: column;
        grid-template-rows: repeat(20, 1fr);
    }

    .nej-knihy ul {
        grid-template-columns: 1fr 1fr;
    }
    
    .nej-autori ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1025px) {
    .abc-authors li:nth-child(4n+4) {
        border-right: none;
    }
}

@media screen and (max-width: 1024px) {

    .new-books ul, .all-books ul {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .new-books ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #id_genre {
        grid-template-columns: 1fr 1fr;
    }

    .me-zebricky {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .zapati {
        width: 100%;
    }

    .ms-auto {
        margin-right: 0;
    }
            
    .abc-authors {
        grid-template-columns: 1fr 1fr 1fr;
    }

}


@media screen and (min-width: 801px) and (max-width: 1024px) {
    .abc-authors li:nth-child(3n+3) {
        border-right: none;
    }
}


@media screen and (max-width: 1000px) {

    .nav, .login {
        justify-content: space-between;
    }

    .login::before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #ffffff;
        margin-bottom: 15px;
    }

    .mobil {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {

    .zapati {
        grid-template-columns: 320px 1fr 1fr 1fr;
    }

    .zapati div {
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 800px) {

    .new-books ul, .all-books ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .new-books ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .ten-books p {
        font-size: 12px;
    }

    .me-zebricky {
        grid-template-columns: 1fr 1fr;
    }

    .two, .four {
        border-right: none;
    }

    .three, .four, .five, .six {
        border-top: 2px solid #d0d0d0;
    }

    .one, .three, .five {
        border-right: 2px solid #d0d0d0;
    }

    .nav {
        margin: 15px auto;
    }

    .abc-authors {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 501px) and (max-width: 800px) {
    .abc-authors li:nth-child(2n+2) {
        border-right: none;
    }

    .profil-detail {
        width: 75%;
    }

    .profil img {
        width: 20%;
    }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {

    .info-knih {
        width: 65%;
    }

    .right-side {
        flex-wrap: nowrap;
        width: 100%;
    }

    .selection {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 500px) {

    .right-side {
        width: 55%;
        margin-left: 140px;
        margin-bottom: -190px;
    }

    .two, .three, .six {
        border-right: none;
        border-top: 2px solid #d0d0d0;
    }

    .favorite-link i {
        font-size: 24px;
    }

    .favorite-text {
        display: none;
    }
}

@media screen and (max-width: 700px) {

    .books, .autori, .genre, .prihlasit, form, section ul,
    .article, .articles, .vysl-knih, .vysl-autoru {
        width: 100%;
    }

    .ten-books {
        flex: 50%;
    }

    .new-books {
        background-image: none;
    }

    .new-books ul, .all-books ul {
        grid-template-columns: 1fr 1fr;
    }

    .fab, .fa {
        font-size: 20px;
    }

    #footer {
        flex-direction: column;
        justify-content: flex-start;
    }

    #footer .copyright {
        left: 0;
    }

    .ten-books img, .all-books img {
        height: 100px;
    }

    .ten-books p {
        font-size: 12px;
    }

    .genre ul {
        font-size: 12px;
    }
    
    .books {
        border-radius: 10px 10px 0 0;
    }

    .authors {
        border-radius: 0;
    }

    .genre {
        border-radius: 0 0 10px 10px;
    }

    .pagination {
        width: 100%;
        justify-content: center;
    }

    .abc-authors {
        grid-template-columns: 1fr;
    }

    .obsah {
        flex-direction: column-reverse;
    }

    .hodnoceni {
        font-size: 20px;
        justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
        flex-direction: column-reverse;
    }

    .right-side.not-authenticated {
        margin-bottom: -90px;
    }

    .hodnoceni p {
        border: none; 
    }

    .upravit-smazat {
        justify-content: flex-end;
        width: 40%;
        font-size: 12px;
    }

    /* .obsah {
        flex-direction: column-reverse;
    } */

    .star-rating {
        font-size: 25px;
    }

    .kniha {
        width: 100%;
    }

    .kniha img {
        margin: 20px 0 0;
        height: 180px;
    }

    .nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }

    .dot {
        width: 5px;
        height: 5px;
        border: 1px solid white;
        margin: 3px 2px;
    }
   
    .nav, .login {
        justify-content: space-between;
    }

    .avatar {
        margin: 0;
    }

    .profil img {
        width: 30%;
    }

    .profil-detail {
        margin-left: 10px;
        width: 65%;
    }

    .upravit-profil .form-control, .zmenit-heslo .form-control  {
        width: 100%;
    }

    .selection, .custom-select {
        margin-top: 10px;
    }

    .custom-select {
        margin: 10px 0;
    }

    .me-zebricky, .novinky ul {
        grid-template-columns: 1fr;
    }

    .one, .two, .three, .four, .five, .six {
        border-right: none;
    }

    .two, .three, .four, .five, .six {
        border-top: 2px solid #d0d0d0;
    }

    .fas {
        font-size: small;
    }

    footer ul {
        padding-left: 0;
    }

    .abeceda-autoru a {
        padding: 0 10px;
    }

    .my-star {
        font-size: 25px;
    }

    .my-star-rating {
        margin-right: 0;
    }

    .prev, .next {
        display: none;
    }

    .zapati {
        grid-template-columns: 1fr;
        width: 90%;
    }

    .zapati ul, .novinky li {
        width: 100%;
        margin-top: 20px;
    }

    .zapati div, footer ul {
        border-right: none;
        margin-right: 0;
    }

    .who-articles div {
        display: flex;
        flex-wrap: wrap;
        margin-top: -20px;
        flex-direction: column;
    }

    .who-articles div a {
        width: 100%; 
        font-size: 12px;       
    }

    .card-title {
        font-size: 15px;
    }

    .card-text {
        font-size: 12px;
    }

    .col-md-4 {
        width: 25%;
    }

    .col-md-8 {
        width: 80%;
    }

    .novinky ul {
        margin-top: 0;
    }

    .authors i, .books i, .novinky i {
        font-size: 15px;
    }

    .who-articles p {
        font-size: 14px;
    }

    .abc-authors li {
        border-right: none;
        margin-left: 0;
        padding-bottom: 5px;
    }

    .favorite i {
        font-size: 16px;
        margin: 7px;
    }

    .nej-knihy ul {
        padding-left: 0;
    }

    .info-knih {
        width: 100%;
    }
}



