@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap");

* {
  font-family: 'Bai Jamjuree', sans-serif;
}

a {
  color: #ef7625;
  text-decoration: underline;
}
a:hover {
  color: #ef7625;
}

.btn-primary:hover {
  color: #000;
  background-color: #ef7625;
  border-color: #ef7625;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ef7625;
  border-color: #ef7625;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ef7625, #9d4c17);
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ef7625;
  background-image: linear-gradient(to bottom, #ef7625, #9d4c17);
  background-repeat: repeat-x;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ef7625, #9d4c17);
  background-repeat: repeat-x;
  border-color: #ff7b25 #c15d1b #954815;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #ff7b25;
  border-radius: 0;
}

.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #ff7b25;
  background-image: linear-gradient(to bottom, #ef7625, #9d4c17);
  background-repeat: repeat-x;
  border-color: #ff7b25 #c15d1b #954815;
}

li {
  margin-bottom: 5px;
}