html
{
    height:100%;
}

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";
    font-size:103%;
}

.copyr{
}

.navbar-nav a{
    color: inherit !important;
}

.dropdown-item{
    color: initial !important;
}

body {
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100%;
}

input{
    border-radius: 7px !important;
}

nav.navbar{
    background-color: #FFF;
}

.navbar:after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: dashed 1px black;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

body:after{
    background: url(mainlogo.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: 4% 5%;
    background-size: 20%;
}


#exhpage:after{
    background: url(mainlogogs.png);
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.ctnr_class{
    background-color:rgba(255,255,255,0.2);
}

.form-check-label{
    line-height:2;
}