/* body */
body {
    margin: 0;
    padding: 0;
    display: block;
    background-image:linear-gradient(to bottom, #c5d2df, white);

}

/* This is for nav bar */
nav {
    background-color: white;
    display: flex;
    height: 2.5rem;
    padding: 1em;
    justify-content: space-between;
    margin-top: 1.5em;
    padding: 1em;
    align-items: center;
    
  }
  
  /* This is for nav-bar buttons only */
  nav {
    background-color: white;
    display: flex;
    height: 2.5rem;
    padding: 1em;
    justify-content: space-between;
    margin-top: 1.5em;
    padding: 1em;
    align-items: center;
    
  }
  
  /* This is for nav-bar buttons only */
  .nav-btn {
    text-decoration: none;
    color: black;
    padding: 0.5em;
    
  
    
  }
  
  
  /* Navbar Logo */
  
  #vip {
    width: 3em;
    height: 3em;
    margin-left: 3.5em;
  }
  
  
  /* This is for left side buttons */
  
  .left {
    margin-left: 2em;
  
  }
  .left a {
    font-weight: bold;
    padding-right:1.3em ;
    padding-left: 1.3em;
  }
  .left a:hover{
    border: 1px solid black;
    border-radius: 1em;
    background-color: #333;
    color: white;
  }
  
  /* This is for right side buttons */
  .right {
    margin-left: 33em;
    margin-right: 8rem;
  }
  .right a {
    border: 1px solid black;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: #333;
    color: white;
    margin-right: 1.5em;
  }
  .right a:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: bold;
  }

/* body section */

.calendar-embed {
    text-align: center;                                       /* embed calendar */
    cursor: pointer;
}
#calendar {
    text-align: center;
}


/* main heading  */

.heading {
    text-align: center;
    text-shadow:4px 3px 1px rgb(187, 232, 255);
    color:black;
    font-size: 4em;
}
.heading:hover{
    text-shadow: 20px 10px 2px rgb(160, 189, 204);
  
    
    font-size: 4.05em;
}


/* for upcoming and past events */


#events,#calendar,#events_past {
    margin-bottom: 30px;
    padding: 20px;
    cursor: pointer;
}

.event-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
    gap: 20px;
}

.event {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.event h3 {
    color: rgb(111, 111, 111) ;
}

.event p {
    line-height: 1.6;
}

h1 {
    color:black;
}
#events_past h1 {
    color: rgb(13, 64, 81);
}







/* Footer */

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-around;
  }
  
  /* Logo footer */
  .logo-nav{
    display: flex;
    height: 20em;
    width: 20em;
  }
  
  .fot-sec{
    margin-top: 5em;
  }
  
  .foot-h2{
    margin-top: 4em;
    margin-left: -2em;
  }
  
  /* This is for links */
  
  .astyle{
    color: aliceblue;
    text-decoration: none;
    padding-top: 1.15em;
  }
  
  /* This is for icons */
  
  .fa-solid{
    color: aliceblue;
    padding-top: 1.15em;
    padding-right: 0.5em
  }
  
  .fa-brands{
    color: aliceblue;
    padding-top: 1.15em;
    padding-right: 0.5em;
  }
  
  .fot-btn {
    text-decoration: none;
    color: black;
    padding: 0.5em;
    margin:1em;
    color: aliceblue;
  }
  
  .column1{
    margin-top: 2em;
  }
  .fot-btn:hover{
    text-decoration: underline;
    color: lightblue;
  }

  .copyright {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: -7em;
  }
 
 /* footer ends here */