﻿﻿:root {
    --main-color: gray;
    --second-color: gray;
    --main-text-color: white;
    --second-text-color: white;
}

body {
    font-size: 1.2rem;
}

h2 {
    font-style: italic;
}

.heheader {
    display: inline-block;
    line-height: 1.1em;
    vertical-align: middle;
}

a {
    /*color: var(--main-color);*/
    text-decoration: none;
}

.clanak {
    font-family: 'A Plantin', 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
}

.opis {
    font-family: 'A Plantin', 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}

.preuzeto {
    font-weight: normal;
    font-style: italic;
    font-size: .8em;
    text-align: right;
}

.status {
    font-weight: normal;
    font-size: .8em;
    text-align: left;
}

.directHit, .izravniPogodak {
    color: red;
    font-weight: bold;
}

.titleHit, .pogodakNaslov {
    color: green;
    font-weight: bold;
}

.abecedarijHit, .priblizanNaslov {
    color: darkblue;
    font-weight: bold;
}

.textHit, .pogodakTekst {
    color: #8b2323;
    font-weight: bold;
}

.multytextHit, .priblizanTekst {
    color: chocolate;
    font-weight: bold;
}

.mediabox {
    width: 100%;
    /*max-width: 440px;*/
    /*padding: 4px 4px 4px 4px;*/
    font-size: 1em;
}

.infobox {
    padding: 10px;
    margin: 5px;
    /*background-color: whitesmoke;*/
}

.ilustracije {
    padding: 5px;
    margin: 5px;
    /*background-color: whitesmoke;*/
    /*padding: 4px 4px 4px 4px;*/
}

.poglavlja {
    /* padding: 5px;*/
    margin: 0px 0px 8px 0px;
    display: block;
    width: 100%;
}

.znacenja {
    margin: 4px 4px 4px 4px;
    display: inline-block;
    margin: 0px 0px 8px 0px;
    /*width: 100%;*/
}

.struke {
    padding: 4px 4px 4px 4px;
    display: inline-block;
    margin: 0px 0px 8px 0px;
}

.edicije {
    padding: 4px 4px 2px 4px;
    display: inline-block;
    margin: 0px 0px 8px 0px;
    /*float: right;*/
}

.op {
    font-weight: bold;
    /*font-style: italic;*/
    display: inline-block;
    padding: 2px 4px 2px 4px;
}

.p1 {
    font-weight: bold;
    /*font-style: italic;*/
    display: inline-block;
    padding: 2px 4px 2px 4px;
}

.p2 {
    font-style: italic;
    display: inline-block;
    padding: 2px 4px 2px 4px;
}

.p3 {
    color: black;
    display: inline-block;
}

h1 a {
    color: darkred;
}

.op a {
    color: black;
    display: inline;
}

.p1 a {
    color: darkred;
    display: inline;
}

.p2 a {
    color: black;
    display: inline;
}

.p3 a {
    color: black;
    display: inline-block;
}

.sp {
    color: black;
    display: inline-block;
}

.sx {
    color: black;
    display: inline-block;
    /*font-style: italic;*/
}

.c-legenda {
    font-style: italic;
    font-size: 1rem;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#btn-back-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
}

#HEBackground {
    position: absolute;
    /*left: 0;*/
    bottom: 60px;
    z-index: -1;
    max-width: 96%;
}

#myFooter, .footer-link {
    font-size: 1.1rem;
}

.form-control {
    display: inline-block !important;
}

@font-face {
    font-family: "A Plantin";
    src: url('/css/fonts/APlantin.eot');
    src: url('/css/fonts/APlantin.woff2') format('woff2'), url('/css/fonts/APlantin.woff') format('woff'), url('/css/fonts/A Plantin Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "A Plantin";
    src: url('/css/fonts/APlantin-Bold.eot');
    src: url('/css/fonts/APlantin-Bold.woff2') format('woff2'), url('/css/fonts/APlantin-Bold.woff') format('woff'), url('/css/fonts/A Plantin Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "A Plantin";
    src: url('/css/fonts/APlantin-Italic.eot');
    src: url('/css/fonts/APlantin-Italic.woff2') format('woff2'), url('/css/fonts/APlantin-Italic.woff') format('woff'), url('/css/fonts/A Plantin Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "A Plantin";
    src: url('/css/fonts/APlantin-BoldItalic.eot');
    src: url('/css/fonts/APlantin-BoldItalic.woff2') format('woff2'), url('/css/fonts/APlantin-BoldItalic.woff') format('woff'), url('/css/fonts/A Plantin Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/*@media (min-width: 600px) {
    #natuknica {
        width: 298px;
    }
}
@media (min-width: 700px) {
    #natuknica {
        width: 398px;
    }
}*/

@media (min-width: 820px) {
    .mediabox {
        max-width: 440px;
        float: right;
    }

    .poglavlja, .znacenja {
        /*width: 100%;*/
    }
    /*
    #natuknica {
        width: 440px;
    }*/
}


@media (min-width: 1024px) {
    .mediabox {
        max-width: 440px;
        float: right;
    }
}

@media (min-width: 968px) {
    #natuknica {
        width: 512px;
    }
}

@media (min-width: 1200px) {
    #natuknica {
        width: 640px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
