.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 27px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    color: #000!important;
    margin-right: 15px;
}

.navigation {
    width: 100%;
    height: 80px;
    background: #fff;
    margin-bottom: 0px;
    /* margin-top: 7px; */
    padding-top: 0px;
    z-index: 999;
    position: relative;
}
  .sticky {
    position: fixed;
    top: 0;    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px 9px rgb(0 0 0 / 7%);
    width: 100%;
}


.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

/*.brand {
  position: relative;
  padding-left: 20px;
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;

}*/
.brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.brand a,
.brand a:visited {
  color: #0c0c0c;
  text-decoration: none;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a {
    display: block;
    padding: 10px 40px;
    line-height: 50px;
    background: #fff;
    color: #325853;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase; letter-spacing: 1px;
}

nav ul li a:hover {
    display: block;

    background: #fff;
    color: #b58a2a;
    text-decoration: none;
}


nav ul li a:not(:only-child):after {
  padding-left: 4px;font: 14px/1 FontAwesome;
  content: "\f0d7";
}
nav ul li ul li {
    min-width: 215px;
    border-bottom: 1px solid #eee;
}
nav ul li ul li a {
  padding: 10px 18px;
  line-height: 20px;
}

.nav-dropdown {
  display: none;
  position: absolute;
  z-index: 99;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.navbar-brand{margin-right: 3.5rem;margin-left: 3.5rem}
.nav-mobile {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: transparent;
  height: 70px;
  width: 70px;
}















@media only screen and (max-width: 799px) {
.navigation {
    width: 100%;
    height: 80px;
    background:#fff;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    z-index: 999;
    position: relative;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
}
	
nav ul li a {
    color: #000;
}	
.brand {
    padding-top: 17px!important;
}
	nav ul li a:hover {
    color: #888888}
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
  }
  
  
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li a:hover::before {
    width: 20%;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
#nav-toggle {
    position: absolute;
    left: 23px;
    top: -24px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;    padding-top: 25px;
}
#nav-toggle p, #nav-toggle p:before, #nav-toggle p:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 30px;
    background: #3d1014;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle p:before {
  top: -10px;
}
#nav-toggle p:after {
  bottom: -10px;
}
#nav-toggle.active p {
  background-color: transparent;
}
#nav-toggle.active p:before, #nav-toggle.active p:after {
  top: 0;
}
#nav-toggle.active p:before {
  transform: rotate(45deg);
}
#nav-toggle.active p:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}






















@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
    padding: 30px 30px;
    font-weight: 600;
}
}

.bg-secondary {
    background-color: #ffffff!important;
}

.navbar {
    position: fixed;    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
    z-index: 999;
    width: 100%;
}