html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.object-fit-cover {
    object-fit: cover;
}

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.object-fit-cover {
    object-fit: cover;
}

.blog-feed-card {
    border-radius: 18px;
}

.feed-avatar {
    font-size: 34px;
    line-height: 1;
    color: #6c757d;
}

.feed-media img {
    object-fit: cover;
    max-height: 440px;
}

.site-header.sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.floating-btn.back-to-top-btn.show {
    opacity: 1;
    pointer-events: auto;
}
