/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.company-brand {
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 28px;
  line-height: 34px;
  font-family: "Anton", sans-serif;
  letter-spacing: 0px;
  color: #fff;
}

.custom-background {
  height: 90px;
  background: #931a25 0% 0% no-repeat padding-box;
  opacity: 0.9;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  margin-top: 90px;
}

.mobile-menu-button {
  color: #fff;
  font-size: 28pt;
}

.mobile-menu-item {
  height: 130px;
  width: 100%;
  background-color: #411f1f;
  z-index: 2000;
  padding-top: 50px;
  border-top: 1px solid #fff;
  transition: all 0.3s linear;
}

.mobile-menu-item:hover {
  background-color: #fff;
}

.mobile-menu-item:hover > .mobile-menu-item-link {
  color: #411f1f;
}

.mobile-menu-item-link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav {
  z-index: 2500;
}

.navbar-collapse {
  z-index: 2500;
}

.nav-item {
  padding: 0px 50px;
}

.nav-link {
  color: rgb(190, 190, 190);
  font-size: 16px;
  line-height: 14px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  transition: all 0.3s linear;
}

.nav-link:hover {
  color: #fff;
}

.social-media-icon-wrapper {
  margin-right: 30px;
}

.social-media-icons {
  color: #fff;
  padding: 0px 20px;
  font-size: 15pt;
}

/*# sourceMappingURL=nav.css.map */
