li.nav-item {
  cursor: pointer;
}

.navbar .navbar-brand img {
  transition: all 100ms linear;
  will-change: all;
}

.bg-danger-transparent {
  background-color: rgba(244, 67, 54, 0.5);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
}

@media (min-width: 768px) {
  .blog-devteam {
    min-height: 650px;
  }
}

.btn.btn-fab, .btn.btn-just-icon {
  font-size: 20px;
  height: 30px;
  min-width: 30px;
  width: 30px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 30px;
}

.no-shadow {
  box-shadow: none !important;
}

.card-collapse .card-header a {
  font-size: inherit;
}

.title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bg-light-blue {
  background-color: #e3f2fd !important;
}

.bg-banner {
	background: url('/dir/img/banner.jpg') no-repeat;
	background-size: cover;
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.text-shadow {
  text-shadow: 5px 5px 20px #000;
}
