#nav {
    background-color: inherit;
    border-bottom: none;
    transition: background-color 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 2px;
}

#nav.transparent {
    background-color: transparent !important;
}

.text-justify {
    text-align: justify;
}

.banner-custom {
    background: linear-gradient(to bottom,
            rgba(79, 79, 79, 0.2) 0%,
            rgba(79, 79, 79, 0.5) 50%,
            rgba(79, 79, 79, 1.0) 100%),
        url("/assets/img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.content-section-dark {
    padding-top: 10rem;
    background: linear-gradient(to bottom, rgba(79, 79, 79, 1.0) 0%, rgba(79, 79, 79, 1.0) 90%, white 100%);
}

/* I cant really tell if this is smoother than before */
.content-section-light {
    padding-top: 10rem;
    background: linear-gradient(to bottom, white 0%, white 50%, rgba(79, 79, 79, 0) 90%, rgba(79, 79, 79, 1) 100%);
}

.img-section {
    max-height: 300px;
}

.header-text {
    text-shadow: 1px 1px red;
}

.banner-text {
    text-shadow: 1px 1px #000000b3;
}

.bs-navbar-icon-light {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.bs-navbar-icon-dark {
    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,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bs-navbar-light {
    border-color: rgba(0, 0, 0, 0.1);
}

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