.color-green {
  color: #99BE59 !important;
}
.color-yellow {
  color: #F0EA94 !important;
}
.bg-green {
  background-color: #99BE59 !important;
}
.bg-yellow {
  background-color: #F0EA94 !important;
}
.txt-bold {
  font-weight: bold;
}

.item-menu {
  color: #99BE59 !important;
  font-weight: bold;
}
header.header-transparent.sticky-fixed.is-fixed .navbar-light .navbar-fixed-bg {
  background-color: #F0EA94 !important;
}
.img-card-size {
  width: 100%;
  height: 100%;
  max-width: 600px;
}

.form-control:focus {
  border-color: #99BE59 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(153, 190, 89, 1);
}
:root {
  --bs-font-sans-serif: "Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@font-face {
  font-family:"Bangers";
  src: url("../fonts/Bangers/Bangers-Regular.ttf") format("truetype");
}

body {
  font-family: "Bangers";
}
.navbar .navbar-nav .nav-link {
  font-family: "Bangers";
}
.family-poppins {
  font-family: "Poppins";
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16/9 */
  height: 0; overflow: hidden;
  clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

