h1, h2, h3, h4, h5, h6 {
  text-transform: none!important;
}
.media-left span {
  font-size: 5em;
}
.card-media span {
  font-size: 5em;
}
.pb-ln {
  padding-bottom: 2em !important;
}
.navbar-lg .navbar-brand-has-media {
  padding: 18px 15px 0;
}
@media (min-width: 992px) {
  .navbar-lg .navbar-brand-has-media {
    padding-top: 28px;
    padding-bottom: 36px;
  }
}
.navbar-brand .text {
  display: inline;
  padding-left: 8px;
}
.navbar-brand img {
  height: 32px;
}
.card-avatar span {
  font-size: 3em;
}
.code-body code {
  padding: 1.5em;
}
.nav-tabs {
  border-bottom: 3px solid #e5e5e5;
}
.tab-content {
  background-color: inherit;
}
.tab-pane .code-body pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
pre {
  padding: 0;
  font-size: 90%;
  color: #949ba2;
  background-color: #1d1f21;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border: none;
}
pre code {
  white-space: pre;
}

// select2
.select2-container .select2-selection--single {
  height: 3rem;
}
.select2-container--default .select2-selection--single {
  height: 3rem;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  color: white;
  border: none;
  background-color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212121;
  line-height: 1.71429;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #494b54;
  border-color: #616779;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #52555f;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 0px 12px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #20b2d6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #20b2d6;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3d404c;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #606370;
}
.select2-dropdown {
  border-color: #3d404c;
  background-color: #494b54;
}
.select2-dropdown input:focus {
  outline: none;
}
.select2-selection {
  outline: none;
}

.blog {
  display: block;
  position: relative;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  transition: 0.4s ;
}
.blog h4 {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 5% 5%;
  text-align: center;
  z-index: 9;
}
.blog img {
  filter: brightness(0.4);
}
