:root {
  --main-blue: #0a3161;
  --main-red: #c72f3b;
}

.top-nav,
.our-mission-section,
.mission-stars,
.yt-videos-section,
footer,
html {
  background-color: var(--main-blue);
}

footer .container {
  background: linear-gradient(
      45deg,
      rgba(10, 49, 97, 0.9) 0%,
      rgba(10, 49, 97, 0.9) 100%
    ),
    url(../../img/logo-seal.webp);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: auto, 350px;
}

.bree-serif {
  font-family: "Bree Serif";
  font-size: 55px;
}

nav i {
  width: 40px;
  margin-left: -10px;
  color: var(--main-blue);
}

.nav-link:hover,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--main-blue);
  color: white;
}

.hero {
  height: 35vw;
  background: rgb(127, 127, 127);
  background-image: url(../../img/laborDay_template/Roger-Eaton2.webp),
    url(../../img/laborDay_template/hero-bg-4.jpg);
  background-repeat: no-repeat;
  background-size: 735px, cover;
  background-position-y: bottom, center;
  background-position-x: 92%, center;
  max-height: 950px;
  /* background: #01619b; */
}

@media (max-width: 2100px) {
  .hero {
    background-size: 35%, cover;
  }
}

@media (max-width: 991px) {
  .message-text {
    font-size: 40px !important;
  }
}

.message {
  padding: 15px;
  background-image: linear-gradient(
      to bottom,
      rgba(10, 49, 97, 0.9),
      var(--main-blue)
    ),
    url("../img/laborDay_template/labordaypattern.jpg");
  overflow-x: clip;
  background-repeat: no-repeat, repeat;
  background-size: cover, 200px;
  background-position: top left, top left;
}

@media (max-width: 768px) {
  .laborDay-templateStyle.message-text {
    height: auto;

    font-size: 34px;
  }
  .message {
    padding: 15px;
    background-image: linear-gradient(
        to bottom,
        rgba(10, 49, 97, 0.9),
        var(--main-blue)
      ),
      url("../img/laborDay_template/labordaypattern.jpg");
    overflow-x: clip;
    background-repeat: no-repeat, repeat;
    background-size: cover, 200px;
    background-position: top left, top left;
  }
}

.laborDay-templateStyle p:nth-of-type(2) {
  padding-bottom: 25px;
}

.services .icon-container:hover {
  background-color: var(--main-blue);
}

.message-text p {
  opacity: 0;
  text-shadow: 2px 2px var(--main-blue), 4px 4px var(--main-red);
}

.laborDay-templateStyle.message-text {
  font-size: 4rem;
}

@keyframes fadeInMiddleStar {
  to {
    opacity: 1;
  }
}

@keyframes slideInStars {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drawLine1 {
  from {
    transform: translateX(150px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes drawLine2 {
  from {
    transform: translateX(-150px);
  }

  to {
    transform: translateX(0);
  }
}
/*.clerk-news-section {
  background-image: url("../img/laborDay_template/workers-2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 20%;*/ /* Adjust this as needed */
/*}*/

footer::before,
.yt-videos-section:before,
.our-mission-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  transform: translateY(-4px);
  z-index: 1;
}
