body{
  color:#6384b3;
}
.header-home .header-home__img2 {

    width: 100%;
}

.notice{
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  margin-top: 20px;
}
.link.link--gray.link--gray-active {
    color: #02295f;
    position: relative
  }

.lower-top{
  margin-bottom:-150px;
}
.lower-bottom{
  margin-top:-200px;
}
.menu.menu--active {
    height: 95px;
    padding-top: 24px;
    background: linear-gradient(0deg,#eaf9ff,#6fa5d3);
}

.background--cloud {
    background-position-y: top;
    background-repeat-y: no-repeat;
    background-repeat: repeat-x;
    background-size: contain;
    background-image: url(../img/sunny_Front.bmp);
}

.about-app .about-app__img img{
box-shadow:none;
}
.about-app {
    padding-top: 150px;

}
.lg-backdrop {
    background-color: rgba(195, 249, 249, 1);
}
.lg-outer .lg-icon {
    background-color: #29b9b9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #198a8a;
    padding: 13px;
    transition: .3s;
}

.lg-toolbar .lg-icon {
    color: #fff;
  }

  .post .post__gallery-img-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
      background-color: rgba(195, 249, 249, 1);
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
}
.post{
  margin-top:20px;
}

.post .post__gallery-img-hover, .lg-outer .lg-sub-html {

    color: #237987;
  }


  @media (max-width: 760px){

  .about-app {
      text-align: center;
      margin-top: 0px;
      padding-top:0px;
  }
  .donations{
    font-size:3vw;
    padding-left:0;
  }
}
