*{
  box-sizing: border-box;
}
  body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  max-width:fit-content;
  overflow-x: hidden;
  align-items: center;
  justify-content: center;
}

.header {
  background-color: #333;
  color: #fff;
  padding: 10%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 2px;
  font-weight: 100;
}

.header h1 {
  margin: 0;
}

/* Navigation Bar Styles */

.nav {
  padding: 5px;
  text-align: center;
  position: fixed;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
}

ul {
  list-style: none;
  margin: 1px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: large;
  width: fit-content;
}

li {
  margin-right: 100px;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
  width: fit-content;
}

.nav a {
  text-decoration: none;
  
}


/* Responsive Navigation Bar */

@media (max-width: 768px) {
  .navbar ul {
    flex-direction: column;
  }
  .navbar li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.img-container{
  height: 725px;

}

.content{
  background-image: linear-gradient(
    to bottom, /* direction */
    #7f99ee, /* color 1 */
    #d9d9f0, /* color 2 */
    #7e78f2 /* color 3 */
  );
  height: 950px;
  width: 1420px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.content h2{
  color: rgb(4, 4, 41);
  font-size: 30px;
}

.content p{
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.content h3{
  font-size: 20px;
}

.content h4{
  font-size: 20px;
}

.container{
  width: 1420px;
  height: 800px;
  margin: 20px;
  background-image: linear-gradient(
    to bottom, /* direction */
    #e5e8ef, /* color 1 */
    #e5e8f1, /* color 2 */
    #869af5 );
  padding: 35px;
  font-size: 20px;
  row-gap: 70px;
  column-gap: 70px;
  align-items: center;

}
.gall{
  border: 2px solid #300b80;
  width: 400px;
  padding: 10px;
  border-radius: 10%;
  justify-content: space-between;
  margin: 30px;
  background-image: linear-gradient(
    to bottom,
    #4b72cc, 
    #e5e8f1); 
  float: left;
  overflow: auto;
  row-gap: 70px;
  align-items: center;
  
}
.gall img{
  width: 100%;
  height: auto;
  align-items: center;
}
.desc{
  padding: 15px;
  text-align: center;
  align-items: center;
}

 .container h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.card{
  background-image: linear-gradient(
    to bottom, /* direction */
    #8baaf3, /* color 1 */
    #e5e8f1, /* color 2 */
    #4866ea );
    width: 1520px;
}

		.events h5{
      font-size: 30px;
  background-color:1px solid#9b94cf;
    border:#ffffff;
 }
 .min-window{
    height:550px;
    width: 100%px;
    background-color:1px solid#a095ee;
    overflow-y: auto;
    border: 1px solid #fff;
 }
 
 .events{
  background-color: #c6c0f2;
  padding: 35px;
 }

 .scroll{
  height: 800px;
 }

 .footer {
  background-color: #988ef2;
  color: #070622;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.footer .container {
  width: 1520px;
  align-items: center;
  justify-content: center;
  background-color: rgb(113, 98, 227);
}

.footer .row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .column {
  justify-content: center;
  align-items: center;
}

.footer h4 {
  font-weight: bold;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}

.footer li {
  margin-bottom: 10px;
  justify-content: center;
}

.footer a {
  color: #000000;
  text-decoration: none;
  justify-content: center;
}

.footer a:hover {
  color: #000000;
  justify-content: center;
}

.social-links {
  font-size: 24px;
  margin-top: 20px;
  justify-content: center;
}

.social-links li {
  display: inline-block;
  margin-right: 10px;
  justify-content: center;
}

.p {
  text-align: center;
  font-size: 14px;
}



  .fa-brands a:hover,
    .fa-brands a.active{
          color:lavender;
}
