.site-nav,
html,
body {
  width: 100%;
}

html,
body {
  margin: 0;
}

.site-nav,
body > header {
  width: 100%;
  box-sizing: border-box;
}

body > header {
  position: relative !important;
  background: #e53935 !important;
  color: #fff !important;
  text-align: center;
  padding: 1rem 1rem 1rem 7rem !important;
  min-height: 94px;
}

body > header h1,
body > header h2,
body > header h3,
body > header p,
body > header strong {
  color: #fff !important;
}

body > footer {
  width: 100%;
  box-sizing: border-box;
  background: #e53935 !important;
  color: #fff !important;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

body > footer p {
  color: #fff !important;
  margin: 0;
}

.site-emblem {
  position: absolute;
  top: .45rem;
  left: 1rem;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.site-nav {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  background: #ffc107;
  padding: .5rem 1rem;
}

.site-nav a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: .35rem .6rem;
  border-radius: .5rem;
}

.site-nav a:hover,
.site-nav a:focus {
  background: #ffe082;
}

.btn,
button {
  display: inline-block;
  text-align: center;
  background: #ffc107;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #e53935;
  border-radius: 8px;
  cursor: pointer;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
  background: #e53935;
  color: #fff;
}

.card,
.list,
.donate-ways,
section {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  max-width: 100%;
}

@media (max-width: 520px) {
  body > header {
    padding-left: 5.75rem !important;
    min-height: 82px;
  }

  .site-emblem {
    width: 64px;
    height: 64px;
  }

  .site-nav {
    gap: .35rem;
    padding: .5rem;
  }

  .site-nav a {
    padding: .35rem .45rem;
  }
}
