html
{
    height:100%;
}

html, body, h1, h2, h3, h4, h5, h6, table, th, nav span, nav i, td {
    color:#FFFFFF !important;
}

h5{
    color: #e5d19f !important
}

.copyr{
    color:#FFFFFF !important;
}

.navbar-nav a{
    color: inherit !important;
}

.dropdown-item{
    color: initial !important;
}

a:not(.btn), a:visited:not(.btn){
    color:#e5d19f;
}
a:hover:not(.btn){
    color:#a78224;
}

body {
    background: linear-gradient(180deg, #10498c, #005374) fixed;

    background-repeat: no-repeat;
    height: 100%;
    min-height: 100%;
}


input{
    border-radius: 7px !important;
}

nav.navbar{
    background-color: #0d55a3;
    border-bottom: solid 1px white;
}

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: 4% 5%;
    background-size: 20%;
}

.navbar-toggler span{
    background-color: #FFFFFF !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(255,255,255,0.2);
}

.form-group label {
    color: #FFF;
}