﻿.flex-fill {
    flex: 1;
}


.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

.navbar-custom {
    background-color: ghostwhite;
    color: ghostwhite;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: black;
        text-decoration: none;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: black;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: 100;
        line-height: 5px;
        float: left;
        display: block;
        text-align: center;
        padding: 10px 15px;
        text-decoration: none;
        margin: 15px 0px;
    }


.nav-link {
   
}

.collapse .nav-link {
    border-right: 0;
   
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: darkgray;
    text-decoration: none;
}

.navbar-custom .navbar-toggler {
    color: black;
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*MINI NAVBARS*/
.miniNav .navbar-nav .nav-item.active .mini-link, .miniNav .navbar-nav .nav-item:hover .mini-link {
    color: darkgray;
    text-decoration: none;
}