body::before {
    content: "";
    position: fixed;
    inset: 0;
    height: 120vh; /* prevents white bar on mobile phones when scrolling down */
    z-index: -1;
}

.content {
    margin: 6rem 3rem 2rem;
}

.navbar {
    background-color: rgb(42, 64, 42);
    border-bottom: 1px solid black;
}

.nav-title {
    color: white !important;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    text-decoration: underline;
}

.navbar-toggler {
    border: 1px solid white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link.active {
    font-weight: bold;
}

.white-shadow {
    color: white;
    text-shadow: 2px 2px 6px black;
}
