@import url('assets/fonts/Inter-Italic-VariableFont_opsz\,wght.ttf');
@import url('assets/fonts/Inter-VariableFont_opsz\,wght.ttf');
@import url('assets/fonts/InriaSerif-Bold.ttf');
@import url('assets/fonts/InriaSerif-BoldItalic.ttf');
@import url('assets/fonts/InriaSerif-Italic.ttf');
@import url('assets/fonts/InriaSerif-Light.ttf');
@import url('assets/fonts/InriaSerif-LightItalic.ttf');
@import url('assets/fonts/InriaSerif-Regular.ttf');

:root {
  --primary: #996533;
  /* Mustard Yellow */
  --primary-light: #904805ea;
  /* Mustard Yellow */
  --secondary: #904905;
  /* Olive Green */
  --secondary-light: rgba(144, 73, 5, 0.2);
  --white: #ffffff;
  /* Accent */
  --accent: #e3be6e;
  /* Dusty Blue */
  --accent-light: #f8eaca;
  /* Dusty Blue */
  --banner-bg: #f1f1f1;
  /* Dusty Blue */
  --nav-bg: #FFF7EC;
  /* Light Grey */
  --light-bg: #d9d9d9;
  /* Light Grey */
  --text-dark: #2f2d33;
  /* Dark Grey */
  --text-muted: #6c6772;
  /* Charcoal Grey */

}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}





.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
    inset 0 0.5em 1.5em #0000001a,
    inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #904905;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #a75508;
  --bs-btn-hover-border-color: #a75508;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #683f19;
  --bs-btn-active-border-color: #683f19;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;

}
body {
  font-family: 'Inter', sans-serif;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
  height: 100vh;
  /* smooth fade */
}

header {
  background-color: var(--nav-bg);
  height: 80px;
  padding: 20px;
  ;
}


main p {
  font-family: 'Inter', sans-serif;
  /* Typography: Inter */
  font-weight: 400;
  /* Regular */
  font-size: 20px;
  /* Size 20 */
  line-height: normal;
  /* Auto line height */
  letter-spacing: 0;
  /* 0% letter spacing */
  color: #FFF7EC;
  /* Fill color */
  text-shadow: 1px 2px 2px #834205f1;
  /* Drop shadow */
   -webkit-text-stroke: 0.2px #000000c7;   /* Stroke: 1px black, outside */
}
main h1{
   font-family: 'Inria Serif', serif;   /* Typography: Inria Serif */
  font-weight: bold;                   /* Bold */
  font-size: 80px;                     /* Size 80 */
  line-height: normal;                 /* Auto line height */
  letter-spacing: 0;                   /* 0% letter spacing */
  color: #FFF7EC;                      /* Fill color */
  opacity: 1;                          /* 100% opacity */
  text-shadow: 2px 4px 4px #904805f1; /* Drop shadow */
}

main .form-control-sm {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  outline: none;
  border-color: 1px white solid ;
  padding: 10px 10px 10px 18px;
  border-radius: 10px;
  background-color: #9048055e;
  color: white;/* Fill color */
  border-radius: 10px;                 /* Corner radius: 10px */
  background-color: rgba(144, 72, 5, 0.411); /* Fill: #904905 at 20% opacity */
  border: 2px solid #FFFFFF;           /* Stroke: white, 2px */
  box-shadow: 0px 4px 4px rgba(153, 101, 51, 0.25); /* Drop shadow */
  min-width: 350px;
  height: 50px;
}

main .btn-light{
  color: #996533;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: 200px;
  height: 50px;
  
}
main .btn-light:hover{
 background: linear-gradient(
    to right,              /* direction: left → right */
    #996533 0%,            /* first stop at 0% */
    #332211 100%           /* second stop at 100% */
  );
  color:white;
  border-color: #996533;
}

main .btn-primary{
  color: white;
  font-family: 'Inter', sans-serif;
  background-color: #996533;
  border-radius: 5px;
  outline: none;
  border-color: #996533;
}
main .btn-primary:hover{
 background: linear-gradient(
    to right,              /* direction: left → right */
    #996533 0%,            /* first stop at 0% */
    #332211 100%           /* second stop at 100% */
  );
  color:white;
  border-color: #996533;
}

input::placeholder {
  color: #e7b78b;   /* your desired color */
  opacity: 1;       /* ensures full visibility */
}


footer a {
  text-decoration: none;
}

.main-area {

  min-height: 80vh;
  align-items: center;
  justify-content: center;
}
footer p {
    text-shadow: 1px 2px 2px #834205f1;
}


@media (max-width: 768px) {
  main h1 {
    font-size: 35px;
  }


main .form-control-sm {
 margin:5px;
 min-width: unset;
}
main p{
  font-size: 16px;
}

main .btn-light{
  color: #996533;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 150px;
  height: 40px;
  margin: 5px;

}

main .btn-primary{
 width: 250px ;
  margin: 5px;
  display: inline-block;
}


main .btn-primary:hover{
 background: linear-gradient(
    to right,              /* direction: left → right */
    #996533 0%,            /* first stop at 0% */
    #332211 100%           /* second stop at 100% */
  );
  color:white;
  border-color: #996533;
}


}