@font-face{
  font-family: "Intrinsic";
  src: url("fonts/MyriadProCondensed.ttf") format("truetype");
}

html,body{
  font-family: Intrinsic, Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  background-color: #58595b;
  margin: 0;
  padding: 0;
}

.intrinsic{
  font-family: Intrinsic, Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  color: #58595b;
}

.nav-link{
  font-family:Intrinsic;
  color:#fff;
  text-transform: capitalize;
  padding: -2px 10px -2px 10px;
  margin: 15px;
  min-width: 70px;
  text-align: center;
  font-size: clamp(18px, 1vw, 21px);
}

.nav-item:hover{
  border-bottom: 4px solid #f15a29;
}

.nav-link{
  padding: 5px;
  line-height: 0.7;
}

.nav-link:focus, .active{
  color:#58595b;
  border: 0.5px solid #f15a29;
  background-color: #ccc;
}

/* Navbar container */
.intrinsic-navbar {
  background-color: #58595b;
  opacity: 0.9;
  z-index: 1000;
  height: 90px;
}

/* Logo wrapper sits above navbar */
.logo-overhang {
  position: relative;
  z-index: 1100;
  top: 40px; /* controls how much it overhangs */
}

/* Logo styling */
.logo-img {
  background-color: #58595b; /* blends with navbar */
  /* border: 1px solid #f15a29; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  padding: 4px;
  border-radius: 2px;
}

.dropdown-menu {
  background-color: #58595b;
  opacity: 0.9;
  width: auto;
  padding: 5px;
}

.dropdown-item {
  border-top: 0.5px solid #f15a29;
  border-left: 0.5px solid #f15a29;
  border-right: 0.5px solid #f15a29;
  font-family:Intrinsic;
  color: #fff;
  background-color: #58595b;
  opacity: 0.9;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #58595b;
  background-color: #fff;
}
