html, body, h1, h2, h3, h4, h5, h6, table, th, nav span, nav i, td {
    font-family:AvenirLTStd-Book,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue", Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    color:#282123 !important;
}

.copyr{
    color:#282123 !important;
}

.navbar-nav a{
    color: inherit !important;
}

.dropdown-item{
    color: initial !important;
}

.nav-item > a, .nav-link > span{
    color:#FFFFFF !important;
}

/*a:not(.btn), a:visited:not(.btn){*/
/*    color:#e5d19f;*/
/*}*/
/*a:hover:not(.btn){*/
/*    color:#a78224;*/
/*}*/

body {
    background: linear-gradient(180deg, #ffc25d, #FFFFFF 35%) fixed;
    background-repeat: no-repeat;
}


input{
    border-radius: 7px !important;
}


nav.navbar{
    background-color: #6b7484;
    border-bottom: solid 1px #282123;
}

body:after{
    background: url(mainlogogs.png);
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;

}

#pubpage:after{
    background: url(mainlogo.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 1% 3%;
    background-size: 24%;
}

.navbar-toggler span{
    background-color: #9da9bf !important;
}

#exhpage:after{
    background: url(mainlogogs.png);
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.ctnr_class{
background-color:rgba(163,156,171,0.4);
    border: solid 1px #6b7484;
}