
.navbar-custom {
    /*background-color: rgba(177,6,58,0.9);*/
    background-color: transparent;
    line-height: 15px;
    padding: 3px 15px; 
    font-size: 14px; 
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.custom-toggler .navbar-toggler-icon {
  /*background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
}

.custom-toggler.navbar-toggler {
  background: rgba(42,26,110,0.9);
} 

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #fff;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #fff;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: rgba(42,26,110,0.9);
    border-radius: 0;
    font-size: 14px;
    border: 0;
}
.navbar-custom .dropdown-item {
    color: #fff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #fff;
    background-color: #1a0e52;
}

.follow-list-custom{
    font-size: 20px; font-weight: bold; color: #fff; margin-left: 80px;
    }

@media (max-width: 991px) {
  .navbar-custom {
        background-color: #1a0e52;
    }
    .follow-list-custom{
    font-size: 20px; font-weight: bold; color: #fff; margin-left: 0px;
    }
}