/* -- Seconardy Nav
--------------------------------------------------------------*/
.secondary-nav, .secondary-nav p {
  line-height: 2.5em;
}
.secondary-nav li {
  padding-right: 10px;
}
.secondary-nav li:last-child {
  padding-right: 0;
}
.secondary-nav a {
  color: var(--accent-color);
}
.secondary-nav a:hover {
  color: var(--dark-color);
}
.secondary-nav ul, .secondary-nav li, .secondary-nav p {
  margin-bottom: 0;
}

.bg-dblue{background-color: #1b212c!important}

.fixed-bottom-right {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999; /* Ensure it's on top of other content */
    }


header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 123, 255, 0.5);
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url("../images/springcity-bg-video.jpg") black no-repeat center center scroll;
	 height: 50%;
  }
  header video {
    display: none;
  }
}



@media only screen and (max-width: 768px) {
  .user-items, .announcement {
    display: none;
  }
	
	.secondary-nav{font-size: 14px; text-align: center;}
}