@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  color: #000000;
  font-family: "Inter", sans-serif;
}

nav.navbar {
  background-color: #FFFFFF;
  border-bottom: solid 1px #edebeb;
}
nav.navbar .navbar-brand img {
  max-height: 30px;
}
@media (min-width: 768px) {
  nav.navbar .navbar-brand img {
    max-height: 50px;
  }
}
nav.navbar .nav-link {
  font-weight: 500;
}
nav.navbar .nav-link:hover {
  color: #00851b;
}

h1 {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h2, h3, h4 {
  color: #333333;
  font-weight: 600;
}

.bg-light-grey {
  background-color: #edebeb;
}

.form-check label {
  font-size: 10px;
}
@media (min-width: 768px) {
  .form-check label {
    font-size: 12px;
  }
}

.accordion-button {
  background-color: #edebeb;
}
.accordion-button em {
  display: contents;
}
.accordion-button:not(.collapsed) {
  background-color: #00851b;
  color: #edebeb;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  color: #edebeb;
}
.accordion-button:focus {
  box-shadow: none;
}

#rating {
  font-size: 30px;
  cursor: pointer;
}
#rating .star:nth-child(1) {
  color: #FF0000;
}
#rating .star:nth-child(2) {
  color: #ff9600;
}
#rating .star:nth-child(3) {
  color: #ffd800;
}
#rating .star:nth-child(4) {
  color: #3fbc02;
}
#rating .star:nth-child(5) {
  color: #00851b;
}

/*# sourceMappingURL=screen.css.map */
