@charset "uft-8";

html {
  scroll-behavior: smooth;
  --scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    --scroll-behavior: auto;
  }
}

body {
  margin: 0;
  align-content: center;
  font-size: 16px;
  overflow-x: hidden;
}

.blocking-bar {
  display: none;
}

.mobile-menu {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  position: sticky;
  background-color: #761a1a;
  left: 0;
  right: 0;
  top: 3.5rem;
  transform: translateY(0);
  transition: ease 0.5s;
  border-top: 1px solid #fffdcc;
  border-bottom: 1px solid #fffdcc;
}

.mobile-btn {
  color: #fffdcc;
  background-color: transparent;
  border: none;
  margin-right: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.nav-closed {
  transform: translateY(-120%);
  transition: ease 0.5s;
}

.mobile-menu li {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #fffdcc;
}

.mobile-menu li a {
  color: #fffdcc;
  font-size: 2rem;
}

.fs-menu {
  display: none;
  margin-right: 1rem;
}

.fs-menu li a {
  color: #fffdcc;
  padding: 0.25rem 0rem;
  margin: 0rem 0.5rem;
  border-bottom: #761a1a solid 2px;
  transition: ease-out 0.3s;
}

.fs-menu li a:hover {
  border-bottom: #fffdcc solid 2px;
  border-radius: 1px;
  transition: ease-in 0.3s;
}

.main-container {
  display: inline;
  overflow: hidden;
}

header {
  background-color: #761a1a;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 3.5rem;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  max-width: 1440px;
  border-bottom: 1px solid #fffdcc;
  will-change: transform;
  z-index: 10;
}

.header-letter-logo-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -75px;
  transition: ease 0.4s;
}

.header-letter-logo-wrapper-move {
  transform: translateX(90px);
  transition: ease 0.9s;
}

.header-letters {
  font-family: "Cinzel Decorative", sans-serif;
  font-weight: bold;
  color: #5cff23;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  opacity: 0;
  transition: ease 0.4s;
  padding-right: 0.5rem;
}

.header-letters-show {
  opacity: 100;
  transition: 0.9s;
}

.hsr-header-logo {
  height: 3.5rem;
  width: auto;
}

span {
  color: #fffdcc;
  margin-right: 1rem;
  font-style: italic;
}

ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

li {
  color: #761a1a;
  padding: 0.25rem 0.5rem;
  font-family: "Cinzel Decorative", sans-serif;
  font-weight: bold;
}

li a {
  color: #761a1a;
  text-decoration: none;
}

.hero-container {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
    url(./images/wood-1188082_1920_compressed.jpg);
  height: 731px;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -300px;
}

.hero-logo-h1-container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

/* custom media to center hero content */

@media (min-width: 375px) {
  .hero-logo-h1-container {
    margin-left: 10vw;
  }
}

@media (min-width: 414px) {
  .hero-logo-h1-container {
    margin-left: 15vw;
  }
}

.hsr-hero-logo {
  height: 7rem;
  width: auto;
  margin-top: 6rem;
}

h1 {
  font-family: "Cinzel Decorative", sans-serif;
  font-size: 2.5rem;
  color: #5cff23;
  margin-top: 6rem;
  margin-left: 1.2rem;
  overflow: hidden;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25),
    -2px -2px 2px rgba(0, 0, 0, 0.25);
}

.hero-h2 {
  font-family: "Cinzel Decorative", sans-serif;
  color: #fffdcc;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5);
}

.hero-tall-grass-partition {
  overflow: hidden;
  margin-top: -20rem;
}

.about {
  margin-top: -10rem;
  margin-bottom: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-90vw {
  width: 90vw;
  max-width: 1024px;
}

.about-img {
  width: 90vw;
  max-width: 1024px;
  height: auto;
}

h2 {
  font-family: "Cinzel Decorative", sans-serif;
}

.solutions {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #761a1a;
  padding-bottom: 5rem;
}

.solutions-img {
  width: 90vw;
  max-width: 1024px;
  height: auto;
  margin-top: -6rem;
}

.card-container {
  width: 90vw;
}

.card-img {
  display: none;
}

.light-color-text {
  color: #fffdcc;
}

h3 {
  font-family: "Cinzel Decorative", sans-serif;
  font-size: 1.3rem;
}

p {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5rem;
}

.media {
  background-color: #fffdcc;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 6rem 0;
}

.media-img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.media-card-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  grid-gap: 1rem;
}

/* testimonial styles */

.testimonials-grass-partition {
  background-color: #fffdcc;
  overflow: hidden;
  margin: -5rem 0 -5rem 0;
}

.testimonials {
  background-color: #761a1a;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 6rem 0;
}

.testimonial-h2 {
  color: #fffdcc;
}

.testimonial-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-radius: 7.5px;
}

.testimonial-img {
  height: 3.5rem;
  width: 3.5rem;
  border: 1px solid black;
  border-radius: 50%;
}

.testimonial-p {
  text-indent: 1rem;
  font-style: italic;
}

.testimonial-credentials a {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: right;
  text-decoration: none;
  color: black;
}

.testimonial-credentials p {
  font-family: "inter", Noto Sans, sans-serif;
  font-size: 1.25rem;
  padding-right: 0.25rem;
}

.testimonial-icon {
  color: #761a1a;
}

.test-link-container {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.testimonials-link {
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.15rem;
  color: black;
  background-color: #fffdcc;
  padding: 0.75rem;
  border-radius: 5px;
}

.sponsors {
  background-color: #fffdcc;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 5rem 0;
}

.sponsor-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor-logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 1rem 0rem;
}

.sponsor-logo-wide {
  display: block;
  width: 300px;
  height: auto;
  margin: 1rem 0rem;
}

