.navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: Arial;
  }
  /* body{
    background-color: #e0dedea8;
  } */
  body{
    background-color: #ffffffa8;
  }
  
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: rgb(0, 0, 0);
    /* 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: gold;
  }
  
  /* 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;
  }  

  /* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

.booking h1{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000a8;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.social-media{
    text-align: center;
}

.social-media img{
    width: 50px;
}

.contents{
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10px;
    background-color: #d3d3d300;
    height: auto;
    }
  .contents img{
    float: left;
    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 p{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 25px;
    margin-left: 80px;
    }
  .mission-text a{
    text-decoration: none;
    background-color: #3b3b3b;
    border-radius: 10px;
    font-size: 25px;
    border: 10px solid #3b3b3b;
  }
  
  .donate h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
  }
  
  .donate img{
    width: 100px;
    margin-left: 46%;
    text-align: center;
  }
  .donate{
    width: 100%;
    background-color: #cf6d6d00;
  }

  .perfom a{
    text-decoration: none;    
    color: #d81313;
  }


  @media only screen and (max-width: 600px) {
    .contents img  {             
    width: 100%;
    
     }    
  }

  @media only screen and (max-width: 600px) {
    .contents p  {             
    width: 100%;
    margin-left: 0px;
         
     }    
  }