@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600&family=Ubuntu:wght@300;400;500;700&display=swap');

html, body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

label {
    font-weight: 400;
}

ul.nav.nav-pills li a span {
    font-weight: 100;
    text-transform: uppercase;
}

h1#pageTitle {
    height: 108px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1#pageTitle > a > img {
    display: inline-block;
    height: 70px;
}

.nav > li.disabled > a, .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: var(--primary-blue) !important;
    color: #f6f6f6 !important;
}