
@font-face {
    font-family: 'Maison Mono';
    src: url('../fonts/Maison Mono Medium.ttf') format('truetype');
}

* {
    border-radius: 0 !important;
}

html, body {
    font-family: 'Maison Mono', sans-serif;
}
.container-fluid {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 2048px !important;
}


.hero-image {
    background-image: url("../img/header.jpg");
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .hero-image h1 {
        font-weight: bold !important;
        position: absolute;
        left: 10px;
        top: 50px;
        color: #ec038d !important;
        text-shadow: 4px 4px #000000;
    }



.button {
    border-radius: 0px;
    border: 0 !important;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 0.2);
}

a.navbar-item{color:white !important}

a.navbar-item:hover {
        background-color: white !important;
        color:#ec038d !important
}


.table thead th {
    background-color: #ec038d;
    color:white;
    border-bottom: none ;
}



.is-nowrap {
    white-space: nowrap;
}

.minimum-table-cell {
    width: 1% !important;
}

.bg-pink {
    background-color: #ec038d;
}
.fg-pink {color: #ec038d;}

.bg-goud{background-color:#FDD700 !Important}
.bg-zilver{background-color:#C0C0C0 !Important}
.bg-brons {    background-color: #cd7f32 !Important}


.is_aero5 {    background-color: #66D1FF !Important;  }
.is_aero6 {    background-color: #800080 !Important;color: #ffffff;}
.is_aero7 {    background-color: #FFCE00 !Important;}
.is_aero9 {    background-color: #EC038C !Important; color: #ffffff;}

.has-text-link{
    color:navy !important
}

ul {
    list-style: square;
}
li {
    margin-left: 1em;
}