/* 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;  
    }
  

  .life h1{
    font-weight: bold;
    text-align: center;
    color: #fcc72e;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

  .life h2{
      font-weight: normal;
      font-size: 25px;
      margin-left: 80px;
      margin-right: 80px;
  }


.events h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  color: #fcc72e;
  text-align: center;
  font-weight: bold;
}
.events h2{
  color: #ffffff;
}


.events{
  display: flex;
  padding: 10px;
  width: 100%;
  flex-direction: row;
}

.events-content{
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  flex-direction: row;
}

.film{
  margin-top: 50px;
  height: auto;
  float: left;
  text-align: center ;
  color: rgb(0, 0, 0);
  background-color: #000000;
  width: auto;

}

.film h1{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
}

.film h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.film a{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  border-radius: 10px;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fcc72e;
  font-size: 20px;
}

/* youth */

.youth{
  margin-top: 50px;
  height: auto;
  color: #fff;
  margin-left: 20px;
  float: right;
  background-color: #000000;
  width: auto;

}

.youth h1{
  font-weight: bold;
  color: #fcc72e;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
}

.youth h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.youth a{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  border-radius: 10px;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fcc72e;
  font-size: 20px;
}


/* youngster center day */
.youngster-day{
  margin-top: 50px;
  height: auto;
  color: rgb(0, 0, 0);
  margin-left: 20px;
  float: right;
  background-color: #000000;
  width: auto;

}

.youngster-day h1{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 25px;
}

.youngster-day h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}

.youngster-day a{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: red;
  border-radius: 10px;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fcc72e;
  font-size: 20px;
}


/* donate conatainer */

.donate-container{
  margin-top: 50px;
}

.donate-content{
  background-color: #207a7a;
  height: auto;
  width: 90%;
  margin-left: 90px;
  border: 50px solid white;
  display: flex;
  flex-direction: row;
}

.donate-info{
  background-color: #207a7a;
  display: flex;
  text-align: center;
}

.donate-content img{
  float: left;
}

.donate-content h1{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fcc72e;
}

.donate-button form{
  margin-left: 90px;
}

.donate-info p{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.donate-button{
  float: right;
}

form { 
  margin-left: 90px;
}


 /* 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: #ffffff;
    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 */

  /*  Youth and teens */

  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;
    }
    
   }