.menu-items{
    flex-grow:1;
    display:flex;
    justify-content: end ;
    align-content:center  ;
}
body{  font-family: "Montserrat", sans-serif !important;}
.navigation-bar {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}
a{
text-decoration:none !important;color:#000;font-weight:500}
.menu-items ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%; /* Set ul height to 100% to match container */
}

.menu-items ul li {
    height: 100%; /* Ensure li takes the full height of ul */
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center content vertically */
}

.menu-items ul li a {
    display: block;
    padding: 10px 20px; /* Adjust padding as needed */
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    height: 100%; /* Make anchor element cover full height of li */
}

.menu-items ul li:hover {
    background-color: blue;
    color: #fff;
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  footer{
    color:#fff !important;
  }
  footer a,footer a:visited,footer a:active{
    text-decoration:none !important;
  }
    .element-center{
    display: flex;
    justify-content: center;
    align-items: center;

  }

.page-header {
    position: relative;
    background-color: #343a40;
    background: url("/assets/forest_sm.jpg") no-repeat center center;
    background-size: cover;
    height:320px;
  }

 .page-header-contact{
      position: relative;
      background-color: #343a40;
      background: url("/assets/Contact-Us-BG.jpg") no-repeat center center;
      background-size: cover;
      height:320px;
  }
.page-header-about{
      position: relative;
      background-color: #343a40;
      background: url("/assets/About-Us-BG.jpg") no-repeat center center;
      background-size: cover;
      height:320px;
    }
    @media only screen and (max-width: 767px) {

    .order-flex-1{
      order:1
    }
  }

  .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000;
    font-weight:500;
    background-color: #ffd600;

    ;
}

.btn:hover {
    color: #000;
    background-color:#ffdd4d;
    

}
.header-color{color:#e41e26!important}
footer a,footer a:visited,footer a:link,footer a:active{color:#ffd600 !important;font-weight:500}
.nav-link.active{
color:#ffd600 !important;
}
