:root {
  --ou-red: #841617;
  font-family: arboria-book;
}
:root h1 {
  font-family: ftp-bold;
  text-align: left;
}
.header-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.global-header-nav-container {
  background-color: #323232;
  height: 36px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.global-header-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.global-header-nav-wrapper li.global-header-icon {
  height: 100%;
  width: 30px;
}
.global-header-nav-wrapper li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-header-nav-wrapper li.global-header-icon i {
  color: white;
}
.global-header-nav-wrapper li.global-header-icon:hover {
  background-color: white;
}
.global-header-nav-wrapper li.global-header-icon:hover i {
  color: black;
}
.header-global-logo {
  width: 14rem;
  padding: 0.8rem 0 0.3rem 0.5rem;
  margin-left: 0.5rem;
}
.header-logo-wrapper img {
  margin: 1rem 0;
}
.header-logo-wrapper {
  display: flex;
  justify-content: center;
}
.secondary-header-container {
  background-color: #fff;
}
.header-hours-wrapper {
  display: flex;
  font-size: 13px;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.header-links {
  font-family: arboria-medium;
  color: #841617;
}
.header-links:hover {
  color: #beb4a5;
}
.header-seperator {
  margin: 0 0.4rem;
}
#bizzell-hours {
  margin-left: 0.4rem;
}
@media (min-width: 768px) {
  .global-header-nav-wrapper {
    justify-content: flex-end;
  }
  .secondary-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-hours-wrapper {
    font-size: 1em;
  }
}
