
.navbar {
  height: 4rem;
 background-color: #B32C15;
 width: 100vw;
 margin: 0;
 
}
.navbar-nav {
  position: relative;
  right: 0rem;
  color: antiquewhite;
   background-color: #B32C15;
  font-size: 1rem;
  border: none; 
  padding: .5rem 0 0rem 2.25rem;
  width: fit-content;
  text-align: right;
}
  @media (max-width: 575px) {
.navbar-nav {
  color: antiquewhite;
   background-color: #B32C15;
  font-size: 1rem;
  border: none; 
  padding: .5rem 0 0rem 2.25rem;
  width: fit-content;
  text-align: right;
}
  }
.nav-link {
  color: antiquewhite !important;
  font-size: 1rem;
  margin: 0rem 2rem 0rem 0rem;
  border: none; 
  text-align: right;
 
}

.navbar-toggler {
  position: absolute;
  top: .5rem;
  right: 1rem;
  border: none;

}


.navbar-collapsed {
pointer-events: none;
  padding: 0rem;
}

.nav-link:hover {
font-size: 1rem;
color: white !important;
border: none !important;
font-weight: 600;
}

       @media (max-width: 700px) {
        .nav-link:hover {
        font-size: 1rem;
        color: white !important;
        background-size: cover;
        border: none !important;
        font-weight: 600;
}
       }
.dropdown-menu {
  background-color: #451208;
  margin-left: 2rem;
  border: none;
}
.dropdown-item {
  color: antiquewhite;
  border: none;
}


/*SCROLL*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scrollspy-example {
  position: relative;
  overflow: auto;
}


