@font-face {
  font-family: "Soloist";
  src: url("/fonts/soloistout.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Soloist3D";
  src: url("/fonts/soloist3d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SoloistGrad";
  src: url("/fonts/soloisthalf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.top-nav,
.our-mission-section,
.mission-stars,
.yt-videos-section,
footer,
html {
  background-color: black;
}

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;
}

.solo,
main h2.cinzel,
.yt-videos-section h2 {
  font-family: "SoloistGrad";
}

.nav-link:hover,
.dropdown-item:hover {
  background-color: #7d6400;
  color: white;
}

.nav-link:focus {
  background-color: #4f4f4f !important;
  color: white;
}

.dropdown-toggle:after {
  color: #7d6400;
}

nav {
  border-bottom: solid 2px #0dff00 !important;
  border-top: solid 2px #0dff00 !important;
}

.hero {
  height: 35vw;
  background: rgb(127, 127, 127);
  background-image:
    url(../../img/starwars_template/Roger-Eaton-2.png),
    url(../../img/starwars_template/hero-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: 735px, cover;
  background-position-y: 101%, 30%;
  background-position-x: 95%, center;
  backdrop-filter: grayscale(1);
  max-height: 950px;
  padding: 0;
  /* background: #01619b; */
}

.message .container-fluid {
  position: relative;
  border-top: 5px dotted #0dff00;
  border-bottom: 5px dotted #0dff00;
  overflow: visible;
}

/* shared glow */
.message .container-fluid::before,
.message .container-fluid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(13, 255, 0, 1) 0%,
    rgba(13, 255, 0, 0.75) 35%,
    rgba(13, 255, 0, 0.25) 60%,
    rgba(13, 255, 0, 0) 80%
  );
  filter: blur(8px);
  z-index: 1;
  width: 50%;
}

/* top glow */
.message .container-fluid::before {
  top: -11px;
}

/* bottom glow */
.message .container-fluid::after {
  bottom: -11px;
}

@media (max-width: 2100px) {
  .hero {
    background-size: 35%, cover;
  }
}

@media (max-width: 991px) {
  .memorialDay-templateStyle.message-text {
    height: auto;
  }
}

@media (max-width: 650px) {
  .memorialDay-templateStyle.message-text {
    zoom: 0.5;
  }
}

.message-text .cursive.animate {
  margin-top: 0;
  margin-bottom: 18px !important;
}

.message {
  padding: 15px;
  background-color: black;
  overflow-x: clip;
}

.services {
  position: relative;
  background: url("../../img/charlotte-county-map.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-bottom: solid 20px #0dff00;
  color: white;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 0;
}

.services > * {
  position: relative;
  z-index: 1;
}

.message-text .cursive.animate {
  padding-bottom: 10px;
}

.star-graphics:nth-of-type(1) {
  padding-top: 20px;
}

.memorialDay-templateStyle p:nth-of-type(2) {
  padding-bottom: 25px;
}

.services .col-4 .icon-container {
  position: relative;
  background: transparent;
  border: none;
  z-index: 1;
  background-image: url("../../img/starwars_template/services-logos/service-icon-0.webp");
  background-size: 108%;
  background-repeat: no-repeat;
  background-position-y: 55%;
  background-position-x: 10%;
  background-repeat: no-repeat;
}

.services .col-4 .icon-container::before {
  content: "";
  position: absolute;
  inset: 0;
  //background: rgba(202, 139, 3, 0.45);
  border-radius: 50%;
  backdrop-filter: brightness(0.5);
  z-index: -1;
  pointer-events: none;
}

/* .services .col-4:nth-child(1) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-1.png");
}

.services .col-4:nth-child(2) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-2.png");
}

.services .col-4:nth-child(3) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-3.png");
}

.services .col-4:nth-child(4) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-4.png");
}

.services .col-4:nth-child(5) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-5.png");
}

.services .col-4:nth-child(6) .icon-container {
  background-image: url("../../img/starwars_template/services-logos/service-icon-6.png");
} */

.container .news-header .cinzel {
  color: #7d6400;
}

footer .cinzel,
.light-blue-text,
#subscribeButtonContainer button {
  color: #7d6400;
}

.yt-videos-section .btn-success {
  background-color: #7d6400;
}

.icon-container p.icon-text {
  color: white !important;
  font-weight: bold !important;
  line-height: 25px !important;
  margin-bottom: 10px;
  font-size: 22px;
  z-index: 99;
  /* text-align: left;
  margin-left: 25px; */
}

/* .service-icons {
  margin-left: -40px;
} */

/* .icon-container img {
  scale: 0.8;
} */

#top-container-other {
  background-color: black;
}

@media (max-width: 1175px) {
  /* .icon-container img {
    scale: 0.7;
  } */

  .icon-container p.icon-text {
    line-height: 20px !important;
    margin-bottom: 5px;
    margin-top: 13px;
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  /* .icon-container img {
    scale: 0.7;
  } */

  .icon-container p.icon-text {
    line-height: 15px !important;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 14px;
  }
}

.star-graphics {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 100px;
}

@media (max-width: 1115px) {
  .star-graphics {
    padding: 0 60px;
  }
}

@media (max-width: 600px) {
  .star-graphics {
    padding: 0;
  }
}

.star-container {
  width: 100%;
  margin-top: -30px;
}

.line {
  background-color: white;
  height: 1px;
  width: 100%;
  opacity: 0;
}

.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;
}

.star:nth-of-type(2) {
  height: 40px;
  width: 40px;
  margin-bottom: -8px;
}

.star,
.line {
  opacity: 0;
}

.message-text p {
  opacity: 0;
}

@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;
}

.subscribe-btn-section {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #7d6400 url(../../img/subscribe-background-pattern.png) repeat;
  background-size: 300px;
  background-blend-mode: soft-light;
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-animation: slide 50s linear infinite;
}

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;
}

footer .container {
  background:
    linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%),
    url(../../img/logo-seal.webp);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: auto, 350px;
}
