.head-cont {
  position: relative;
  z-index: 5;
}
.header {
  height: 75px;
}
.navbar-inverse {
  background-color: #ececec;
  border-color: #ececec;
}
.navbar-brand,
.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.menu-li {
  border: 2px solid #ececec;
  transition: all 0.2s;
}
.navbar-inverse .navbar-nav > li:hover {
  border: 2px solid #c5b792;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-inverse .navbar-nav > li:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -6px;
  height: 32px;
  width: 10px;
  background: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  color: #434142;
  padding: 10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
}
.logo {
  height: 75px;
}
.site-title {
  display: inline-block;
  margin: 19px 0 19px 7px;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #434142;
}
