.julius-sans-one-regular {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.alumni-sans-pinstripe-regular {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.alumni-sans-pinstripe-regular-italic {
    font-family: "Alumni Sans Pinstripe", sans-serif;
    font-weight: 400;
    font-style: italic;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    --bs-body-bg: #0f0f0f !important;
    /* font-family: "F-One", sans-serif !important; */
}

/* Menu Toggle border */
.navbar-toggler {
    border: 0px;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px !important;
}

/* Menu Toggle on the right */
.navbar>.container-fluid {
    flex-direction: row-reverse;
}

.nav-item>.nav-link {
    text-align: right;
    cursor: pointer;
    font-size: 50px;
    line-height: 1;
    padding: 0px;
    text-decoration: unset;
}

.nav-item>.nav-link:hover {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: white;
    color: white;
}

/* Footer  */
.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}