/* header styles */
header {
    background-image: url('https://aieme.com/wp-content/uploads/2023/03/Compressedbackground.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    display: flex;
    align-items: center;
  }
  
  .navbar-brand img {
    margin-right: 10px;
  }
  
  .navbar-nav .nav-link {
    color: #fff !important;
    margin-left: 10px;
  }

  #announcement-container {
    position: relative;
    text-align: center;
    margin-bottom: 30px; /* add some spacing between the announcement and the calendar */
  }
  
  .announcement {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .navbar-brand img {
    max-width: 250px;
    height: auto;
  }


  
  .logo {
    width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 80px;
    }
  }
  
  .logo {
    width: 150px;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .logo {
      width: 100px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 80px;
    }
  }

 
  
  .custom-modal-dialog {
    max-width: 600px; /* Adjust this value to set the desired width of the modal */
    margin: 30px auto; /* Centers the modal vertically and horizontally */
  }
  
  .navbar {
    background-color: #333 !important; /* Replace #333 with your desired dark grey color */
    width: 100%;
    position: relative;
  }
  
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    max-width: 100%;
    height: auto;
    margin-right: auto;
  }
  
  .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
  }
  
  .navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  body {
    margin: 0;
    padding: 0;
  }
  