.bg-gradient-navy {
  background-color: #314153;
  background-image: linear-gradient(180deg,#314153 10%,#445c77);
  background-size: cover;
}

.btn-gradient {
  background-image: linear-gradient(90deg,#6b5392 0,#6b5392 8%,#1165b2 60%,#00a4d4 100%);
  border: none !important;
}

.bg-gradient-lightgray {
  background: rgb(236,235,235);
  background: linear-gradient(111deg, rgba(236,235,235,1) 0%, rgba(255,255,255,1) 100%);
}

.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05rem;
  width: 100%;
  z-index: 1;
  background-color: #F0F1F4;
}

.header-gradient {
  background: #314153;
  background: -webkit-linear-gradient(to right, #314153, ##2F59D9);
  background: linear-gradient(to right, #314153, #2F59D9);
}

a {
}

.project-title {
  color: white !important;
}

