.border-white {
    color: white;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
}

.border-white:focus {
    color: white;
    border: 0;
    box-shadow: white 0 0 0 2px;
}

.nav-pos-right {
    flex-grow: 0.5;
}

.link-design {
    font-size: 20px;
    padding-bottom: 0;
    padding-left: 0;
}

.link-design:hover {
    text-decoration: underline solid;
}

.navbar-collapse ul {
    flex-grow: 1;
}

#social-links {
    flex-grow: 0.5;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 45px;
    font-weight: lighter;
}

#social-links img {
    height: 30px;
    transition: height 300ms;
}
#social-links #mail-icon {
    height: 34px;
}

#social-links img:hover {
    height: 32px;
    transition: height 300ms;
}

#social-links #mail-icon:hover {
    height: 36px;
    transition: height 300ms;
}

.active {
    text-decoration: underline solid;
}

#mail-icon {
    height: 36px;
}

.navbar-brand {
    width: 260px;
    max-width: 75%;
}

.navbar-brand img {
    width: 260px;
}