.bilo-light {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bilo-light-italic {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.bilo-regular {
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.bilo-regular-italic {
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.bilo-medium {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bilo-medium-italic {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.bilo-bold {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bilo-bold-italic {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-style: italic;
}

h1 {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
}

.dropdown-menu {
  background-color: #fff;
}

.nav-item.dropdown.show a {
  color: white !important;
}

#navbarDropdown {
  color: white;
}

.nav-item.dropdown2.show a {
  color: white !important;
}

#navbarDropdown2 {
  color: white;
}

p.ex1 {
  padding-top: 10%;
}

.input-mysize {
  width: 300px;
}

.letHead {
  font-family: quasimoda, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.headword {
  font-family: quasimoda, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.mainheadword {
  font-family: quasimoda, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.definition {
  font-family: quasimoda, sans-serif;
  font-size: 20px;
}

.definitionorgloss {
  font-family: quasimoda, sans-serif;
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

body {
  --bs-body-bg: #1b1464;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

body:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;

}



.navbar-custom {
  background-color: red;
  --bs-bg-opacity: 0.5;
}

.bottombar-custom {
  background-color: #262a82;
  --bs-bg-opacity: 0.5;
}

.leftf {
  max-width: 5em;
  top: -17%;
}

.leftf > img {
  position: absolute;
  left: 25%;
  transform: translateX(-25%);
}

#bg-img {
  background-image: url("/static/assets/images/nanihwaiya_skyi.jpg");
  min-height: 200px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 200;
}

#background1 {
  background-image: url("/static/assets/images/nanihwaiya_sky2i.jpg");
  min-height: 200px;
  left: 0;
  top: 100;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 200;
}

#bannerimage {
  height: 46px;
  width: 97vw;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 0 1%;
  background-repeat: no-repeat;
    z-index:0;
}





/* Use a different background image for screens over 800px */
@media screen and (min-width: 800px) {
  #bannerimage {
    background-image: url("/static/assets/images/single_beadedspidersashbanner.png");
    background-size: contain;
  }
}

/* Use a different background image for screens up to 700px */
@media screen and (max-width: 799px) {
  #bannerimage {
    background-image: url("/static/assets/images/beaded_spider-sash.png");
    background-size: contain;
  }
}

/* Styles specific to .autocomplete */
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 999999999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

input {
  border: 1px solid transparent;
  background-color: #ffffff; /* White background */
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #ffffff; /* White background */
  width: 100%;
}

input[type=submit] {
  background-color: red;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4; /* Gray border */
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff; /* White background */
  z-index: 999; /* Set a high z-index value */
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4; /* Gray line between items */
}

/* Style for the hovered item */
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

#googleForm {
  /*margin-left: auto;/*
  /*margin-right: auto;*/
  text-align: center;
}
html {
  scroll-padding-top: 420px;
}