/*Font*/
@font-face {
  font-family: "bebas_neuebold";
  src: url("../assets/fonts/bebasneue-bold-webfont.woff2") format("woff2"), url("../assets/fonts/bebasneue-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url("../assets/fonts/bebasneue-regular_1-webfont.woff2") format("woff2"), url("../assets/fonts/bebasneue-regular_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bebas_neuebook";
  src: url("../assets/fonts/bebasneue-book_1-webfont.woff2") format("woff2"), url("../assets/fonts/bebasneue-book_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.headline {
  font-family: "bebas_neueregular";
  font-size: 4.68rem;
  line-height: 1;
}

.tagline {
  font-family: "bebas_neueregular";
  font-size: 3.5rem;
  line-height: 1;
}

.fw-light {
  font-family: "bebas_neuebook";
}

.fw-reg {
  font-family: "bebas_neueregular";
}

.fw-bld {
  font-family: "bebas_neuebold";
}

.sect-padding {
  padding: 60px 0;
}

.social-icon {
  width: 100%;
  max-width: 59px;
}

.logo {
  width: 100%;
  max-width: 680px;
}

.edie-silhouette img {
  width: 100%;
  max-width: 509px;
}

section#header {
  background-color: #fb0f48;
}

.grid1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
}

.grid1 .hl-wrap {
  grid-column: 6/13;
  grid-row: 1/3;
  z-index: 1;
}

img.edie-grid {
  grid-column: 1/7;
  grid-row: 1/7;
}

.mission-statement {
  background-color: #e081a8;
  grid-column: 5/13;
  grid-row: 3/8;
  z-index: 1;
}

.pink-sq {
  background-color: #fb0f48;
  grid-column: 7/10;
  grid-row: 3/5;
  z-index: -1;
}

.orang-sq {
  background-color: #ff711d;
  grid-column: 3/5;
  grid-row: 5/7;
  z-index: -1;
}

.link-grid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-text {
  font-family: "bebas_neuebook";
  line-height: 1;
  font-size: 2.25rem;
}
.grid-text .description {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.grid-item.hot-pink {
  background-color: #fb0f48;
}

.grid-item.pale-pink {
  background-color: #e081a8;
}

.grid-item.orange {
  background-color: #ff711d;
}

.grid-item {
  overflow: hidden;
  min-height: 380px;
  position: relative;
}

.grid-logo img {
  max-height: 40px;
}

.grid-icon {
  max-width: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

a.grid-link {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.grid-link:hover {
  text-decoration: none;
}

/*modal*/
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-content {
  background-color: #e081a8;
  border-radius: 0;
}

.modal-header {
  border: none;
}

.modal-title {
  font-family: "bebas_neueregular";
  font-size: 2rem;
}

.close {
  text-shadow: none;
}

.modal p {
  font-size: 1.25rem;
}

button.donate-button {
  background: #fb0f48;
  border: 0;
  outline: none;
  padding: 0.5rem 1rem;
}

.donate-button img {
  width: 100%;
  max-width: 125px;
}

@media (min-width: 1300px) {
  #header .logo {
    width: 130%;
    max-width: none;
  }
}
@media (min-width: 1201px) {
  #header .logo {
    width: 115%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    width: 120%;
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .headline {
    font-size: calc(4.68rem / 1.25);
  }

  .tagline {
    font-size: calc(3.50rem / 1.25);
  }

  .pink-sq {
    grid-column: 7/12;
  }

  .orang-sq {
    grid-row: 5/6;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 1.2rem;
  }

  .headline {
    font-size: calc(4.68rem / 1.75);
  }

  .tagline {
    font-size: calc(3.50rem / 1.75);
  }

  .mission-statement {
    grid-column: 5/13;
    grid-row: 3/8;
  }

  img.edie-grid {
    grid-column: 1/9;
    width: 100%;
    grid-row: 1/7;
  }

  .grid-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .orang-sq {
    grid-row: 1/6;
  }

  .grid-text {
    font-size: 1.75rem;
  }

  #header .logo {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 576px) {
  .grid1 {
    grid-template-rows: minmax(min-content, max-content);
  }

  .grid1 .hl-wrap {
    grid-column: 1/13;
    grid-row: 1/3;
    z-index: 1;
    text-align: center;
  }

  .mission-statement {
    grid-column: 2/12;
    grid-row: 2/4;
    margin-top: -5rem;
  }

  img.edie-grid {
    grid-column: 1/13;
    width: 100%;
    grid-row: 1/2;
    margin-top: 6rem;
  }

  .pink-sq {
    grid-column: 1;
    grid-row: 2/4;
    margin-bottom: 5rem;
    margin-left: 1rem;
  }

  .orang-sq {
    grid-row: 2/4;
    grid-column: 12;
    margin-bottom: 5rem;
    margin-right: 1rem;
  }

  .link-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  img.grid-image {
    width: 100%;
  }

  .sect-padding {
    padding: 30px 0;
  }

  .grid-text {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
