/* Navbar container */
.navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fcc72e;
    font-family: Arial;
  }
  body{
    background-color: #e0dedea8;
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    /* color: rgb(0, 0, 0); */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }  

  /* Logo */

  .logo img {
    width: 30px;  
  }

  .support h1{
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #fcc72e;
      font-size: 45px;
  }

  .support h2{
      text-align: center;
      font-weight: normal;
      font-size: 30px;
  }

/* Values */
.values{
    margin-left: 80px;
}
.values-item h1{
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #fcc72e;
      font-size: 45px;
}
.values-text h2{
    font-size: 25px;
}

/* Culture */
.culture{
    margin-left: 80px;
    margin-right: 80px;
}

.culture h1{
    font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #fcc72e;
      font-size: 45px;
}

.culture-text h2{
    font-weight: normal;
    font-size: 25px;
}
.text1 h3{
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 30px;
}

/* volunteer */
.valunteer h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fcc72e;
    font-size: 45px;
}

.valunteer h2{
    text-align: center;
     margin-left: 80px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-right: 80px;
}

  @media only screen and (max-width: 600px) {
    .valunteer h2{
      font-size: 15px;
      margin-left: 50px;
      margin-right: 50px;
    }
  }

  @media only screen and (max-width: 600px) {
    .support h2{
      font-size: 20px;
      margin-left: 10px;
       margin-right: 50px;
    }
  }

  @media only screen and (max-width: 600px) {
    .values, .culture{
      margin-left: 10px;
       margin-right: 10px;
    }
  }

  @media only screen and (max-width: 600px) {
    .text1 h2 {
      font-size: 15px;
      margin-left: 0px;
      margin-right: 50px;
    }
  }

  @media only screen and (max-width: 600px) {
    .values-text h3, h2{
      font-size: 15px;
       margin-left: 0px;
      margin-right: 50px;
    }
  }

.ways-donate h1{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fcc72e;
    font-size: 45px;
}

/* ways you can donate */

.w3-card p{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .w3-third h3{
    color: #000000;
    font-size: 35px;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase
}

.w3-third{
    width: 85%;
}

/* footer */

/* footer */
footer{
    background-color: #fcc72e;
    height: 300px;
    width: 100%;    
  }
  
  .connect{
    margin-right: 50px;
  }
  
  .connect h1{
    text-decoration: none;
  }
  
  .goals{
    margin-right: 90px;
  }

  .footer-container h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #fcc72e;
    font-weight: bold;
  }
  
  
  .footer-container h2{
    font-family: Arial, Helvetica, sans-serif;
    justify-content: flex-start;
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
  }
  .contactus{
    float: left;
    margin-left: 80px;
  }


  /* Footer */

  
 footer{
  bottom: 0;
 }
 .footer-distributed{
  background-color: #fcc72e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  
  padding: 55px 50px;
  margin-top: 80px;
 }
  
 .footer-distributed .footer-left,
 .footer-distributed .footer-center,
 .footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
 }
  
 .footer-distributed .footer-left{
  width: 40%;
 }
  
 .footer-distributed h3{
  color:  #000000;
  font: normal 36px 'Cookie',;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  /* font-weight: bold; */
 }
  
 .footer-distributed h3 span{
  color:  #000000;
  font-family: Arial, Helvetica, sans-serif;
  /* font-weight: bold; */
 }
  
  
 .footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
 }
                                          
 .footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
 }
  
 .footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
 }
  
  
 .footer-distributed .footer-center{
  width: 35%;
 }
  
 .footer-distributed .footer-center i{
  background-color:  #f1f1f1;
  color: #000000;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
 }
  
 .footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
 }
  
 .footer-distributed .footer-center p{
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  margin:0;
 }
  
 .footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
 }
  
 .footer-distributed .footer-center p a{
  color:  #000000;
  text-decoration: none;;
 }
  
 .footer-distributed .footer-right{
  width: 20%;
 }
  
 .footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #000000;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
 }
  
 .footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
 }
  
 .footer-distributed .footer-icons{
  margin-top: 25px;
 }
  
 .footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;
  
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  
  margin-right: 3px;
  margin-bottom: 5px;
 }
  
  
 @media (max-width: 880px) {
  
  .footer-distributed{
  font: bold 14px sans-serif;
  
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  }
  
  .footer-distributed .footer-center i{
  margin-left: 0;
  }
  .main {
  line-height: normal;
  font-size: auto;
  }
  
 }