html {
  background-color: whitesmoke;
  font-size: medium;
}

h1 {
  font-size: xx-large;
  text-align: center;
  margin: 0;
  padding: 20px 20px;
  color: #612472;
  font-family: 'Cinzel Decorative';
}

h2 {
  font-family: "Jost";
  color: #612472;
}

h3 {
  font-family: "Jost";
  color: black;
}

ul {
  color: #612472;
  background: #eedff3;
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  font-family: "Lora";
}



p {
  font-family: "Lora";
  width: 100%;
  padding: 5px 0;
  text-align: justify;
  
}



a {
  z-index: 0;
  color: #612472;
}

li {
  margin-left: 11px;
}

body {
  width: 60%;
  margin: auto auto;
  padding: 20px 20px 20px 20px;
}

.container {
  display: flex;
}


.navbar-header {
  padding: 10%;
  text-align: center;
}


.nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  font-family: 'Jost';
}

.nav-links a {
  text-decoration: none;
  color: #612472;
  padding: 15px;
  transition: 0.3s;
  margin-left: 0;
  border-radius: 5px;
}

.nav-links a:hover {
  background-color: #c88dc8;
  /* width: 10%; */
}

.nav-links a.active {
  font-weight: bolder;
  /* background-color: white; */
  /* color: white; Adjust text color for better visibility */
  /* border: 1px solid white; */
}

.nav-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 50%; /* Adjust the value as needed */
  width:200%;
}

/* .nav-item a:hover {
  background-color: #c88dc8;
} */

.content {
  /* flex-grow: 1; */
  width: 60%;
  padding: 10px;
  margin-left: 20%;
  margin-right: 10%;
}


@media screen and (min-width: 550px) {
  .menu-btn {
    display: none;
  }

  .navbar {
    width: 20%;
    font-size: large;
    color: #612472;
    display: flex;
    left: 10%;
    flex-direction: column;
    align-items: flex-start; /* Adjust alignment */
    justify-content: center;
    position: fixed;
    height: 100%;
  }

  .nav-links a {
    width: 50%;
      padding: 15px 0px 15px 0px;
      text-align: center; /* Adjust text alignment */
      background-color: whitesmoke;
  }

  .aside {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 20%;
    /* padding: 20px; */
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    /* padding: 10px; */
    position: relative; /*Ensure relative positioning */
    left: -30px; /* Adjust this value as needed */
  }

  .sidenote {
    display: block;
    float: right;
    width: 50%;
    padding: 3px;
    margin: 2px;
    margin-right: -70%;
    font-family: "Lora";
    font-size: small;
    color: #612472;
    /* width: 10%; */
    border-left: 1px solid #612472;
    padding-left: 5px;
    /* padding-right: 20px; */
    background-color: #eedff3;
    text-align: left;
  }

  .submenu {
    float: right;
    /* display: none; */
    position: relative;
    /* background-color: #fff; Set the background color as needed */
    /* border: 1px solid #ccc; Set the border properties as needed */
    width: 100%;
    padding: 10px; /* Set the padding as needed */
    /* left: 80%; */
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); Optional: Add box shadow for a subtle effect */
    z-index: 1; /* Ensure the submenu appears above other elements */
    /* text-decoration: underline; */
  }

  .submenu a {
    display: block;
    padding: 10px;
    /* text-decoration: none; */
    color: #333; /* Set the text color as needed */
    transition: background-color 0.3s; /* Add a smooth transition effect for background color */
    z-index: 1;
  }
  

  .submenu a:hover {
    /* text-decoration: underline; */
    background-color: #c88dc8;
  }
}

@media screen and (max-width: 550px) {
  .navbar {
    width: 20%;
    font-size: large;
    color: #612472;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    position:fixed;
  }

  .content {
    flex-grow: 1; 
    margin-left: 5%;
    margin-right: 5%;
  }

  .aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 5%;
    text-align: left;
    /* align-items: flex-start; */
    left: -30px;
    /* padding: 10px; */
    /* border-left: 1px solid black; */
  } 

  .nav-links {
      display: none;
      padding: 30px 0px;
      /* background-color: whitesmoke; */
  }

  .nav-links a {
    width: 300%;
      padding: 15px 0px 15px 0px;
      text-align: center; 
      background-color: whitesmoke;
  }

  .navbar.active .nav-links {
      display: flex;
      flex-direction: column;
  }

  .menu-btn {
    display: display;
    font-size: xx-large;
    background: none;
    border: none;
    color: #612472;
    cursor: pointer;
    position: fixed;
    margin-left: -50px;
  }

  .sidenote {
    display: block;
    float: right;
    width: 40%;
    padding: 3px;
    margin: 2px;
    margin-right: -40%;
    font-family: "Lora";
    font-size: small;
    color: #612472;
    /* width: 10%; */
    border-left: 1px solid #612472;
    padding-left: 5px;
    /* padding-right: 20px; */
    background-color: #eedff3;
    text-align: left;
  }

  .submenu {
    display:flex;
    float: right;
    position: relative;
    flex-direction: column;
    /* background-color: #fff; Set the background color as needed */
    /* border: 1px solid #ccc; Set the border properties as needed */
    width: 20%;
    padding: 5px; /* Set the padding as needed */
/*     left: 5%; */
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); Optional: Add box shadow for a subtle effect */
    z-index: 1000; /* Ensure the submenu appears above other elements */
  }

}


  .gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(150% - 20px); /* Adjust the width as needed */
    margin: 1%;
    margin-top: 0px;
    flex-direction: row;
    justify-content: center;
    justify-self: center;
}
.pdf-item {
    width: 30%;
    padding: 5px;
    /* box-sizing: border-box; */
}
.pdf-image {
    width: 100%;
    height: auto;
}

hr {
    align-self: center;
    width: 150%; /* Adjust the width of the hr element */
    margin: 20px auto; 
}




