header.masthead {
    background-image: url("../img/header-bg.webp");
}
header.masthead.privacy {
    background-image: url("../img/privacy-bg.webp");
}
header.masthead.cookies {
    background-image: url("../img/cookies-bg.webp");
}
header.masthead.conditions {
    background-image: url("../img/conditions-bg.webp");
}

#mainNav .navbar-brand img {
    height: 50px;
}
@media (min-width: 992px) {
    #mainNav .navbar-brand img {
        height: 100px;
    }
    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 60px;
    }
}

header.masthead {
    background-image: /* top, transparent red, faked with gradient */ linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/header-bg.webp);
}
header.masthead .masthead-heading {
    font-size: 3rem;
}
a {
    color: rgb(255,117,45);
}
a:hover {
    color: rgb(255,117,45,0.5);
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgb(255,117,45);
}
.btn-primary, .badge-primary {
    background-color: rgb(255,117,45);
    border-color: rgb(255,117,45);
}
.btn-primary:hover {
    background-color: rgb(255,117,45,0.5);
}
.bg-easytraining {
    background-color: rgb(255,117,45);
}

#topics ul {
    list-style-position: inside;
}