* { scroll-behavior: smooth; }

body { background-color: #fbfbfb; line-height: 1.3em; font-family: "Open Sans", "Noto Sans", sans-serif; }

strong { font-weight: bold; }

h1, h2, h3 { font-weight: bold; color: #7A2248; }

h2 { font-size: 24px; }

h4 { font-weight: bold; color: #555; padding-bottom: 10px; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.navbar { background-color: #fbfbfb; position: absolute; top: 0; /*width: 100%;*/ display: flex; flex-direction: row; align-items: center; z-index: 20; height: 80px; /*box-shadow: 5px 5px 10px #00000020;*/ }

.navbar { width: 100%; flex-direction: column; background: transparent; }

.navbar-height { height: 80px; }

.navbar-inner { display: flex; height: 100%; position: relative; }

.navbar-inner::before { content: ''; width: 40px; height: 100%; position: absolute; left: -40px; background: linear-gradient(63.4deg, transparent 50%, #fbfbfb 50%); }

.navbar-inner::after { content: ''; width: 40px; height: 100%; position: absolute; right: -40px; background: linear-gradient(-63.4deg, transparent 50%, #fbfbfb 50%); }

.navbar-links { position: absolute; height: 80px; display: flex; flex-direction: row; align-items: center; opacity: 0; transition: opacity 200ms; }

.navbar-links.visible { opacity: 1; }

.navbar-links a { color: white; margin: 0 30px; font-size: 18px; }

.nav-logo-container { display: flex; flex-direction: row; align-items: center; background-color: #fbfbfb; }

.nav-logo { height: 40px; margin: 0 20px; }

.nav-logo-riding { letter-spacing: .03em; font-size: 19px; margin: 0 20px; color: #7A2248; }

@media screen and (max-width: 1100px) { .navbar-links { display: none; } }

@media screen and (max-width: 700px) { .nav-logo { margin-right: 0; } .nav-logo-riding { width: 5em; } }

.hero { display: flex; flex-direction: column; align-items: center; position: relative; }

.hero-spacer { width: 100%; height: 230px; }

.chp-parallax-container { position: relative; width: 100%; /*height: 100%; min-height: 400px;*/ /*max-height: calc(100vh - 80px);*/ /*max-height: 50vh;*/ /*max-height: 100vh;*/ display: flex; flex-direction: row; align-items: center; /*background: linear-gradient(rgba(0, 0, 0, 0) 50%, #000);*/ }

/* tabbed logo doesn't look good with a fixed navbar */
/*.navbar { background: linear-gradient(to bottom, rgba(#000, 0.9) 0%, transparent 100%); position: fixed; top: 0; }*/
.hero-parallax-background { min-height: 400px; max-height: 50vh; height: 100%; background: linear-gradient(to bottom, rgba(42, 12, 25, 0.9) 0%, rgba(82, 23, 48, 0.6) 10%, rgba(0, 0, 0, 0.9) 100%); }

.parallax-background { position: absolute; top: 0; background-attachment: fixed; background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; }

.hero-background-image { position: absolute; top: 0; filter: brightness(1); background-image: linear-gradient(to bottom, rgba(99, 28, 58, 0.702), rgba(0, 0, 0, 0.9) 100%), url(../img/ndp-hero.jpg); z-index: 1; /* induces motion sickness due to background-attachment: fixed */ /*animation-name: hero-move; animation-duration: 20s; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: linear;*/ }

@keyframes hero-move { from { background-size: auto 110%; }
  to { background-size: auto 90%; } }

.chp-parallax-container::after { filter: none; content: ''; background-image: linear-gradient(to top, #0000003a 0%, #00000000 20px, #00000000 calc(100% - 20px), #0000003a 100%); position: absolute; left: 0; width: 100%; height: 100%; z-index: 2; display: flex; flex-direction: row; align-items: center; }

.parallax-inset-container { z-index: 3; text-align: center; margin: 50px auto; max-width: 90%; min-width: 400px; background: #fbfbfb; }

.section-dark { background: #2F373F; color: #fff; }

.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }

.parallax-inset-content { padding: 40px 20px; padding-bottom: 0; }

.hero h1 { color: white; font-weight: bold; font-size: 36px; line-height: 1.1; text-shadow: 0px 0px 8px #00000099; }

.hero-content { margin: 0 auto; z-index: 3; max-width: 80%; text-align: center; }

.hero-content-sections { display: flex; flex-direction: row; justify-content: center; }

.button-links { margin-top: 60px; }

.hero-button { background-color: #7A2248; color: white; padding: 10px 20px; margin: 0 10px; /*border-radius: 20px;*/ font-weight: bold; box-shadow: 0px 4px 8px #00000033; transition: box-shadow .1s; display: inline-block; font-size: 16px; }

.hero-button:hoverf { box-shadow: 0px 4px 8px #00000080; }

.main-button { background-color: #7A2248; color: white; padding: 7px 14px; margin: 0 10px; /*border-radius: 20px;*/ font-weight: bold; box-shadow: 0px 4px 8px #00000033; transition: box-shadow .1s; display: inline-block; font-size: 14px; }

.navbar-links .main-button { padding: 10px 20px; font-size: 16px; font-weight: bold; }

.person-name { font-weight: bold; }

.person-profession { font-weight: bold; }

.donate-section { width: 300px; border: 1px solid #aaa; margin: 20px; padding: 10px; position: sticky; top: 80px; display: inline-block; }

.section-title { font-weight: bold; font-size: 18px; text-align: center; padding: 10px; padding-bottom: 20px; }

.content { display: inline-block; }

.section-padding { height: 200px; }

.section-inter { padding: 80px; background: #fbfbfb; }

.section-inter h2 { text-align: center; }

.section-break { height: 60px; }

.avatar { text-align: center; }

.avatar img { border-radius: 500px; height: 100px; }

.person-info-table .avatar img { margin-right: 50px; }

.section-content { margin: 30px auto; margin-top: 40px; display: table; }

.person-info-row { margin: 30px auto; display: table; }

.person-info { margin: 50px; margin-bottom: 0; display: inline-block; vertical-align: top; }

.person-info-name { font-weight: bold; text-align: center; }

.person-info-job { text-align: center; }

.person-info-table { margin: 30px auto; margin-bottom: 0; border-collapse: separate; border-spacing: 0 40px; }

td.person-info { vertical-align: middle; }

.address { padding-top: .2em; padding-left: 2em; }

.map-img { width: 100%; }

.map-img a { margin: 40px auto; width: fit-content; display: block; }

.map-img img { display: block; width: 500px; }

@media screen and (max-width: 600px) { .map-img img { width: 100%; } }

.hero-animate { position: relative; visibility: hidden; /*animation-name: hero-text-animate; animation-duration: 750ms; animation-iteration-count: 1; animation-delay: 200ms; animation-timing-function: ease-in-out;*/ }

@keyframes hero-text-animate { from { left: -100%; }
  to { left: 0%; } }

.parallax-item { z-index: -1; overflow: hidden; position: fixed; will-change: transform; }

.parallax-item img { position: relative; will-change: transform; }

.parallax-item::before { content: ''; display: block; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #0f060614; /*background: linear-gradient(to bottom, #000000f0 0%, transparent 200px, transparent 100%);*/ }

.chp-section-box { background: white; border-radius: 10px; box-shadow: 0px 0px 10px #00000030; min-width: 200px; min-height: 200px; margin: 0 30px; height: fit-content; }

.chp-main-section-box { width: 100%; height: 1200px; }

hr { margin: 40px; }

footer { width: 100%; background-color: #2F373F; color: #fff; min-height: 100px; }

.footer-inner { max-width: 1100px; margin: 0 auto; padding: 45px 0; }

.footer-logo { height: 60px; }

.footer-logo img { margin: calc((60px - 50px) / 2) 0; height: 50px; margin-left: 20px; margin-right: 10px; }

.footer-logo span { height: 60px; display: inline-block; vertical-align: top; font-size: 18px; width: 5em; line-height: "1.1111111111em"; }

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