/* Custom styles for the navigation bar */
.navbar {
    background-color: #006400; /* Dark Green */
}

.navbar-brand {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-right: 15px;
    font-size: 1.2rem;
}

.navbar-nav .nav-link:hover {
    color: #ff0000; /* Red on hover */
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.fraktur {
    font-family: 'UnifrakturMaguntia', cursive;
}

.fraktur-magunita {
    font-family: 'UnifrakturMaguntia', cursive;
}
.fraktur-cook {
    font-family: 'UnifrakturCook', cursive;
}
.grenze-gotisch {
    font-family: 'Grenze Gotisch', cursive;
}
.medieval {
    font-family: 'MedievalSharp', cursive;
}

html {
    font-size: 14px;
    text-align: justify;
}
