/* navbar css  */
/* Targeting the nav links */
.navbar-nav .nav-link, .dropdown-item {
  /* Your desired link styles */
  color: #042d65;
  /* Change this to your preferred color */
}

/* Styling links on hover */
.navbar-nav .nav-link:hover {
  /* Your desired styles when hovering over the links */
  color: #0ecaf0;
  /* Change this to your preferred color on hover */
}

.dropdown-item:hover {
  color: #0ecaf0;
  background-color: transparent;
}

/* html, body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #20c997;
} */
/* footer css  */
 .footer {
  display: flex;
  margin-top: 0%;
} 

/* nav links */
/* dark blue color unviersal  */
.nav-link.p-0  {
color: #042d65; 
  }
/* light blue color universal  */
.nav-link.p-0:hover {
    color: #0ecaf0 ;
}

/* social media icons  */
/* twitter icon  */
.bi.bi-twitter {
color: white;
}

.bi.bi-twitter:hover {
color: #0dcaf0;
}
/* facebook icon  */
.bi.bi-facebook {
color: white;
}

.bi.bi-facebook:hover {
color: #0dcaf0;
}
/* instagram icon */
.bi.bi-instagram {
color: white;
}
.bi.bi-instagram:hover {
color: #0dcaf0;
}

/* .py-5 {

  margin-bottom: 0%;
  padding-bottom: 0%;
} */
/* .footer {
position: flex;
 margin-bottom: auto;
 background-color: #20c997;
} */
/* testing boot stlyes  */

