@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Young+Serif&display=swap');
body {
    background-color: #DDC865;
    color: 	#5D3130;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h1 {
    background-color: #E2E2E2;
    color: #E76571;
    display: block;
    margin: 20px auto;
    width: 90%;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    font-family: 'Young Serif', serif;
    font-weight: 100;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
h2 {
    font-family: 'Young Serif', serif;
    font-weight: 100;
    color: #0B193D;
    margin: 5px;
    padding: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #0B193D;
    padding: 10px 20px;
    border-radius: 5px;
}
div {
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}
div.paragraphdiv {
    text-align: justify;
    width: 80%;
    margin: 10px auto; 
    background-color: #E2E2E2; 
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
    padding: 15px; 
    border-radius: 20px;
    box-sizing: border-box;
    outline: 3px solid #4874DF;
    outline-offset: -15px;
}
div.content-wrapper {
  width: 90%;
  margin: 2px auto;
}
p {
    width: 90%;
    margin: 20px auto;
    line-height: 1.8;
    font-size: 16px;
    text-indent: 2em;
    box-sizing: border-box;
}
sup {
    color: #E76571;
    font-weight: bold;
}
nav {
  width: 80%;
  margin: 0px auto;
  margin-top: 20px;
  padding: 5px 20px;
  background-color: #E2E2E2;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
nav a {
  text-decoration: none;
  display: block;
  padding: 10px 13px;
  color: #5D3130;
  white-space: nowrap;
  overflow: hidden;
}
nav a:hover {
    background-color: #D0D0D0;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
nav li {
  text-align: center;
}
main {
  margin: 10px;
  display: flex;
  padding: 10px;
}
section.left-video {
  flex: 1;
  border-radius: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container {
  width: 560px;
  height: 315px;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100%;
  border: 7px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
section.main-text {
  flex: 3;
  padding: 10px;
  background-color: #E2E2E2;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
section.main-text p {
  text-align: justify;
}
ol.oltype {
  list-style-type: upper-alpha;
  font-family: 'Young Serif', serif;
  font-weight: 100;
  color: #0B193D;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  letter-spacing: 1px;
  font-size: x-large;
  text-align: center;
  margin-bottom: -10px;
}
ul.ultypeA {
  list-style-type: disc;
  font-family: 'Poppins', sans-serif;
  color: #5D3130;
  line-height: 1.8;
  font-size: 16px;
}
ul.ultypeB {
  list-style-type: circle;
  font-family: 'Poppins', sans-serif;
  color: #5D3130;
  line-height: 1.8;
  font-size: 16px;
}
.thumbnail {
  margin-bottom: -20px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.thumbnail img {
  width: 300px;
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  opacity: 0.5;
}
.thumbnail img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.album_gallery {
  margin-top: -20px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
.album_gallery img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.album-item {
  background-color: #E2E2E2;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  width: 200px;
  padding: 20px;
  text-align: center;
}
.album-item img:hover {
  transform: scale(1.2);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.album-item figcaption {
  margin-top: 5px;
  padding: 6px;
  border: #4874DF solid 2px;
  border-radius: 10px;
  /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
}
.album-item audio {
  padding: 5px;
  width: 100%;
}
.film_gallery {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.film_gallery img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.film-item {
  width: 200px;
  margin: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.film-item img:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.film-item figcaption {
  width: 100%;
  margin: 10px;
  padding: 5px;
  background-color: #E2E2E2;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.clips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.clips video {
  width: 48%;
  height: 300px;
  object-fit: cover;
  max-width: 500px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.photo-gallery {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
.photo-gallery a {
  display: flex;
  justify-content: center;
}
.photo-gallery img {
  width: 220px;
  height: 300px;
  flex-grow: 1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  opacity: 0.5;
}
.photo-gallery img:hover {
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
}