/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap'); */

:root {
  --font-display: "Oswald", sans-serif;
}

.fs-header {
  background: url("https://chabadofcobb.com/media/images/1344/MZet13444674.jpg");
  background-size: cover;
  border-bottom: 4px solid #feab44;
  aspect-ratio: 12/6;
}

.fs-header .page-header {
  margin-top: 90px;
}

.donate-flex {
  flex-direction: column;
}

.donate-button .donate-button-text {
  background: rgb(245 174 32 / 70%);
  color: #000000;
  font-weight: bold;
}

.donate-button:not(.about-modal-btn) .donate-button-text {
  border: 1px solid white;
  background: rgb(3 55 105 / 40%);
  font-weight: bold;
  color: white;
}

.donate-button:not(.about-modal-btn) .donate-button-text:hover {
  background: rgb(3 55 105 / 80%);
}

@media (max-width: 650px) {
  .fs-header {
    background: url("https://chabadofcobb.com/media/images/1344/kSKf13444676.jpg");
    background-size: cover;
    aspect-ratio: 1/1;
  }

  .donate-flex {
    text-align: center;
    padding-top: 0;
    /* flex-direction: row; */
    margin-top: 160px;
  }

  .donate-button .donate-button-text {
    min-width: 130px;
  }
}

.donate-button .donate-button-text {
    font-size: 17px;
  }

@media (min-width: 651px) {
  .donate-button .donate-button-text {
    font-size: 30px;
  }
}

.fs-header:before {
  background: none;
  background-size: cover;
}

.fs-header .page-header h2,
.fs-header .page-header h1 small,
.page-header h1 span,
.fs-header .page-header h1 {
  color: transparent;
}

.fs-goal {
  background: #3688c6;
}

.fs-header .page-header h2,
.fs-header .page-header h1 small,
.page-header h1 span {
  font-family: var(--font-display);
}

.fs-logo-container {
  display: none;
}
/* 
.donate-flex {
  padding-left: 22%;
} */

.fs-header .page-header h2 {
  display: none;
}

.donate-button {
  margin-top: 20px;
}

@media (max-width: 1260px) {
  .fs-header .page-header h1 {
    display: none;
  }
  .donate-button {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .row.fs-matchers-list .col-md-3 {
    width: 50%;
  }
}

.fs-footer {
  background: url("https://chabadofcobb.com/media/images/1211/EBxv12110462.jpg");
  background-size: cover;
}

.fs-footer .row > div:nth-of-type(1) h3 {
  color: #fac268;
}

address {
  color: #f5dabe;
}

.fs-footer .row > div:nth-of-type(2) h3 {
  color: #062844;
}

.fs-footer {
  margin-top: 0px;
}
