/* @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/1300/IWhs13004873.jpg');
  /* background: url('https://chabadofcobb.com/media/images/1255/WMgq12558011.jpg'); */
  background-size: cover;
  border-bottom: 4px solid #feab44;
  aspect-ratio: 1900 / 792;
}

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

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

.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/1255/zZFR12558375.jpg?v2'); */
    background: url('https://chabadofcobb.com/media/images/1300/SHuO13004874.jpg');
    background-size: cover;
    aspect-ratio: 1/1;
  }

  .donate-flex {
    background: #3688c6;
    text-align: center;
    padding-top: 0;
    flex-direction: row;
  }

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

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

.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;
  }
}

@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;
}
