.contrast,

.contrast nav,

.contrast nav-tab,

.contrast nav-link,

.contrast div,

.contrast li,

.contrast li.active,

.contrast a.active,

.contrast ol,

.contrast header,

.contrast footer,

.contrast section,

.contrast main,

.contrast aside,

.contrast panel,

.contrast article {

background: black !important;

color: white !important;

}

.contrast h1,

.contrast h2,

.contrast h3,

.contrast h4,

.contrast h5,

.contrast h6,

.contrast p,

.contrast label,

.contrast strong,

.contrast em,

.contrast cite,

.contrast q,

.contrast i,

.contrast b,

.contrast u,

.contrast font-face,

.contrast text,

.contrast span {

color: white !important;

}

.contrast p {

background: black !important;

color: white !important;

}

.contrast a {

    
color: white !important;

text-decoration: underline;

background-color: black !important;



}



.contrast btn,

.contrast button,

.contrast input[type=button],

.contrast input[type=reset],

.contrast input[type=submit] {

background: black !important;

color: yellow !important;

border: none !important;

}

.contrast input[type=text],

.contrast input[type=password],

.contrast input[type=url],

.contrast input[type=search],

.contrast input[type=email],

.contrast input[type=tel],

.contrast input[type=date],

.contrast input[type=month],

.contrast input[type=week],

.contrast input[type=datetime],

.contrast input[type=datetime-local],

.contrast textarea,


.contrast input[type=number] {

background: black !important;

border: 1px solid white !important;

color: white !important;

}


.contrast img.on-contrast-force-gray {

filter: grayscale(100%) contrast(120%);

}


.contrast img.on-contrast-force-white {

filter: brightness(0) invert(1);

}

.contrast header-cont container {

margin-left:0px;

width:90%;

height:30px;

margin-top:7px;

position:absolute;

}

.contrast .btn-info {
    color: white !important;
    background-color: black;
    border: none !important;
    background-image: none !important;
    box-shadow: none !important;
}
