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;
}

/* Sosyal Medya Iconları - Header Topbar */
header .header-topbar .socials a i {
    font-size: 20px !important;
    transition: all 0.3s ease;
    color: #a7abb3 !important;
}

header .header-topbar .socials a {
    padding: 0px 12px !important;
    display: inline-block;
}

header .header-topbar .socials a:hover i {
    color: #fff !important;
    transform: scale(1.15);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* Sosyal Medya Iconları - Footer */
footer .socials a i {
    font-size: 24px !important;
    transition: all 0.3s ease;
}

footer .socials a {
    margin: 0 8px !important;
    display: inline-block;
}

footer .socials a:hover i {
    transform: scale(1.15);
}