body {
  font-family: Oswald, helvetica, sans-serif !important;
	font-size:16px;
	line-height:1.42857143;
  padding-top:0;
}
hr {
  margin:0;
}
header h6 i {
    float: left;
    font-size: 24px;
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
    margin-right: 10px;
    margin-top: 5px;
}
header h6 span {
    overflow: hidden;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
}
.bd-placeholder-img {
  background: linear-gradient(to right, #5d2d88, #ea4c11);
}
#default2.fixed-top {
   position:fixed;
   top:0; left:0;
   width:100%;
   background-color: #222;
}
#logo-small img{
  max-height:40px;
}
#logo-small
{
  display:none;
}
img.logo {
  max-width:100%;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-gray-100);
  font-family: Oswald, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  margin-bottom: 0px;
}
.normal-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-gray-100);
  font-family: Oswald, helvetica, sans-serif;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--c-gray-100);
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: .5rem;
  padding-bottom: 3rem;
  color: black;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2.4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.yo-right {
  text-align: right !important;
  right: 5%;
}
/* Declare heights because of positioning of img element */
/* height: 32rem; */
.carousel-item {
  height: 30rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 30rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: .5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 600;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.zhapo {
  float: left;
  font-size: 24px;
  margin: 0;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1.5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette{
  margin: 2rem;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette-news-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.zhapo-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.donate-card-body {
    color: black;
    font-family: Oswald, helvetica,sans-serif;
    font-weight: 800;
    border-radius: 2rem !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #fff;
}
.donate-card-h5 {
    color: black;
    font-size: 1rem;
    font-family: Oswald, helvetica,sans-serif;
    font-weight: 800;
    margin-bottom: 1.2rem;
}
.hot-donate {
  font-size: 18px;
  font-weight: 600
}
.payment_secure_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: unset;
    margin-top: 1.5rem;
}
.featurette-image{
  height: 100%;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .zhapo-heading {
    text-align:center;
    width: 100%;
    margin-top:1.7rem;
    margin-bottom: 1.7rem;
    font-size: 50px;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .featurette-news-heading {
    font-size: -webkit-xxx-large;
  }
  .impose-head{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .de-flex {
    display: flex !important;
    flex-direction: column;
  }
  .donate-card1{
    width: auto;
  }
  .campaign-card1 {
    width: auto;
    height: auto;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .featurette-news-heading {
    margin-bottom: 7rem;
  }
  .zhapo-heading {
    text-align:center;
    width: 100%;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }
  .impose-head{
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .de-flex {
    display: flex !important;
    flex-direction: row;
  }
  .donate-card1{
    width: 30.50rem;
  }
  .campaign-card1 {
    width: 60%;
    height: 100%;
  }
}
