/* CSS Document */
.downloadBox a {
    color:  rgb(108, 117, 125);
    text-decoration: none;
}
.downloadBox a:hover {
    color: rgb(33, 37, 41);
}

.skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip a:focus {
    background: #212529;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    left: 0;
    top: 0;
    position: absolute;
    width: auto;   
    height: auto;
    padding: 10px;
}
.cookies{         
    bottom:0;
    position:fixed;
    z-index:150;
    line-height: 1rem;
}

.downloadBox p:last-of-type {
    margin-bottom: 0px;
}

header a:hover,
a.nav-link:hover {
    color: #bb2d3b !important;
}