  /*.page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #1a1a1a;
  background-color: #eee;
  height: 100vh;
}*/
.page-wrapper li {
  white-space: nowrap;
}
header {
  width: 100%;
  height: auto;
/*  margin-bottom: 1rem;*/
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  background: #fff;
  transition: all 0.4s ease-out;
  padding: 15px 0;
}

.nav-link {
  color: inherit;
  transition: all 0.4s;
  text-decoration: none;
}

.nav-brand {
  flex: 1 auto;
  padding: 0 16px;
  font-size: 1.5rem;
/*  line-height: 1.5;*/
  overflow: hidden;
/*  height: 50px;*/
  display: flex;
  align-items: center;
}
.nav-brand a {
  display: inline-block;
  text-decoration: none;
  color: #8dcde8;
}
.nav-brand img {
  width: 225px;
  max-width: 100%;
  height: auto;
/*  vertical-align: center;*/
}
.carousel-control-next, .carousel-control-prev {
  z-index: 0 !important; 
}

@media (min-width: 768px) {
  .nav-brand {
    flex: 0 1 auto;
  }

  .nav-toggle {
    display: none;
  }
}
.nav-collapse {
/*  flex: 1 1 auto;*/
  order: 0;
  height: 100%;
/*  overflow: hidden;*/
}

.nav-list {
  display: flex;
  padding: 0;
  list-style-type: none;
}
.nav-list__item {
  display: flex;
  align-items: center;
  padding: 0 24px;
  height: 50px;
}
.nav-list__item:first-child {
  margin: 0;
}

.submenu--trigger {
  position: relative;
  cursor: pointer;
}
.submenu--trigger:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.third-submenu--trigger {
  position: relative;
  cursor: pointer;
}
.third-submenu--trigger:hover .third-submenu {
  visibility: visible;
  opacity: 1;
}

.submenu--trigger i,
.third-submenu--trigger i {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.third-submenu--trigger i {
  transform: rotate(-45deg);
}

.submenu,
.third-submenu {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
/*  left: 0;*/
/*  background: #112768;*/
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
  transition: 0.2s ease-out;
  z-index: 1;
}
.submenu li,
.third-submenu li {
  border-top: 1px solid #112768;
}
.submenu li:hover,
.third-submenu li:hover {
  background: #26abe2;
}

.submenu {
  top: 50px;
}

.third-submenu {
  top: 0;
  left: 100%;
/*  right: 100%;*/
}

@media (max-width: 767px) {
  .nav-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0em;
    transition: max-height 0.4s;
  }
  .nav-list.showing {
    max-height: 32em;
    transition: max-height 0.4s;
  }
  .nav-list li {
    display: inline-block;
/*    background: #303238;*/
    width: 100%;
    height: auto;
/*    border-top: 1px solid #525252;*/
  }

  .nav-collapse {
    margin: 0;
    flex: 1 100%;
    order: 2;
  }

  .nav-list__item {
    padding: 0;
  }

  .nav-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px !important;
    opacity: 1;
  }

  .submenu {
    top: 0;
    height: 0px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    transition: 0.4s ease;
  }
  .submenu li {
    background: #fff;
    display: block;
    padding-left: 20px;
  }

  .submenu--trigger.active .submenu {
    height: auto;
  }

  .third-submenu {
    height: 0px;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: -20px;
  }
  .third-submenu li {
    background: #fff;
    padding-left: 40px;
  }

  .third-submenu--trigger.active .third-submenu {
    height: auto;
  }

  .submenu,
.third-submenu {
    box-shadow: none;
  }

  .submenu--trigger i,
.third-submenu--trigger i {
    right: 15px;
  }
}

.nav-link {
  font-weight: bold !important;
}

.donate{
  font-family: raleway, Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25.6px;
  letter-spacing: 1.5px;
  fill: #fff;
  color: #fff;
  background-color: transparent;
   background-image: radial-gradient(at bottom center, #195eab 0, #195eab 100%) !important; 
  border-radius: 10px 10px 10px 10px;
/*  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .5);*/
  padding: 8px 10px !important;

}

/*new carousel---------------------------------------------------------*/
.title b{
  color: #66a308;
  font-size: 40px;
}
.girl-title{
  text-align: justify;
  padding-left: 32%;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(0) !important;
}
.carousel-dark .carousel-caption {
    color: #000;
}
.carousel-caption {
/*    top: 35%;*/
    bottom: 7.25em !important;
}
.carousel-caption h1, .carousel-caption h2, .author{
  position: relative;
    /* font-family: "Fjalla One", sans-serif; */
    font-size: 1.8rem;
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    padding-top: 10px;
    color: #ffffff;
    text-shadow: 2px 2px 6px #000;
}
.author{
    background: #195eab;
    padding: 10px 15px;
    top: 10px;
    left: 31%;
}
.carousel-caption .divider{
  display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 2px;
    width: 60%;
    background-color: #ffffff;
    -webkit-animation: divider-mask 1s 0.3s both;
    animation: divider-mask 1s 0.3s both;
}
@keyframes divider-mask{
  0%, 100% {
    transform: scaleX(0);
}
40%, 100% {
    transform: scaleX(1);
}
}
.carousel-item img{
  height: 600px;
  object-fit: cover;
}
.title {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  opacity: 1;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 550px) {
.title, .author {
    font-size: 1.2rem !important;
}
.author{
    left: 0%;
}
.girl-title {
    padding-left: 3em;
}
}

@media screen and (max-width: 768px) {
 .title {
    font-size: 2.2rem;
}
.girl-title {
    text-align: left !important;
    padding-left: 0 !important;
}
.title b {
    font-size: 24px !important;
}
.carousel-caption .divider {
    width: 100% !important;
}
}

@media screen and (min-width: 995px) {
 
}

@media screen and (min-width: 1200px) {
  
}