body {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-Black', sans-serif;
}

/* navigation bar */
.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

.nav-item {
  padding: 0 5px;
  margin: 0.5rem;
}

.nav-link {
  font-size: 1.2rem;
  font-family: 'Montserrat-light', sans-serif;
}

#signup {
  background-color: white;
  color: #70ADB5;
  font-weight: bold;
}

#donate {
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
}

nav {
  margin-bottom: 0px;
}

/* Title Section */
#title {
  position: relative;
}

.container1 {
  width: 100%;
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  color:#ff5877;
  position: absolute;
  top: 75%;
  transform: translate(0%, -50%);
  padding-left: 30px;
  width: 40%;
  text-align: left;
}

.big-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 900;
}

.btn {
  margin-top: 2%;
}

.main-img {
  width: 100%;
  height: 100%;
}

/* Features */
#features {
  padding: 6% 5%;
  background-color: #fff;
  position: relative;
}

.feature-box {
  padding: 80px 0;
}

.feat {
  font-size: 1.25rem;
}

.fa-p {
  color: #8f8f8f;
  width: 80%;
  font-size: 0.9rem;
  margin: auto;
}

.fa-img {
  color: #132743;
  margin-bottom: 1rem;
}

.fa-img:hover {
  color: #70adb5;
}

/* Vision and Mission*/
#vision {
  background-color: #70adb5;
  color: #fff;
  padding: 6% 0%;
}

.vision-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  margin-bottom: 30px;
}

/* About us */
#AboutArea {
  padding: 5% 15%;
  background-color: #fff;
  position: relative;
}

.about_img {
  height: 80%;
  width: 80%;
  margin-left: 10%;
}

.about_heading {
  font-family: 'Montserrat', sans-serif;
  color: #00334e;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5%;
}

.about_content {
  text-align: left;
}

/* World Map */
#wmap {
  background-color: #70adb5;
  color: #fff;
  padding:3%;
}

/* Count */
#count {
  background-color: #fff;
  padding: 10% 4%;
}

.count-text {
  color: #132743;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}

.count-desc {
  font-size: 1rem;
  font-weight: 700;
}

/* Testimonials */
#testimonials {
  background-color: #70adb5;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.5;
}

.testimonial-img {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

/* Footer */
#footer {
  text-align: center;
  padding: 7% 15% 3%;
  background-color: #fff;
}

.foot {
  margin: 1%;
}

.p-foot {
  color: grey;
}

i {
  color: #212529
}

/*Arrow*/
#up-arrow {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  color: #70adb5;
}

.dark-arrow {
  color: white;
}
.navbar-dark .navbar-toggler-icon {
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
}