/*--------------------
-----book Styles------
----------------------*/

.book {
    padding: 20px 0px 40px 0px;
}

div.polaroid {
    width: 95%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(80, 24, 2, 0.2), 0 6px 20px 0 rgba(80, 24, 2, 0.19);
    margin-bottom: 60px;
    border-radius: 5px;
}

div.polaroid img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.polaroid .board{
    position: relative;
    text-align: justify;
}

div.polaroid .comment{
    color: #FFF;
    opacity: 90%;
    font-family: 'Courgette';
    font-size: 14pt;
    font-weight: 100;
    position: absolute;
    top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

div.legend {
    color: #333;
    padding: 8px 8px;
}

div.legend h4{
    margin-bottom: 5px;
    font-size: 0.99em;
}

div.legend h5{
    margin-top: 5px;
    margin-bottom: 0px;
}
