
.active {
  color: rgb(255, 202, 0) !important;
}
.nav-link {
  color: rgb(255, 255, 255);
}

.nav-link:hover {
  color: rgb(255, 202, 0);
}

.dropdown-menu {
  background-color: rgba(255, 202, 0, 1);
  color: rgba(2, 47, 75,1);
  border-radius: 0;
  border-top: 4px solid rgb(2, 47, 75);
}

.dropdown-menu>li>a{
  font-weight: 600 !important;
}
 
.navbar-collapse .collapse .show {
  background-color: rgba(33,98,122, 1);
  color: rgba(2, 47, 75,1);
  border-radius: 0;
  border-top: 4px solid rgb(2, 47, 75);
}
.navbar-expand-sm  {
  color: rgba(2, 47, 75,1);
}
.navbar-expand-sm .navbar-collapse {
  background-color: transparent;
}
/*
.navbar-expand-sm li .nav-link:hover,
.navbar-expand-sm li .nav-link:active {
  color: rgba(0, 106, 65, 1);
} */
.form-control {
  background-color: rgba(219,223,225, 0.8);
  border: 1px solid rgb(2, 26, 61);
}

.bg-elm {
  background-color:  rgba(33,98,122,1.0);
}

.bg-elm-10 {
  background-color:  rgba(33,98,122,0.10);
}

.bg-fun-green {
  background-color: rgba(0, 106, 65,1);
}

.bg-fun-green-grad {
  background: linear-gradient(90deg, rgba(0, 106, 65, 0.8) 35.5%, rgba(0, 0, 0, 0) 71%);
}

.bg-supernova {
  background-color: rgba(255, 202, 0, 1);
}

.bg-green-vogue {
  background-color: rgb(2, 47, 75);
}

.text-green-vouge {
  color: rgb(2, 47, 75);
}
.text-elm {
  color: rgba(33,98,122,1.0);
}

.featureText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-text{
  font-size: 3.5vw;
}
.divider {
  height: 2px;
}
.divider-start::after {
  flex: 1 1 0%;
  border-top: .0625rem solid rgba(255,202,0,1);
  margin-top: .0625rem;
  content: ""
}

#chickFacts {
  background-image: url(../img/chicken-facts-graphic-grad.jpg);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#eggFacts {
  background: url(../img/white-eggs-grad.jpg);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#turkeyFacts {
  background: url(../img/turkey-facts-grad.jpg);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} 
#sponsors {
  position: relative;
  background-image: url(../img/brown-chicken.jpg);
  background-position: center;
  background-size: cover;/*  100% 100% */
  background-repeat: no-repeat;
  min-height: 250px;
}

#members {
  position:relative;
  min-height: 250px;
  background-image: url(../img/steel-silos.jpg);
  background-position: center;
  background-size:  cover;/*100% 100%  */
  background-repeat: no-repeat;
}

#members:hover .overlay {
  cursor: pointer;
  opacity: 1;
  padding: 0; 
  background-color:  rgba(33,98,122,0.6);
  transition: .3s ease;
}

.overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  /* opacity: 0; */
  
}
#sponsors:hover .overlay {
  cursor: pointer;
  opacity: 1;
  background-color: rgba(0,106,65,0.6);
  transition: .3s ease;
}