@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara/Candara.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara/Candara_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara/Candara_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara/Candara_Bold_Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Candara", sans-serif;
  color: #43484e;
  background-color: #f1f4f5;
  font-size: 17px;
}

p > a {
  color: #94c66c;
  text-decoration: none;
}

p > a:hover {
  color: #619339;
  border-bottom: 1px solid #619339;
}

.is-limon {
  color: #94c66c;
}

.is-forest {
  color: #364412;
}

.is-blueg {
  color: #315f72;
}

.line {
  height: 3px;
}

.line:not(:first-child) {
  margin-top: 1.5rem;
}

.line:not(:last-child) {
  margin-bottom: 1.5rem;
}

.line.is-limon {
  background-color: #94c66c;
}

.line.is-forest {
  background-color: #364412;
}

.line.is-blueg {
  background-color: #315f72;
}

.top {
  background-color: #fff;
}

header img.logo {
  height: 80px;
}

header #navbarNav a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 0.67rem 1.25rem;
  font-size: 1.125rem;
}

header #navbarNav a.active {
  font-weight: bold;
}

header #navbarNav a.active > .bb-border {
  width: 100%;
  background-color: #94c66c;
}

header #navbarNav a > .bb-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  margin: 0 auto;
  background-color: transparent;
  width: 0;
  z-index: 1;
  transition: 0.25s;
}

header #navbarNav a:not(.active):hover > .bb-border {
  width: 100%;
  background-color: #315f72;
}

footer {
  padding: 1.5rem 0 2.5rem 0;
}

footer .bottom {
  font-size: 0.875rem;
}

@media (max-width: 1199px) {
  footer .bottom {
    flex-wrap: wrap;
  }
  footer .bottom > p {
    text-align: center;
  }
  footer .bottom > nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom > p, footer .bottom > nav {
    width: 100%;
  }
}

@media (max-width: 991px) {
  header #navbarNav .navbar-nav {
    gap: 0.5rem !important;
    margin-top: 1rem;
  }
}
