.header-img {
    width: 130px;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 992px) {
    header > div {
        min-height: 200px;
    }

    .header-img {
        width: 60%;
    }

    .navbar-toggler {
        font-size: 4rem;
    }

    .navbar-contents {
        position: absolute;
        width: 100%;
        right: 0;
        top: 100%;
        z-index: 20;
        background-color: white;
        padding: 2rem;
    }

    .header-container {
        position: relative;
    }

    .navbar {
        position: initial;
    }

    .nav-item.nav-link {
        font-size: 3rem;
    }
}