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

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

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

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

h4, .h4 {
  font-size: 15px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

nav.navbar {
  background-color: #FFFFFF;
  border-bottom: solid 1px #00851b;
  transition: padding 0.3s;
}
nav.navbar .navbar-brand {
  transition: padding 0.3s;
}
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;
  color: #00851b;
}
nav.navbar .nav-link:hover {
  color: #333333;
}
nav.navbar.scrolled {
  padding: 0;
}
nav.navbar.scrolled .navbar-brand {
  padding: 0;
}
nav.navbar.scrolled h1 {
  font-size: 16px;
}
@media (min-width: 768px) {
  nav.navbar.scrolled h1 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

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

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

.btn.btn-outline-success {
  border-color: #00851b;
}
.btn.btn-outline-success:hover {
  background-color: #00851b;
}

.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;
}

#about h3, #about h4, #about strong {
  color: #00851b;
}
#about p {
  font-size: 14px;
}
@media (max-width: 767px) {
  #about img {
    max-height: 250px;
  }
}

footer {
  min-height: 50px;
  background: linear-gradient(113deg, #388960 4.79%, #17623C 106.69%), #206d46;
}

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