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-image: url("/weddingimgs/hands.jpg");
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat;
}

.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;
}


.video-container {
    justify-content: center;
    align-items: center;
    display: grid;
}
.video-container video {
    width: 300px; /* Video takes the full width of its container */
    height: 450px; /* Height adjusts automatically to maintain aspect ratio */
    display: block; /* Helps with centering and layout issues */
}

footer.border-top
{
  border: none !important;
}
