.content {
  padding: 0 !important;
}

.navbar-white {
  min-height: 80px;
  margin: 0;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(128, 55, 24, 0.08);
}

.navbar-white .container {
  min-height: 80px;
}

.navbar-header,
.navbar-nav-custom {
  height: 80px;
  display: flex;
  align-items: center;
}

.navbar-header {
  justify-content: flex-start;
}

.navbar-nav-custom {
  justify-content: flex-end;
}

.navbar-header img {
  display: block;
  max-height: 52px;
  width: auto;
}

.navbar-nav-custom > li > a {
  padding: 28px 18px;
  color: #7d3a22;
  font-size: 16px;
  line-height: 24px;
}

.navbar-nav-custom > li > a:hover,
.navbar-nav-custom > li > a:focus {
  color: #b13b1e;
  background: transparent;
}

.avatar-img img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.navbar-user-name {
  padding: 5px;
}

.footer-custom {
  clear: both;
  color: #fff!important;
  text-align: center;
}
