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;
}
.profile-image {
  width: 500px; 
  height: auto; 
}


.navbar .nav-link:hover {
  color: #f8f9fa !important; 
}

.navbar-custom {
  background-color: #007bff; /* Use your specific blue color */
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #ffffff; /* White text for contrast */
}

.navbar-custom .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); /* Slight transparency on hover */
}

/* Toggler icon (hamburger) color - Forces white */
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}