body {
  font-family: "Albert Sans", sans-serif;
  background-color: #fdf8f2;
}

/* html,
body {
  overflow: scroll !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
}
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 2px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}

.site-main {
  background-color: transparent;
}

.site-header {
  padding: 0 20px;
  background-color: #fff;
}
body:not(.home) .site-header::before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  z-index: -1;
}

.page-id-294 header.entry-header {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .site-header {
    padding: 0 30px;
    justify-content: center;
    max-width: 1380px;
    right: 0;
    margin: auto;
  }
  .site-branding {
    flex: 1;
  }
}

.custom-logo {
  width: 102px;
  height: 102px;
}

.front-page .splash .wp-block-media-text__content,
.front-page .splash .wp-block-media-text__media {
  background-color: transparent;
}

.front-page .splash .wp-block-media-text__content p:first-of-type {
  line-height: 120%;
  margin-bottom: 30px;
}

.front-page .learn-link button {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  background-color: #fff !important;
  color: #000;
  border: none;
  border-left: 4px solid #c8031a;
}
.wp-block-button__link {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  border: none;
  border-left: 4px solid #c8031a;
}

.front-page .learn-link button:hover {
  background-color: #c8031a !important;
  color: #fff !important;
  border-bottom: none;
}

.front-page .fellowships {
  padding-top: 100px;
  padding-bottom: 100px;
}
.front-page .fellowships .uagb-section__inner-wrap {
  max-width: 880px;
}

.front-page .fellowships img {
  max-width: 581px;
}
.front-page .fellowships p.has-lightest-white-color {
  background-color: rgba(35, 15, 0, 0.3);
}
.float-image.left {
  position: absolute;
  left: -55%;
  bottom: -50%;
  z-index: -1;
}
.float-image.donate {
  position: absolute;
  right: 15%;
  top: -30%;
}
.float-image.donate img {
  max-width: 425px;
}

#updates h1 {
  color: #c8031a;
  text-align: center;
}

.front-page #donate a button,
.front-page .donate a.uagb-cta-typeof-button {
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  background-color: #c8031a !important;
  color: #fff;
  border: none;
  font-weight: 700;
}

.front-page .donate {
  background-color: transparent;
}

.front-page .uagb-cta__desc {
  font-weight: 700;
}

.site-footer {
  background-color: #f8a90e;
}
.site-footer a {
  color: #000;
}

@media screen and (min-width: 760px) and (min-aspect-ratio: 1 / 1) {
  .front-page .uagb-cta__desc {
    padding-right: 200px;
  }
  .front-page .nav-color {
    background-color: transparent !important;
  }
  .front-page::before {
    transition: all 0.3s ease-in-out;
  }
  .front-page .nav-color::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #fff;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    z-index: -1;
  }
  .front-page .splash {
    min-height: 80vh;
    margin-top: -60px;
  }
  .front-page .splash .wp-block-media-text__content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .front-page .splash .wp-block-media-text__media {
    padding-top: 80px;
    height: auto;
  }
  .front-page #splash .top img,
  .front-page .splash .wp-block-media-text__media img {
    right: 0;
    max-width: 877px;
  }
  .front-page .fellowships {
    margin-top: -100px;
  }

  .front-page .uagb-cta__desc {
    font-size: 36px;
    line-height: 120%;
  }
}

@media screen and (min-width: 1500px) {
  .front-page .splash .wp-block-media-text__content {
    padding-left: 25%;
    padding-right: 40px;
  }
}

#primary-menu li.highlight {
  font-weight: 900;
}
.front-page #primary-menu a,
#primary-menu li a {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
#primary-menu li.highlight.red a {
  color: #fff;
  background-color: #c8031a;
  padding: 10px;
}

/* color classes */
.has-strong-red-color {
  color: #c8031a;
}
.has-strong-yellow-color {
  color: #f8a90e;
}
.has-very-dark-brown-color {
  color: #230f00;
}
.has-dark-brown-color {
  color: #a26326;
}
.has-light-brown-color {
  color: #d5965d;
}
.has-lightest-white-color {
  color: #fff;
}

.has-strong-red-background-color {
  background-color: #c8031a;
}
.has-strong-red-background-color:hover {
  background-color: #230f00;
  color: #fff;
  border-bottom: none;
}
.has-strong-yellow-background-color {
  background-color: #f8a90e;
}
.has-very-dark--brown-background-color {
  background-color: #230f00;
}

html.sr .load-hidden {
  visibility: hidden;
}

/* Alignwide and Full */
@media screen and (min-width: 1124px) {
  .entry-content .alignwide {
    margin-left: -180px;
    margin-right: -180px;
  }
}
@media screen and (min-width: 1224px) {
  .entry-content .alignwide {
    margin-left: -280px;
    margin-right: -280px;
  }
}

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.wp-block-uagb-blockquote
  .uagb-blockquote__skin-quotation
  .uagb-blockquote__icon-wrap {
  background-color: transparent;
}

.wp-block-uagb-blockquote .uagb-blockquote__content {
  text-align: left;
  font-size: 14px;
}

.highlights .wp-block-column,
.highlights .uagb-column__inner-wrap {
  position: relative;
  padding-bottom: 220px;
}
.wp-block-uagb-blockquote .uagb-blockquote__content-wrap footer {
  position: absolute;
  bottom: 0;
}
.uagb-blockquote__author-image img {
  width: 100% !important;
  max-width: 180px;
  height: auto !important;
}

.negative-margin {
  height: 0;
  margin-bottom: -5vh;
}

.who-we-are img {
  border: 2px solid #f8a90e;
}
