.uk-navbar-brand {
    height: 100px;
}

.uk-navbar-brand img {
    width: 100px;
    height: 100px;
    max-height: 300%;
}

.uk-navbar {
    height: 100px;
    background-color: #9effb6;
}

.navbar-toggle {
    width: 100px;
    height: 100px;
}

.navbar-toggle span:nth-child(1) {
    top: calc(50% - 14px);
    width: 50px;
}

.navbar-toggle span:nth-child(2) {
    top: calc(50% - 1px);
    width: 50px;
}

.navbar-toggle span:nth-child(3) {
    top: calc(50% + 12px);
    width: 50px;
}

.navbar-toggle span {
background-color: #181818;
    display: block;
    height: 3px;
    left: calc(50% - (50px / 2));
}

.navbar-toggle.uk-active span:nth-child(1) {
    width: 50px;
    transform: translateY(13px) rotate(45deg);
}

.navbar-toggle.uk-active span:nth-child(3) {
    width: 50px;
    transform: translateY(-13px) rotate(-45deg);
}

.navbar-search-button svg {
    width: 50px;
}

.navbar-search-button {
    line-height: 100px;
}

@font-face {
  font-family: Zetkin-reg;
  src: url(Zetkin-NormalRegular.woff2);
}

@font-face {
  font-family: Zetkin-wide;
  src: url(Zetkin-WideRegular.woff2);
}

h1, h2 {
    font-family: Geist Mono;
    font-weight: 800;
}

h3 {
    font-weight: 700;
}

.navbar {
    background-color: #9effb6;
    padding-bottom: 1rem;
}

.uk-modal {
    background: #9effb6;
}


.geist-mono-<uniquifier> {
  font-family: "Geist Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

       .Day {    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 5px;
    gap: 0px;}
        .date {
            font-style: normal;
    padding: 10px;
    background: black;
    color: white;
    border: 2px solid black;
    font-weight: 900;
}
        .time {
            font-weight: bold;
    padding: 10px;
    border: 2px solid black;
        }
                .notes {
            font-weight: bold;
    padding: 10px;
    border: 2px solid white;
        }
        .FALSE {display: none;}