.navbar {


  background: linear-gradient(180deg, #e3128e, #f27723);



}


.dark-mode {
  background-color: black !important;
  color: white !important;
}


.dark-mode .navbar {
  background: linear-gradient(180deg, black, black);
}


.dark-mode .nav-link,
.dark-mode .navbar-brand {
  color: white !important;


}

.nav-link{
  margin-left: 50px;
}

.navbar-brand {
  font-size: 30px;
}

.dark-mode .dropdown-menu {
  background-color: #333 !important;
}

.dark-mode .dropdown-item {
  color: white !important;
}

.dark-mode .dropdown-item:hover {
  background-color: #444 !important;
}


.dark-mode .form-control {
  background-color: #444;
  color: white;
  border: 1px solid white;
}

.dark-mode .btn-outline-success {
  border-color: white;
  color: white;
}

.dark-mode .btn-outline-success:hover {
  background-color: white;
  color: black;
}

.dark-mode .navbar button {
  color: white;
  border: 1px solid white;
  background-color: white;
}



.icon-bar {
  position: fixed;
  top: 70%;
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 05px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


@media (min-width: 280px) and (max-width: 600px) {
  .navbar-brand {
    font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  }
}