.top-nav,
.our-mission-section,
.mission-stars,
.yt-videos-section,
footer,
html {
  background-color: rgba(10, 49, 97, 1);
}

.nav-link:hover {
  background-color: rgba(10, 49, 97, 1);
  color: white;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(10, 49, 97, 1);
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}

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;
}

.message {
    padding: 0px;
    position: relative;
    z-index: 0;
    background-image: url(../img/4thOfJuly_template/4thofjulytemplate_message_bg.jpg);
    background-size: 600px;
    background-repeat: repeat;
    /*mix-blend-mode: multiply;*/
    opacity: 1;
}

    .message .background_blue {
        padding: 15px;
        background-color: rgba(1, 25, 77, 0.87);
        z-index: 3;
    }

    .message .container {
        position: relative;
        z-index: 1;
        background-image: url("../img/4thOfJuly_template/message-flag.png");
        background-size: 1000px auto;
        background-repeat: no-repeat;
        background-position: -30% 100%;
    }

.hero {
  height: 35vw;
  background: rgb(127, 127, 127);
  background-image: url(../../img/4thOfJuly_template/Roger-Eaton.webp),
    url(../../img/4thOfJuly_template/hero-bg6.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 735px, cover;
  background-position-y: bottom, 100%;
  background-position-x: 92%, center;
  max-height: 950px;
  /* background: #01619b; */
}

@media (max-width: 2100px) {
  .hero {
    background-size: 30%, cover;
  }
}

.message .star-graphics:nth-of-type(1) {
  padding-top: 20px;
}

.memorialDay-templateStyle p:nth-of-type(2) {
  padding-bottom: 25px;
}

.message .star-graphics {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 120px;
}

@media (max-width: 1115px) {
  .message .star-graphics {
    padding: 0 60px;
  }
}

@media (max-width: 600px) {
  .message .star-graphics {
    padding: 0;
  }
}

.message .star-container {
  width: 100%;
  margin-top: -30px;
}

.message .line {
  background-color: white;
  height: 1px;
  width: 100%;
  opacity: 0;
}

.message .star {
  margin: 0;
  display: inline-block;
  background-image: url("../img/memorialDay_template/star.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  height: 25px;
  width: 25px;
  z-index: 1;
}

.message .star:nth-of-type(2) {
  height: 40px;
  width: 40px;
  margin-bottom: -8px;
}

.star,
.line {
  opacity: 0;
}

.message-text p {
  opacity: 0;
}

.services .icon-container:hover,
.services .icon-container:focus {
  background-color: rgba(10, 49, 97, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  transform: translateY(-10px) scale(1.05) !important;
}

@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);
  }
}

.middle-star {
  animation: fadeInMiddleStar 200ms forwards;
  animation-delay: 200ms;
}

.side-star {
  animation: slideInStars 200ms forwards;
}

.line-animation1 {
  animation: drawLine1 400ms forwards;
}

.line-animation2 {
  animation: drawLine2 400ms forwards;
}

footer,
.yt-videos-section,
.our-mission-section {
  position: relative;
  border-top: 9px solid red;
}

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;
}

.fireworks {
  display: block;
}
