body {
  padding-top: 5px 0 0 0;
  width: auto;
}

h1 {
  text-align: center;
  padding-bottom: 10px;

}

h2 {
  font-family: "Montserrat-Bold";
  padding-bottom: 10px;
}

hr {
  width: 30%;
  border: 1px solid;
  border-radius: 2px;
  width: 20%;
  font-weight: bolder;
}

p {
  color: #8f8f8f;
  text-align: left;
}
.container-fluid{
  background-color: #0779e4;
}

/* Navbar */
.navbar {
  /* position: fixed; */
  width: auto;
  float: none;
}

.navbar-nav {
  margin-left: 500px;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.carousel .item>img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.pic-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* About us */
.third-container {
  padding: 80px 100px 100px 100px;
}

.about-us {
  text-align: center;
  margin: 25px 50px 20px 50px;
}

.quote{
  padding: 50px 200px 50px 200px;
  background-color: #eeeeee;
  border-style: double;
}

.cite{
  padding-left: 200px;
}

.fourth-container {
  background-color: #3282b8;
  padding: 20px 50px 20px 50px;
}

.donate {
  text-align: center;
  margin: 100px 100px;
  background-color: #99d8d0;
}

.contact-details{
  /* display: inline-block; */
  /* padding: 50px 100px 30px 100px; */
}

.left-side{
  padding-left: 200px;
}

.right-side{
  padding-right: 200px;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.info{
  font-weight: bolder;
}

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

.social-icon{
  padding-left: 20px;
  padding-right: 20px;
}

.copyright{
  text-align: center;
}
