body.admin-bar .navbar {
  top: 32px;
}

main {
  padding-top: 56px;
}

/* Bootstrap icons */

.btn-lg .bi::before {
  font-size: var(--bs-button-font-size);
  vertical-align: middle;
}

/* Buttons Extension */
.btn-read-more:hover .bi::before,
.link-read-more:hover .bi::before {
  transform: translateX(3px);
  transition: ease-in all 0.15s;
}

/* Navbar Extensions */
.navbar .navbar-nav a.nav-link {
  font-weight: bold;
  text-transform: uppercase;
}
.navbar .container-lg {
  position: relative;
}

.navbar-brand {
  height: 40px;
}

.navbar-brand > img {
  transition: all ease 0.35s;
  width: 40px;
  height: 40px;
}

.navbar-brand.expanded > img {
  width: 100px;
  height: 100px;
}

.navbar .navbar-nav .btn {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar .navbar-nav .nav-link.active {
    background: var(--bs-secondary-bg);
  }
  .navbar .navbar-nav .btn {
    width: 100%;
    margin-bottom: 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    font-weight: bold;
    text-transform: uppercase;
  }
}

/* Front Page Template */
#main-front-featured {
  position: relative;
  padding-top: 120px;
}
#main-front-featured .bg-featured {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

#main-front-featured .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#main-front-featured .container {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: end;
  z-index: 2;
}

/* Standard Page Template */
#main-page-title {
  position: relative;
  padding-top: 120px;
}
#main-page-title .bg-featured {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: 0;
}

#main-page-title .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#main-page-title .container {
  position: relative;
  z-index: 2;
}

/* Index Template */
#main-index-title {
  position: relative;
  padding-top: 120px;
}
#main-index-title .bg-featured {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: 0;
}

#main-index-title .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#main-index-title .container {
  position: relative;
  z-index: 2;
}

/* Single Page Template */
#main-single-title {
  position: relative;
  padding-top: 120px;
}
#main-single-title .bg-featured {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: 0;
}

#main-single-title .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#main-single-title .container {
  position: relative;
  z-index: 2;
}

#sidebar-featured {
  width: 100%;
}

#sidebar-featured > div {
  background: rgba(255, 255, 255, 0.75);

}

.main-featured {
  padding-top: 120px;
}

.bg-with-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-with-overlay .overlay {
  background-color: rgba(57, 25, 25, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.bg-with-overlay .overlay-dark {
  background-color: rgba(57, 25, 25, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.bg-with-overlay .container,
.bg-with-overlay .container-fluid {
  position: relative;
  z-index: 1;
}

/* Footer */
footer .custom-logo {
  width: 64px;
  height: 64px;
}
