@import url('fonts.css');

html, body {
    font: 16px/1 Helvetica, Helvetica Neue, Arial;
    border: solid red 0px;
    height: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}


.main {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
}

.center-box {
  display: table-cell;
  vertical-align: middle;
    height: 100%;
    text-align: center;
    border: solid green 0px;
    margin-left: auto;
    margin-right: auto;
}

.table {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

.row {
  display:table-row;
  vertical-align: middle;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}

.a_button {
    transition: all .1s;
    font-family: "Merriweather Light", sans-serif;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-collapse: separate;
    border-radius: 2px;
    color: #ffffff;
}

.a_button2:hover {
    border-radius: 20px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.55);
}

.a_button:active {
    transition: all .1s;
    opacity: 0.1;
    /*transform: rotate(720deg);*/
    width: 120px;
    height: 120px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.85);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.a_text {
    display: table-cell;
    vertical-align: middle;
    border: solid #ffffff 0px;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    text-shadow: 0px 0px 3px #000000;
}

a {
    text-decoration: none;
}

.tl_tile {
    background-color: #b0b0b0;
    border-right: solid #707070 4px;
    border-bottom: solid #707070 4px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.tl_tile:hover {
    border-radius: 30px;
}

.tr_tile {
    background-color: #b0b0b0;
    border-left: solid #707070 4px;
    border-bottom: solid #707070 4px;
    box-sizing: border-box;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.tr_tile:hover {
    border-radius: 30px;
}


.bl_tile {
    background-color: #b0b0b0;
    border-right: solid #707070 4px;
    border-top: solid #707070 4px;
    box-sizing: border-box;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bl_tile:hover {
    border-radius: 30px;
}

.br_tile {
    background-color: #b0b0b0;
    border-left: solid #707070 4px;
    border-top: solid #707070 4px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.br_tile:hover {
    border-radius: 30px;
}

@media only screen and (min-width: 650px) {

    .bib_citat_knjiga_container {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 10px;
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 17px;
    }
    .bib_citat_glava_container {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 6px;
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 15px;
    }
    .bib_citat_tekst_container {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 6px;
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
    }
    .bib_citat_tekst_container A {
        text-decoration: none;
    }
    .a_text {
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-weight: 400;
    }


    .lit_container {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        text-align: left;
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
        margin-top:5px;
        border-top: solid #707070 0px;
        border-bottom: solid #707070 0px;
        border-radius: 15px;
    }
    .lit_emp {
        font-weight: bold;
    }
    .lit_row {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 6px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: Merriweather, "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
    }

    .lit_misao {
        font-style: italic;
        font-size: 15px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .lit_header {
        border: solid #606060 0px;
        border-radius: 4px;
        text-align: center;
    }
    .lit_colors {
        display: inline-block;
    }
    .lit_link {
        display: inline-block;
        /*
        padding-bottom: 0px;
        box-shadow: 0 2px #707070;
        */
        text-decoration-line: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #707070;
        text-underline-position: from-font;
        text-underline-offset: 0.1em;

        line-height: inherit;
        color: inherit;
    }
    .lit_link:active {
        opacity: 0.2;
    }
    .lit_napomena {
        margin-top: 5px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
    }
    .lit_hidden {
        visibility: hidden;
    }
    .lit_boja_crvena {
        background-color: #af3034;
        color: #ffffff;
    }
    .lit_boja_ruzicasta {
        background-color: #edbbd2;
        color: #ffffff;
    }
    .lit_boja_zelena {
        background-color: #40904f;
        color: #ffffff;
    }
    .lit_boja_bijela {
        background-color: #ffffff;
        color: #000000;
    }
    .lit_boja_ljubicasta {
        background-color: #774291;
        color: #ffffff;
    }

}

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

    .bib_citat_knjiga_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 10px;
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 17px;
    }
    .bib_citat_glava_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 6px;
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 15px;
    }
    .bib_citat_tekst_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 6px;
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
    }
    .bib_citat_tekst_container A {
        text-decoration: none;
    }
    .a_text {
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-weight: 400;
    }

    .lit_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        text-align: left;
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
        margin-top:5px;
        border-top: solid #707070 0px;
        border-bottom: solid #707070 0px;
        border-radius: 15px;
    }
    .lit_emp {
        font-weight: bold;
    }
    .lit_row {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        padding: 6px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: "Roboto Slab", "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.5;
    }

    .lit_misao {
        font-style: italic;
        font-size: 15px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .lit_header {
        border: solid #606060 0px;
        border-radius: 4px;
        text-align: center;
    }
    .lit_colors {
        display: inline-block;
    }
    .lit_link {
        display: inline-block;
        /*
        padding-bottom: 0px;
        box-shadow: 0 2px #707070;
        */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: 2px;
        text-decoration-color: #0000ff;
        text-underline-position: from-font;
        text-underline-offset: 0.1em;


        line-height: inherit;
        color: inherit;
    }
    .lit_link:active {
        opacity: 0.2;
    }
    .lit_napomena {
        margin-top: 5px;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
    }
    .lit_hidden {
        visibility: hidden;
    }
    .lit_boja_crvena {
        background-color: #af3034;
        color: #ffffff;
    }
    .lit_boja_ruzicasta {
        background-color: #edbbd2;
        color: #ffffff;
    }
    .lit_boja_zelena {
        background-color: #40904f;
        color: #ffffff;
    }
    .lit_boja_bijela {
        background-color: #ffffff;
        color: #000000;
    }
    .lit_boja_ljubicasta {
        background-color: #774291;
        color: #ffffff;
    }
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
