.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;
}

#navbar_top {
  z-index: 6;
}

.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;
}

.presidentsDay-templateStyle p {
  display: block;
  font-size: 42px;
  margin-top: 10px !important;
  margin-bottom: 40px !important;
}

.message {
  padding: 15px;
  background-color: #0a3161;
  overflow-x: clip;
}

.message .container {
  background-image:
    linear-gradient(to bottom, rgba(10, 49, 97, 0.5), rgba(10, 49, 97, 1)),
    url("../img/presidentsDay_template/flag.png");
  background-size:
    100% 100%,
    1000px auto;
  background-repeat: repeat, no-repeat;
  background-position:
    0 0,
    -30% 100%;
}

.hero {
  height: 35vw;
  background: rgb(255, 255, 255);
  background-image:
    url(../../img/presidentsDay_template/bunting-flags.png),
    url(../../img/presidentsDay_template/Roger-Eaton.webp),
    url(../../img/presidentsDay_template/hero-bg.jpg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: 30%, 735px, cover;
  background-position-y: top, bottom, center;
  background-position-x: center, 92%, center;
  max-height: 950px;
  /* background: #01619b; */
}

@media (max-width: 2100px) {
  .hero {
    background-size: 30%, 35%, cover;
  }
}

.message .star-graphics:nth-of-type(1) {
  padding-top: 20px;
}

.presidentsDay-templateStyle {
  display: block !important;
}

.presidentsDay-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;
  white-space: nowrap;
}

.message .line {
  background-color: white;
  height: 1px;
  width: 100%;
  opacity: 0;
}

.message .star {
  margin: 0;
  display: inline-block;
  background-image: url("../img/presidentsDay_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 .col-4 {
  text-align: center;
}

/* .services .col-4 .icon-container::after {
  content: "";
  position: absolute;
  toip: 0;
  left: 0;
  height: 200px;
  width: 200px;
  background: grey;
} */

.services .col-4 .icon-container {
  background: red;
  z-index: 1;
  background-image:
    linear-gradient(
      rgba(0, 53, 200, 0.6),
      /* overlay color + opacity */ rgba(0, 0, 0, 0.6)
    ),
    url("../../img/presidentsDay_template/american-flag-bg.jpg");
  background-size: auto 110%;
  background-position-y: -10px;
}

@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;
}
