/* UTILITIES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }
   body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e0dedea8;
    
   }
   a {
    text-decoration: none;
   }
   li {
    list-style: none;
   }

   /* NAVBAR STYLING STARTS */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    /* position: fixed;
    width: 100%; */
    background-color: #33ACFF;
    color: #fff;
   }

   .donate {
       background-color: #200303a8;
       padding: 7px;
       border-radius: 3px;
   }

   .nav-links a {
    color: #fff;
   }
   /* LOGO */
   .logo {
    font-size: 32px;
   }
   /* NAVBAR MENU */
   .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
   }
   .menu li:hover {
    background-color: #7C9B7E;
    border-radius: 5px;
    transition: 0.3s ease;
   }
   .menu li {
    padding: 5px 14px;
   }
   /* DROPDOWN MENU */
   .services {
    position: relative; 
   }
   .dropdown {
    background-color: #7C9B7E;
    padding: 1em 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 8px;
    top: 35px;
   }
   .dropdown li + li {
    margin-top: 10px;
   }
   .dropdown li {
    padding: 0.5em 1em;
    width: 8em;
    text-align: center;
   }
   .dropdown li:hover {
    background-color: #4c9e9e;
   }
   .services:hover .dropdown {
    display: block;
   }
   

   /*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
   } 
   /*HAMBURGER MENU*/
   .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
   }
   /* APPLYING MEDIA QUERIES */
   @media (max-width: 768px) {
   .menu { 
    display:none;
    position: absolute;
    background-color:teal;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
   }
   .menu li:hover {
    display: inline-block;
    background-color:#4c9e9e;
    transition: 0.3s ease;
   }
   .menu li + li {
    margin-top: 12px;
   }
   input[type=checkbox]:checked ~ .menu{
    display: block;
   }
   .hamburger {
    display: block;
   }
   .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
   }
   .dropdown li:hover {
    background-color: #4c9e9e;
   }
   }

    /* NAVBAR STYLING ENDS */

    @media only screen and (max-width: 600px) {
        .contents {
            margin-left: 0px;
            margin-right: 0px;
            width: 80%;
            }
      }
      
      @media only screen and (max-width: 600px) {
        .mission {
            margin-left: 0px;
            margin-right: 0px;
             }
      }
      
      @media only screen and (max-width: 600px) {
        .contents img {
         opacity: 100;
         margin-top: 20px;
         float: right;
         margin-right: 25%;
         text-align: center;
         width: 50%; 
         height: 25%;
        }
      }

      .contents-container {
          width: 100%;
           margin-top: 20px;
        }

        .container-content {
            width: 60%;
            margin: auto;
             background-color: rgb(255, 255, 255);
         }

        .content-text h1{
            font-size: 50px;
    color: #33ACFF;
    text-align: center;
    margin-top: 50px;
        }     
        
        .content-text h2{
           margin-top: 20px;
           font-weight: normal;
            color: rgb(0, 0, 0);
            margin-left: 20px;
           font-family: 'Roboto', sans-serif;
       }        

      .container-content img{
          float: right;
       } 

       .container-content form {
        text-align: center;
     }

     .text-1 h1{
        font-size: 50px;
    color: #33ACFF;
    text-align: center;
    margin-top: 50px;
     }
     .text-1 h2{
         margin-left: 200px;
         margin-top: 20px;
         font-weight: normal;
        font-family: 'Roboto', sans-serif;
     }

     .couses{
        width: 100%;
        margin: auto;
         padding:auto;
        margin-top: 60px;
        margin-left: 200px;
     }

     .couses img{
        width: 150px;
        height: 150px;
     }

     .couses-text h1{
            font-size: 30px;
            margin-top: 020px;
            color: #c92424;
             font-weight: bold;
            font-family: 'Roboto', sans-serif;
     }

     .couses-text h2{
          font-weight: normal;
          font-family: 'Roboto', sans-serif; 
         font-size: 30px;;         
 }

 .Serve-container{
     float: left;
     width: 20%;
 }

 .work-container {
     float: right;
     width: 20%;
 }

 .image-1{
     width: 100%;
     text-align: center;
     margin-top: 20px;
     align-items: center;
 }
 .image-1 img{
    width: 80%;
    margin:auto;
  }

  .issues{
    width: 100%;
      margin-top: 20px;
     align-items: center;
  }

  .text-2{
    width: 80%;
    margin:auto;
  }

  .text-2 h1{
    font-size: 30px;
    margin-top: 20px;
     font-family: 'Roboto', sans-serif;
 }
 .text-2 h2{
      font-weight: normal;
    font-family: 'Roboto', sans-serif;
 }

 .background{
    width: 100%;
     margin-top: 20px;
    align-items: center;
 }
 .background-content{
    width: 80%;
    margin: auto;
    background-color: rgb(255, 255, 255);
 }

 .background-content img{
     margin:auto;
        width: 100%;
   }

  .content-text p{
    font-weight: normal;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
   font-family: 'Roboto', sans-serif; 
 }

 .content-text h1{
    font-size: 50px;
    color: #33ACFF;
    text-align: center;
    margin-top: 50px;
 }