/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Base Styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.h30 {
    height: 30px;
}

.h45 {
    height: 45px;
}

.lh15 {
    line-height: 1.5 !important;
}

/* Cookie consent banner - fixed to bottom, above page content */
.nk-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #333;
    color: #fff;
    padding: 10px 0;
    display: none;
}


.sector-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}


@media (min-width: 992px) {
    .sector-list div {
        width: 20%;
    }
}
