/* body{
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0;
} */
.navbar ul li{
    display: inline-block;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    
    font-size: 20px;
    font-weight: 5rem;
    color: black;
    border: solid 2px rgba(255, 255, 255, 0.84);
    border-radius: 20px;
    text-align: center;
    position: relative;
    
}
.navbar ul li:hover
{
    background-color: green;
    color: antiquewhite;
}

img{
    height:80px;
   border-radius: 100px;
   margin-left: 40px;
   
}
.navbar
{
   max-width: 80%;
}
.content
{
    background-image: url("image/img2.png");
    text-align: center;
    padding-left: 50px;
   
    background-repeat: no-repeat;
    background-size:100%;
    color: white;
    
    

}
.content h1{
    padding-top: 10%;
    padding-bottom: 30px;
    font-size: 60px;
    font-style: italic;
    
}
.content .donation a{
    font-size: 30px;
    border: solid 2px;
    border-radius: 50px;
    background-color: green;
    margin-right: 50px;
    text-decoration: none;
    color: aqua;
    padding-left: 10%;
    padding-right: 10%;
    font-style: oblique;
    
    
    
    font-weight: bold;
    
}
.content .donation
{
    padding-bottom: 50px;
}
.content .donation a:hover{
    font-size: 40px;
    background-color: black;
}
.content .para1{
    font-size: 30px;
    padding-bottom: 20px;
    color: black;
    padding-top: 10px;
    font-weight: bold;
    font-style: italic;
}
.content .para2{
    font-size: 30px;
    padding-top: 20px;
    color: black;
   
    font-style: var(#1d5885);
    font-weight:500;
}
.content h5{
    font-size: 30px;
    font-weight:bold;
padding-left: 50%;
padding-bottom: 7.8%;
color: #2889eb;
    
}
.content .navbar a h3 span{
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(119, 163, 31);
   text-decoration: none;
   font-weight: bold;
   
}
.content .navbar a
{
    text-decoration: none;
}
.content .navbar a h3
{
    color: black;
    font-style: oblique;
    font-weight: bolder;
}
.content .navbar ul li a{
    color: black;
    font-weight:bold;
    font-size: larger;
    text-decoration: none;
}
.mid
{
    text-align: center;
    padding-top: 10px;
    
  
}
.mid p{
    padding-left: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: large;
    width: 70%;
    text-align: center;
}

.contact{
    background-color: black;
    display: flex;
    
}
.contact .about
{
    
    display: inline-block;
    text-align: center;
    color: rgb(128, 97, 97);
    padding-top: 50px;
}
.about p{
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 0%;
}
.contact .contactme ul li a
{
    color: rgb(128, 97, 97);
}
.contact .contactme ul li
{
    list-style: none;
}
.contact .contactme
{
    
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}
.contact .contactme h3
{
    
    color: blueviolet;
    padding-left: 20px;
    
}
.contact h3{
  text-align: center;
  color: blueviolet;
}
.copyright
{
    background-color: black;
    text-align: center;
    padding-bottom: 10px;
}
.copyright p{
    
color: antiquewhite;}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-twitter {
    background: #2889eb;
    color: white;
  }
  .fa-instagram {
    background: #54626d;
    color: white;
  }
  .fa-linkedin {
    background: #1d5885;
    color: white;
    
  }
  .fa {
    padding:20px;
    padding-right:30px;
    padding-left: 20px;
    font-size: 30px;
     width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
  }
  .contact .contactme ul li a span{
    font-size: 20px;
    padding-left: 10px;
  }

  
  
  
  
