/* 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;  
  }


  /* Events */

  picture{
    text-align: center;
  }
  
  .ourbelief{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  
  }
  
  .ourbelief h1{
    font-size: 50px;
    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: #fff;
    background-color: #000000;
    width: 50%;
  
  }
  
  .belief1{
    background-color: #000000;
    width: 50%;
    margin-top: 50px;
    color: #fff;
    border-radius: 10px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .ourbelief h2{
    margin-left: 50px;
    margin-right: 50px;
  }
  .events1 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fcc72e;
    text-align: center;
    font-weight: bold;
  }
  
  
  .events{
    align-items: center;
    padding: 10px;
  }
  
  .events-content{
    text-align: center;
    display: flex;
    padding: 10px;
    justify-content: center;
  }
  
  .film{
    margin-top: 50px;
    height: auto;
    float: left;
    text-align: center ;
    color: #fff;
    background-color: #808080;
    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: #fff;
    margin-left: 20px;
    float: right;
    background-color: #808080;
    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: #fff;
    margin-left: 20px;
    float: right;
    background-color: #808080;
    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;
  }
  
  