/* Navbar container */
.navbar {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #fcc72e;
  font-family: Arial;
}
body{
  background-color: #e0dedea8;
}

/* .navbar:hover {
  background: #000000;
} */

/* 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: rgb(0, 0, 0);
}

/* 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: rgb(0, 0, 0);
  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 img {
  width: 30px;  
}

/* Slideshow */

video{
  margin-top: 20px;
  width: 100%;
  height: 500px;   
 }

picture{
  text-align: center;
}

.ourbelief{
   display:  flex;
}



@media screen and  (max-width: 600px) {
  .ourbelief{
    width: 10%;
   }
}
  

@media screen and  (max-width: 600px) {
  .belief{
    margin-left: 0px;
   }
}
  

@media screen and  (max-width: 600px) {
  .belief, .belief1 h1{
    font-size: 25px;
   }
}

@media screen and  (max-width: 600px) {
  .belief, .belief1 h2{
     font-size: 15px;
    margin-right: 0px;
   }
}


.ourbelief h1{
  color: #fcc72e;
  font-weight: bold;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.belief{
  margin-top: 50px;
  height: auto;
  border-radius: 10px;
  margin-left: 5%;
  color: rgb(0, 0, 0);
  background-color: #ffffff;

}
 
.belief1{
  background-color: #ffffff;
  margin-top: 50px;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 80px;
}
.ourbelief h2{
  font-size: 25px;
  margin-left: 50px;
  margin-right: 50px;
}
.events1 h1{
  font-family: Arial, Helvetica, sans-serif;
  color: #fcc72e;
  text-align: center;
  font-weight: bold;
}


.events{
  align-items: center;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .donate-content img {
   opacity: 100;
   margin-top: 20px;
   float: right;
   margin-right: 25%;
   text-align: center;
   width: 0%;
   height: 0%;
  }
}

@media only screen and (max-width: 600px) {
  .donate-content  {
    border: none;
   margin-left: 0px;
   margin-right: 0px;
   background-color: teal;
  }
}
 
@media only screen and (max-width: 600px) {
  .donate-info h2{
      font-size: 15px; 
       margin-right: 25%;
     }
}
 
@media only screen and (max-width: 600px) {
  .filenumber {
    text-align: center;
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
      }
}

@media only screen and (max-width: 600px) {
  .filenumber h1{
      font-size: 20px; 
      color: #fcc72e;
      }
}

@media only screen and (max-width: 600px) {
  .events-content {
      width: 12%;
      }
}


@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%;
  }
}



.mission form{
  text-align: center;
 }

@media only screen and (max-width: 600px) {
  .mission-text h2{
     margin-right: 50%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .form{
    text-align: center;
      margin-top: 20px;
      margin-left: 0px;
   }
}


.contents{
  margin-top: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 80px;
  margin-right: 80px;
}
.contents img{
  float: right;
  border-radius: right 10px;
  width: 50%;
}

.mission-text h1{
  font-family: Arial, Helvetica, sans-serif;
  color: #fcc72e;
  text-align: center;
  font-weight: bold;
}
.mission-text h2{
   margin-left: 50px;
  margin-right: 50px;
  color:rgb(0, 0, 0);
  font-weight: normal;
}

.events-content{
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
}

.film{
  margin-top: 50px;
  height: auto;
  float: left;
  text-align: center ;
  color: rgb(0, 0, 0);
  background-color: #ffffff;
  width: auto;

}

.film h1{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}

.film h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
}

.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: rgb(0, 0, 0);
  margin-left: 20px;
  float: right;
  background-color: #ffffff;
  width: auto;

}

.youth h1{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}

.youth h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
}

.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: #ffffff;
  width: auto;

}

.youngster-day h1{
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 20px;
}

.youngster-day h2{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
}

.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;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.donate-content{
  height: auto;
  margin-left: 90px;
  margin-right: 80px;
  border: 50px solid white;
  display: flex;
  flex-direction: row;
}

.donate-info h2{
  color: black;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 25px;
}

.donate-info{
  background-color: #0078FF;
  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;
}

/* file number */
.filenumber{
  background-color: #ffffff;
  margin-left: 80px;
  margin-right: 80px;
}

.filenumber h1{
  text-align: center;
  font-weight: bold;
  color: #fcc72e;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;

}

.filenumber h2{  
  font-weight: normal;
  margin-left: 80px;
  color: #000000;
  margin-right: 80px;
  font-size: 25px;
}

.main {
  max-height: 550px;;
  background-color: #292c2f;
  color: white;
  font-size: 38pt;
  text-align: center;
  line-height: 550px;
 }









 

 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;
  }
  
 }

 