.bg-light-nav {
    background: linear-gradient(356deg, rgba(2,0,36,1) 0%, rgba(6,6,105,1) 35%, rgba(2,5,59,1) 100%, rgba(0,212,255,1) 100%);
}

a {
    color: #bdbdbd;
}

a:hover {
    color: #FFC947;
    text-decoration: none;
}

.logo{
    margin-left:8px;
}

.logo img {
    max-height: 80px;
    width: auto;
    padding: 16px 16px 16px 20px;
}

/* navbar */
.nav-link {
 color: #FFC947;
}

.navbar-light .navbar-nav .nav-link {
    color: #bdbdbd;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFC947;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFC947;
}
.nav-link:focus, .nav-link:hover {
    color:  #bdbdbd;
}

/* Add login and register icon*/
.nav-Register a {
    color: #FFC947;
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

 .nav-Register a span{
    color: #f0c93e;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 52px;
    padding: 2px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    top: 19px;
}

.nav-Register a:hover span{
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

/* hover over the icons now to see the tooltips! */
.nav-Register a.register:hover{
    color: #bfbfbf;
}

/* hover over the icons now to see the tooltips! */
.nav-Register a.login:hover{
    color: #bfbfbf;
}
.nav-Register a.login span{
    color: #f0c93e;
    right: 10px;
}

/* btn */
.btn-outline-success {
    color: #ffc947;
    border-color: #ffc947;
}

.btn-outline-success:hover {
    color: rgb(0, 0, 0);
    background-color: #ffc947;
    border-color: #ffc947;
}

.card-header {
 color: #ffffff;
}
/* Home Page End */



div.overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 20em;
  }

  /* align items in navbar */
  .nav-algn-bsline{
    align-items: baseline;
  }
