.start-header{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.start-header.chauvet{
    background: linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
    ), url("/images/background.jpg");
}
.start-header.martin{
    background: linear-gradient(
            rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)
    ), url("/images/background_martin.webp");
}
.fa-li{
    padding-top: 4px;
}
.fa-ul{
    font-size: 1.1em;
}
.tooltip-inner{
    max-width: 350px;
}
.info-text{
    font-size: .7rem;
}
html, body{
    height: 100%;
}