/* stylizacja zakładki Książki */

.library
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%;
    border: #0a2b42 2px solid;

}
.book_box_h
{
    /* display: unset; */
    width: 100%;
    height: fit-content;
    /* height: 150px; */
    margin-top: 5%;
    margin-bottom: 5%;
    align-items: center;
    display: flex;
    /*justify-content: center; */
    justify-content: space-between;
    /* border: red 2px solid; */
    /* clear: both; */
     float: left;

}

.book_box_v
{
    display: none;
    width: 90%;
    height: fit-content;
    /* height: 150px; */
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    /*  border: greenyellow 2px solid; */
    /* clear: both;
     float: left; */

}

.book_v
{
    display: none;

   /* height: 150px; */
    height: fit-content;
    width: fit-content;
    /* border: deeppink 2px solid; */

    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;

    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}


.book
{
    /*width: 80%; */
    width: fit-content;
    margin-right: 3%;
    margin-left: 3%;
    transition: all 0.5s;
    transform: scale(1);
    /* border: yellow 2px solid; */
}

.book :hover
{
    transition: all 0.5s;
    transform: scale(1.1);
}

.img-fluid
{
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
}

.trylogy
{
    width: 45%;
    height: fit-content;
    margin-right: auto;
    margin-left: auto;
    float: left;
    transition: all 0.5s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
    /* border: deepskyblue 2px solid; */
}

.trylogy :hover
{
    transition: all 0.5s;
    transform: scale(1.1);
}



@media(max-width: 950px)
  /* stylizuję padding description
  (turkusową ramkę) w zalezności od szerokości
   ekranu na którym jest wyświetlana
 */ {
    .description {
        padding: 25px;
    }


    .book_box_h
    {
        display: none;
        clear: both;
    }


    .book_box_v
    {
        display: unset;
        width: 80%;
        height: fit-content;
        /* height: 150px;
        display: flex; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        /* border: red 2px solid; */
         clear: both;
    }

    .book_v
    {


        height: 100%;

        width: fit-content;
        display: flex;
        /* border: orange 2px solid; */

        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        clear: both;

    }


    .book_v :hover
    {
        transition: all 0.5s;
        transform: scale(1.05);
    }

    .trylogy_h
    {
        display: none;
    }

    .trylogy_v
    {
        clear: both;

        width: 90%;
        height: fit-content;
        /* margin-right: 15px; */
        margin: 5%;
        /*margin-left: auto; */
        /* display: flex;
        text-align: justify;
        align-items: center;
        justify-content: center; */
        /* float: left; */


        box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
        /* border: red 2px solid; */
    }

    .trylogy_v :hover
    {
        transition: all 0.5s;
        transform: scale(1.1);
    }

}

/*
@media(max-width: 486px) {
    .description {
        padding: 10px;
    }
}

*/

