* {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

body {
  margin: 0 auto;
  background-color: #cc4398;
}

body .loader {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  content: "";
  position: fixed;
  z-index: 1;
  opacity: 0;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

body.loading .loader {
  opacity: 1;
  pointer-events: all;
}

a {
  color: #0a5390;
  cursor: pointer;
}

img {
  max-width: 100%;
}

header .main-banner {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0px;
  width: 100%;
  /** /
  height: 400px;
  background: center center no-repeat url("../img/Donation-page-banner-01-web-small.png");
  background-size: auto 400px;
  /**/
  height: 312px;
  background: center center no-repeat url(../img/Donation-web-2022.jpg);
  background-size: contain;
}

@media screen and (max-width: 500px) {
    header .main-banner {
        /** /
        height: 200px;
        background: center top no-repeat url(../img/Donation-page-banner-01-web-small.png);
        background-size: contain;
        /**/
        background: center top no-repeat url(../img/Donation-web-2022.jpg);
        background-size: contain;
        height: 160px;
    }
}

.body-content {
  min-width: 320px;
  padding: 0 20px;
  margin: 1em auto;
  text-align: center;
}

@media screen and (max-width: 500px) {
    
    .body-content {
        min-width: auto;
    }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.light-copy {
  color: #4abbc7;
}

.dark-copy {
  color: #0a5390;
}

.white-copy {
  color: #ffffff;
}

.red-copy {
  color: #ea6d7d;
}

.orange-copy {
  color: #ffc212;
}

.hide {
  display: none;
}

.hide-anim {
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 150px;
}

.hide-anim.out {
  max-height: 0px;
  opacity: 0;
}

.hide-anim.in {
  max-height: 200px;
  opacity: 1;
}

.button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  margin: 0 auto;
  font-size: 0.85em;
  border: 0;
  outline: none;
}

.button i, .button span {
  display: inline-block;
  background: #ffc212;
}

.button span {
  min-width: 155px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  padding-right: 45px;
}

.button i {
  min-width: 25px;
  padding: 0.5em 10px;
  border-radius: 5px 0 0 5px;
  font-style: normal;
  vertical-align: top;
}

.button i img {
  max-height: 1.5em;
}

.social-share {
  cursor: pointer;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  font-size: 2.5em;
  line-height: 0.5;
  vertical-align: middle;
  margin: 0 5px;
}

.social-share .logo {
  /* vertical-align: middle; */
  line-height: 1.5;
  max-width: 30px;
  display: inline-block;
}

.social-share.google span, .social-share.google i, .social-share.facebook span, .social-share.facebook i, .social-share.twitter span, .social-share.twitter i {
  background-color: transparent !important;
}

.google {
  border-color: #cd3831 !important;
}

.google i, .google span {
  background-color: #cd3831;
}

.facebook {
  border-color: #3a5a9b !important;
}

.facebook i, .facebook span {
  background-color: #3a5a9b;
}

.twitter {
  border-color: #65ccef !important;
}

.twitter i, .twitter span {
  background-color: #65ccef;
}

.divider {
  margin: 0.5em;
  font-size: 0.8em;
}

#frames {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#payment {
  width: 100%;
}

.donation {
  font-size: 18px;
}

input[type="number"], input[type="text"], input[type="email"] {
  font-size: 18px;
  padding: 0.5em;
  border-radius: 5px;
  border: solid 1px #0a5390;
  width: 200px;
  text-align: center;
}

body {
  background-color: #cc4398;
  /*
    &.frame-2 {
        .main-banner {
            margin-top: -130px;
        }
    }
	*/
  /*
    &.frame-2 .main-banner, &.frame-3 .main-banner {
        background: center no-repeat url("/static/img/header-end-update.png");
        background-size: auto 400px;
        margin-top: -100px;
    }
	*/
}

body .content-container {
  background-color: #fff;
  max-width: 728px;
  border-radius: 20px;
  overflow: hidden;
  margin: 50px auto;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 800px) {
  body .content-container {
    margin: 0 auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

body.frame-2 .content-container, body.frame-3 .content-container, body.frame-4 .content-container {
  background-color: #0a5390;
}

body.frame-6 .main-banner, body.frame-4 .main-banner {
  background: center 180px no-repeat url("/static/img/logo.png");
  background-size: auto 180px;
}

@media screen and (max-width: 800px) {
  body {
    background-color: transparent !important;
  }
  .covid {
    display:none;   
  }
}

.covid {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: white;
  line-height: 2.8;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.thumb {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  margin: 5px;
  background-size: cover;
  background-position: center center;
}

.thumb img {
  pointer-events: none;
  width: 100%;
}

.thumb .frame {
  position: absolute;
  top: 0;
  left: 0;
}

.thumb.large {
  width: 250px;
  height: 250px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0a5390;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
/*# sourceMappingURL=main.css.map */