/* Navbar container */
.navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fcc72e;
    font-family: Arial;
  }
  body{
    background-color: transparent;
  }
  
  /* 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;
  }

  @media only screen and (max-width: 600px) {
    .valunteer1 {
       margin-right: 0px;
       margin-left: 0px;
     }
  }
  @media only screen and (max-width: 600px) {
    .valunteer1 h2{
      font-size: 15px;
      margin-right: 20px;
      margin-left: 20px;
     }
  }
  
  @media only screen and (max-width: 600px) {
    .volunteer1 h1{
      font-size: 20px;
      color: black;
       
     }
  }
  /* 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;  
  }

.volunteer h1{
    font-weight: bold;
    font-size: 40px;
    color: #fcc72e;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}  

.line{
  width: 100%;
  height: 15px;
  color: rgb(255, 255, 255);
}

.valunteer1 h1{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fcc72e;
  font-size: 45px;
}

.valunteer1 p{
  text-align: center;
  margin-left: 80px;
  font-size: 30px;
  margin-right: 80px;
}

/* youth programms */

.contents{
    text-align: center;
    margin-right: 80px;
    margin-left: 80px;
    background-color: white;
  }
  
  .contents img{
    float: left;
  }
  .mission{
    height: 400px;
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
  }
  .mission-text h1{
    font-weight: bold;
    text-align: center;
    color: #fcc72e;
    
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  
  .mission-text h2{
    font-weight: normal;
    margin-left: 80px;
  }


/* vision content */
.vision-content{
  text-align: center;
  margin-right: 80px;
  margin-left: 80px;
  background-color: white;
}

.vision-content img{
  float: right;
}
.vision{
  height: 400px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
}
.vision-text h1{
  font-weight: bold;
  text-align: center;
  color: #fcc72e;
  
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.vision-text h2{
  font-weight: normal;
  margin-left: 80px;
}

/* Youth an teens programs */

.mission-container h1{
  font-weight: bold;
  text-align: center;
  color: #fcc72e;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.mission-container p{
font-weight: normal;
color: black;
margin-left: 80px;
margin-right: 80px;
font-size: 25px;
text-transform: none;
}

.valunteer1{
  text-align: center;
  margin-left: 80px;
margin-right: 80px;
}
.contents{
  text-align: center;
  margin-right: 80px;
  margin-left: 80px;
  background-color: white;
}

.contents img{
  float: left;
}
.mission{
  height: 400px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
}
.mission-text h1{
  font-weight: bold;
  text-align: center;
  color: #fcc72e;
  
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.mission-text h2{
  font-weight: normal;
  margin-left: 80px;
}


/* vision content */
.vision-content{
text-align: center;
margin-right: 80px;
margin-left: 80px;
background-color: white;
}

.vision-content img{
float: right;
}
.vision{
height: 400px;
margin-top: 20px;
background-color: rgb(255, 255, 255);
}
.vision-text h1{
font-weight: bold;
text-align: center;
color: #fcc72e;

font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.vision-text h2{
font-weight: normal;
margin-left: 80px;
}