.sponsor-logo-container {
  position: relative;
}

.link-icon-style {
  position: absolute;
  background-color: white;
  color: black;
  padding: 0.05rem;
  padding-left: 0.25rem;
  top: 0;
  right: 0;
  border-radius: 0 0 0 7px;
}

.sponsor-text {
  margin-top: -1rem;
  font-style: italic;
}

.sponsor-text-lg {
  margin-top: -0.75rem;
  font-style: italic;
  font-size: 1.5rem;
}

.nighthawk-logo {
  border-radius: 5px;
}

.white-grass-partition {
  background-color: #fffdcc;
  overflow: hidden;
  margin: -5rem 0 -5rem 0;
  height: 349px;
}

footer {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}

.footer-logo {
  background-color: #761a1a;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2.25rem;
}

.footer-logo-img {
  width: 4rem;
  height: 4rem;
  margin-top: 0.4rem;
}

.footer-name {
  font-family: "Cinzel Decorative", sans-serif;
  font-size: 1.75rem;
  font-weight: lighter;
  color: #761a1a;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.footer-nav li {
  color: #761a1a;
  padding: 0.25rem 0.5rem;
  font-family: "Cinzel Decorative", sans-serif;
  font-weight: bold;
}

.footer-nav li a {
  color: #761a1a;
  text-decoration: none;
}

.footer-icon {
  color: #761a1a;
  padding: 0.5rem;
  margin: 0;
}

.footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pad {
  padding-inline-start: 0;
}

.pad li a {
  font-size: 1.25rem;
}

.fa-envelope-o {
  margin-top: -0.1rem;
}

.built-by {
  margin-top: 6rem;
  font-size: 0.8rem;
}

.built-by-link {
  color: #000;
  text-decoration: none;
}

/* styles specific to stand alone testimoonial page */
.sa-header {
  align-self: center;
}

.sa-main {
  background-color: #fffdcc;
  display: flex;
  flex-direction: column;
}

.sa-testimonials-container {
  display: flex;
  justify-content: center;
}

.sa-testimonial-h1-wrapper {
  display: flex;
  justify-content: center;
  padding: 8rem 0 5rem 0;
}

.testimonial-h1 {
  color: #761a1a;
  margin: 0;
  text-shadow: none;
}

.sa-testimonial-wrapper {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.45);
  margin-bottom: 2.5rem;
}

.sa-grass-partition {
  display: flex;
  justify-content: center;
  background-color: #fffdcc;
  overflow: hidden;
  margin: 0 0 -5rem 0;
}

.sa-footer {
  background-color: #fff;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }

  .mobile-btn {
    display: none;
  }

  .fs-menu {
    display: flex;
    flex-direction: row;
  }

  .fs-menu li {
    padding: 0.5rem;
  }

  .hero-container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),
      url(./images/wood-1188082_1920_compressed.jpg);
    margin-top: 0;
  }

  .hero-logo-h1-container {
    flex-direction: column-reverse;
    margin: 0;
  }

  .hsr-hero-logo {
    margin: 0;
    height: 9rem;
  }

  h1 {
    margin: 5rem 0 0 0;
    font-size: 4rem;
  }

  .about-flex {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .about-img {
    width: 40vw;
  }

  .about-h2-p {
    margin-top: 2rem;
    width: 40vw;
  }

  .footer-logo-name-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sponsor-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .sponsor-info {
    width: 332px;
  }
}

@media (min-width: 1024px) {
  .fs-menu li {
    padding: 1rem;
  }

  .header-letters-show {
    margin-left: 1rem;
    margin-right: 0.5rem;
  }

  .solutions-img {
    display: none;
  }

  h2 {
    font-size: 1.75rem;
  }

  .sponsor-h2 {
    text-align: center;
  }

  .about-p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -3.5rem;
    width: 90vw;
    max-width: 1200px;
  }

  .card-img {
    display: inline;
    width: 25vw;
  }

  .flex-card {
    width: 25vw;
  }

  .sponsor-grid {
    column-gap: 3rem;
  }

  .sponsor-logo {
    width: 200px;
  }

  .sponsor-logo-wide {
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .about-img {
    width: 37.5vw;
  }

  .about-h2-p {
    width: 37.5vw;
  }

  .card-container {
    justify-content: space-around;
  }
}

@media (min-width: 1366px) {
  .about-img {
    width: 35vw;
  }

  .about-h2-p {
    width: 35vw;
  }
}

@media (min-width: 1440px) {
  body {
    display: flex;
    justify-content: center;
  }

  .blocking-bar {
    display: inline-block;
    top: 0;
    width: 80px;
    height: 55px;
    background-color: #fff;
    margin-left: -80px;
    position: fixed;
  }

  .body-container {
    width: 1440px;
  }

  .container-90vw {
    max-width: 1200px;
  }

  .about-flex {
    justify-content: space-between;
  }

  .about-img {
    width: 40vw;
  }

  .about-h2-p {
    width: 40vw;
  }

  h2 {
    font-size: 1.75rem;
  }

  .about-p {
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .about-img {
    width: 30vw;
  }

  .about-h2-p {
    width: 30vw;
  }

  .flex-card {
    width: 20vw;
  }

  .card-img {
    width: 20vw;
  }
}

@media (min-width: 2560px) {
  .container-90vw {
    max-width: 1400px;
  }

  .card-container {
    max-width: 1400px;
  }

  .about-flex {
    justify-content: space-around;
  }

  .about-img {
    width: 25vw;
  }

  .about-h2-p {
    width: 25vw;
  }

  .flex-card {
    width: 17.5vw;
  }

  .card-img {
    width: 17.5vw;
  }

  .media-img {
    max-width: none;
  }
}
