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;
    background-color: #0c0d0d;
}

.navbar {
    background-color: #1a1a1a !important;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.avatar-circle{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.social-container {
  margin: 0 auto; /* Automatically sets left and right margins to center */
  width: 120px;
  padding: 4px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.8); /* White-ish border */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for a clean look */
  text-align: center;
}

.social-icon {
  width: 25px;
  height: auto;
  transition: all 0.3s ease;
}

.project-image-thumb{
  width: 230px;
  height: auto;
}