html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.navbar-toggler-icon {
    background-image: url("/assets/img/hamburger2.svg");
}

.navbar-toggler {
    padding: none;
    font-size: 2rem;
}

.c-nav {
    background-color: black;
    color: white;
    padding: 1rem;
}

.c-nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Inter;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -3%;
    line-height: 110%;
    color: white;
}

.c-nav-link:hover {
    color: white;
}

.fullscreen-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.background-image {
    background-image: url("/assets/img/background.png");
}

.main-slide-text {
    color: white;
    align-content: center;
    flex: 1;
    font-family: "Unbounded";
    font-weight: 900;
    line-height: 140%;
    font-size: 7rem;
    padding-left: 4rem;
}

.first-slide-footer {
    width: -webkit-fill-available;
    align-self: center;
    background-color: black;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.first-slide-footer .text {
    margin-bottom: 0;
    color: white;
    font-family: "Unbounded";
    font-weight: 900;
    line-height: 140%;
    letter-spacing: -2%;
    font-size: 2rem;
}