/* Application styles could go here */
@import url("fonts.css");
body{
     padding-top: 100px; 
     color:#000;
     font-size:1.0em;
     line-height:1.6rem;
     background-image: url("../img/background3.jpg");
}

.navbar {border-bottom: 1px solid #800000; height: 90px;
   min-height: 90px;}
   
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.reference {
    cursor: pointer;
}


.card {
    overflow: visible;
}

a {
    color: #800000;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: #800000;
    text-decoration: none;
}

.markhighlight {
    background: orange;
    color: black;
}

:lang(chu){
    font-family: Bukyvede;
    font-size: 1.20em;
    font-weight:bold;
}

:lang(cu) a.reference{
     font-size: 1em;
     font-weight:bold;
}

:lang(cu){
    font-family: Bukyvede;
    font-size: 1.20em;
    font-weight:bold;
}

:lang(bg), .quote:lang(bg){
   font-size:1.06em;
}

:lang(grc), .quote:lang(grc){
   font-size:1.06em;
}

.ex:lang(bg){
   font-size:1.06em;
}

sup{
    font-size: 70%;
    vertical-align: text-middle;
    line-height: 0;
}

:lang(cu) sup {
    font-family:Bukyvede;
    font-size:80%;
}

ul.bibl {
list-style-type: none;
padding-left: 22px ;
text-indent: -22px ;
}

.bib {
    padding-bottom: 1em;
}
.code {
    font-family:monospace;
}

table {
    margin: 0 auto;
}



footer .poweredby { float: right; margin: 33px 10px 0 0;}
footer .poweredby img { width: 120px; }
