@charset "UTF-8";

.navbar-wood {
    background-color: #1c000a;
    background-image: url("https://www.transparenttextures.com/patterns/wood-pattern.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    color:white;
}

.navbar-wood {
    color:white;
}

.btn-primary {
    background-color: #143f1f !important;
    border-color: #143f1f !important;
}

.btn-primary:hover {
    background-color: #fff;
    color: #143f1f;
    border-color: #143f1f;
}

.nav-link:hover {
    font-weight: bold;
    color: #143f1f;
    border-color: #143f1f;
}

.bg-primary {
    background-color: #143f1f !important;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

nav {
    border-bottom: 5px solid #4f2414;
}

footer {
    background-color: black;
}
