:root {
  --black: #1A1A1D;
  --grey: #4E4E50;
  --red-dark: #6F2232;
  --red-med: #950740;
  --red-light: #C3073F;

  --purple: #AE91C6;
}

.html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  border: 0;
  margin: 0;
  background-color: #F5F1EA;
  -webkit-font-smoothing: antialiased;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/


.map {
  height: 400px;
}

.alpha {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

anchor {
  height: 100px;
}

.quote-mark {
  font-family: 'Bubblegum Sans', serif;
  font-size: 100px;
  line-height: 0;
}

.bg-purple {
  background-color: var(--purple);
}

.pop {
  border: 8px #61707D solid;
}

.funder-img {
  height: 200px;
}

.bg-green {
  background-color: #A7D9A9;
}

.bg-blue {
  background-color: #9DD6E5;
}

.color-green {
  color: #A7D9A9;
}

.round-image-big {
  width: 380px;
  height: 380px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 200px;
  z-index: 50;
}

.color-blue {
  color: #9DD6E5;
}

.color-dblue {
  color: #5498AA;
}

.abc {
  position: absolute;
  right: 0;
  top: 50px;
  left: 0;
  bottom: 50px;
  z-index: -1;
  /*max-width: 950px;
  margin: auto;*/
}

.color-purple {
    color: #61417B;
}

.contact-button
{
  padding: 15px;
  font-family: 'Bubblegum Sans', serif;
  color: white;
  background-color: var(--purple);
  border-style: none;
  border-radius: 20px;
  font-size: 25px;
}

.small-card-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.small-card {
  border: 5px solid #f8f9fa;
  overflow: hidden;
}

.seasonal-icon-left {
  font-size: 100px;
  color: white;
  left:-35px;
  bottom: -40px;
  position: absolute;
  z-index: 100;
}

.seasonal-icon-right {
  font-size: 100px;
  color: white;
  right:-35px;
  bottom: -40px;
  position: absolute;
  z-index: 110;
}

.seasonal-middle {
  position: relative;
  width: 420px;
  height: 280px;
}

.seasonal-img {
  width: 420px;
  height: 280px;
  object-fit: cover;
  z-index: 1000;
}

.seasonal-background {
  position: absolute;
  top: -20px;
  flex-wrap: nowrap;
}

.seasonal-img-background {
  /*width: 420px;
  height: 280px;
  object-fit: cover;
  z-index: -1;*/
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.seasonal-header {

}

.cl {
  border: 5px solid #A7D9A9;
  transition: 0.3s;
}

.cl:hover {
  border: 10px solid #A7D9A9;
}



.cr {
  border: 5px solid #5498AA;
  transition: 0.3s;
}

.cr:hover {
  border: 10px solid #5498AA;
}

.cm {
  border: 5px solid #61417B;
  transition: 0.3s;
}

.cm:hover {
  border: 10px solid #61417B;
}
































.easter {
  background-color: #9ADFDD;
}

.xmas {
  background-color: #C0433F;
}

.color-white {
  color: white;
}

.text-big {
  font-size: 20px;
}

.color-dark {
  color: #333333;
}

.font-header {
  font-family: 'Bubblegum Sans', serif;
}

.contact-icon {
  color: white;
  font-size: 30px;
}

.contact{
  max-width: 1200px;
}

.contact-popup {
  max-width: 800px;
}

.star1 {
  position: absolute;
  z-index: -1;
  height: 600px;
  left: -220px;
  top: -120px;
  opacity: 0.4;
  transform: rotateZ(30deg);
  overflow-x: hidden;
}

.stars {
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden !important;
}

.logo {
  display: block;
  height: 320px;
  margin: auto;
  padding: 100px;
  padding-bottom: 60px;
  pointer-events: none;
}

.navbar-container {
  width: 100%;
}

.navbar {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  justify-content: space-around;
  transition: 0.3s;
}

.nav-item {
  text-decoration: none;
  color: #333332;
  font-family: 'Bubblegum Sans', serif;
  font-size: 26px;
}

.text-deco-none{
  text-decoration: none vbb
}
.nav-item:hover {
  color: #7F589F;
}

.lead {
  background-color: #F5F1EA;
  border-radius: 20px;
}

.hero-container {
  width: 90%;
  margin: auto;
  padding-top: 60px;
}

.hero {
  position: relative;
  margin: auto;
  max-width: 1200px;
  background-color: white;
  height: 480px;
}

.hero-button {
  position: absolute;
  height: 64px;
  width: 40px;
  background-color: grey;
  top: 43%;
  color: white;
  text-align: center;
  font-size: 25px;
  border-radius: 5px;
}

.left {
  left: 30px;
}

.right {
  right: 30px;
}

.news-card {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}

.div-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.news-card:hover {
  cursor: pointer;
  box-shadow: 3px 8px 15px #888888;
}

.title {
  font-family: 'Bubblegum Sans', serif;
  color: #E65F8E;
  text-align: center;
  font-size: 60px;
  font-weight: 200;
  margin-top: 80px;
}

.title2 {
  font-family: 'Bubblegum Sans', serif;
  color: #E65F8E;
  font-size: 50px;
  font-weight: 200;
}

.max-width {
  max-width: 1400px;
}

.postcard {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px white solid;
  /*box-shadow: 3px 3px 10px #888888;*/
}

.max-width-small {
  max-width: 800px;
}



.title3 {
  font-family: 'Bubblegum Sans', serif;
  color: #E65F8E;
  font-size: 30px;
  font-weight: 200;
}

.donate-button {
  padding: 15px;
  font-family: 'Bubblegum Sans', serif;
  background-color: var(--purple);
  color: white;
  border-style: none;
  border-radius: 20px;
  font-size: 25px;
}

.sitefont {
  font-family: 'Bubblegum Sans', serif;
  font-size: 30px;
  font-weight: 200;
}

.round-image {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  object-fit: cover;
}



.text {
  font-size: 20px;
}

.mid-section-container {
  position: relative;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 100px;
  margin: auto;
  background-color: #A7D9A9;
}

.mid-section-top {
  max-width: 1200px;
  display: flex;
  margin: auto;
}

.mid-section-left {
  width: 50%;
  padding-right: 80px;
}

.mid-section-right {
  width: 50%;
}

.mid-section-left > p {
  font-family: 'Bubblegum Sans', serif;
  font-size: 25px;
  color: #333232;
  margin-top: 70px;
}

.mid-section-image-container {
  width: 500px;
  height: 280px;
  background-color: white;
  margin: auto;
  transform: rotateZ(3deg);
}

.quote-container {
  width: 90%;
}

.quote-box {
  max-width: 1000px;
  margin: auto;
}

.quote-box > h1 {
  font-family: 'Bubblegum Sans', serif;
  color: #5498AA;
  font-size: 120px;
  line-height: 0;
  text-align: center;
}

.quote-box > h2 {
  font-family: 'Bubblegum Sans', serif;
  color: #5498AA;
  font-size: 30px;
  text-align: center;
}

.mid-section-background {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.mycarousel {
  max-width: 1200px;
  margin: auto;
}

.hills {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hills-p {
  width: 100%;
}

.boy {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: -160px;
}

.add {
  width: 80%;
  margin: auto;
}

.myc {
  width: 80%;
  margin: auto;
}

.circle {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 200px;
}

.circle-p {
  position: relative;
  width: 250px;
  height: 250px;
  bottom: 0;
  transition: 0.3s;
}

.circle-p:hover {
  bottom: 8px;
  cursor: pointer;
}


.star1 {
  width: 400px;
  top:-100px;
  left:-200px;
  transform: rotate(30deg);
  overflow-x: hidden;
}

.star2 {
  width: 600px;
  top:180px;
  right:-200px;
  transform: rotate(-10deg);
  overflow-x: hidden;
}

.star3 {
  width: 200px;
  top:-100px;
  right:30%;
  transform: rotate(-10deg);
  overflow-x: hidden;
}

.bg-svg {
  position: absolute;
  overflow: hidden;
  bottom: 0;
}

.z-1 {
  z-index: -1;
}

.z-2 {
  z-index: -2;
}

.z-3 {
  z-index: -3;
}


.nav-link:hover {
  color: purple;
}

.nav-item {
  margin: 0 10px !important;
}

.nav-link {
  font-family: 'Bubblegum Sans', serif;
  color: #333232 !important;
  font-size: 22px !important;
  transition: 0.2s;
}

.nav-link:hover {
  color: #8059a1 !important;
}

.nav-link-footer {
  font-size: 18px !important;
  transition: 0.3s;
}

.nav-link-footer:hover {
  color: white;
  text-decoration: none;
}

.nav-link-small{
  font-size: 15px;
}

.nav-link-small:hover {
  font-size: 15px;
  text-decoration: none;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
}

.a {
  background-color: yellow;
}

.top-card-p {
  max-width: 800px;
  border-radius: 30px;
}

.v-break {
  position: relative;
  bottom: 2px;
}

.faq-box {
  border-radius: 20px;
  overflow: hidden;
}

.dropdown-toggle {
  color: #333232 !important;
}

.navbar-nav {
  text-align: center !important;
  margin: auto !important;
  justify-content: center !important;
}


.bm-bg {
  background-color: var(--black);

}

.bm-height {
  height: 100vh;
}

.bm-header {
  color: var(--red-light) !important;
  font-family: 'Sigmar One', cursive;
  font-size: 70px;
}

.name {
  letter-spacing: 0px;
  transition: 0.3s;
}

.name:hover {
  letter-spacing: 2px;
}

.bm-header-secondary {
  color: var(--grey) !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing:6px;
}


.img-cont {
  height: 330px;
  width: 330px;
  border-radius: 400px;
  object-fit: cover;
  overflow: hidden;
  border: 10px var(--grey) solid;
  transition: 0.5s;
}

.img-cont:hover {
  border: 8px var(--red-dark) solid;
}

.footer-logo {
  height: 120px;
}

.footer-social-link {
  position: relative;
  color: white;
  bottom: 0;
  transition: 0.3s;
}

.date-tab {
  border-top-left-radius: 40px;
}

.footer-social-link:hover {
  color: #61417B;
  cursor: pointer;
  bottom: 3px;
}

.pill {
  color: var(--red-dark);
  font-size: 16px;
  transition: 0.2s;
  border-radius: 8px;
  border: 1.6px var(--red-dark) solid;
}

.pill:hover {
  cursor: pointer;
  background-color: var(--red-light);
  color: var(--black);
  border: 1.6px var(--red-light) solid;
}

.nb {
  font-family: 'Open Sans', sans-serif;
  background-color: var(--black);
  color: var(--red-dark);
  //border-bottom: 1.6px var(--red-dark) solid;
  font-size: 5px;
}

.nb-s {
  color: var(--grey);
}

.a-t {
  position: absolute;
  top: 0;
}

.a-l {
  position: absolute;
  left: 0;
}

.a-r {
  position: absolute;
  right: 0;
}

.sm-icon{
  width: 50px;
  height: 50px;
  padding: 5px;
  filter: invert(9%) sepia(76%) saturate(6754%) hue-rotate(336deg) brightness(100%) contrast(97%);
  -webkit-filter: invert(9%) sepia(76%) saturate(6754%) hue-rotate(336deg) brightness(100%) contrast(97%);
}

.t-y {
  transition: 0.3s;
}

.t-y:hover {
  transition: 0.3s;
  transform: translateY(-5px);
}

.sm-icon:hover {
  cursor: pointer;
  -webkit-filter: contrast(0%);
}
