body {
    margin: auto;
	padding: 0;

}
table{
	width: 100%;
	border-spacing: 0;
	boarder-collapse: collapse;
}
.main-table{
	width: 100%;
}
.video-container {
    position: relative;
    width: 100%;
	 padding: 0px;
	margin: 0px;
    overflow: hidden;
}
.video-container video {
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.overlay {
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    background: radial-gradient(circle, black 50%, transparent 11%) 0 0 / 3px 3px;
    pointer-events: auto;
}

.nav-links {
    top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
	padding-right: 50px;
    font-weight: bold;
    font-size: 2.2em;
    color: white;
    text-transform: uppercase;
	z-index: 99;
}

/* Remove default bullet points and display list items horizontally */
.nav-links ul {
    list-style: none; /* Removes bullet points */
    display: flex; /* Displays list items horizontally */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}

.nav-links li {
	padding-top: 50px;
    margin: 0 20px; /* Adds space between the links */
}

.nav-links a {
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: underline;
}
#stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: black;
  display: none; /* Hidden by default */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#stickyHeader ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#stickyHeader li {
  margin: 0 20px;
}

#stickyHeader a {
  font-family: Arial, sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 800;
}

#stickyHeader a:hover {
  text-decoration: underline;
}

.bio-title-text{
	color: white;
	font-family: arial;
    font-weight: bold;
    font-size: 8em;
    text-align: left;
    padding-left: 10px;
}
.bio-text {
    color: white;
    font-size: 1em;
	font-family: arial;
    line-height: 1.5em;
	width: 70%;
	padding: 0px 200px 0px 50px;
	vertical-align: top;
}
.bio-name{
	font-size: 55px;
	font-family: arial;
	font-weight: 500;
	color: white;
	padding-left: 50px;
}
.table-1{
	width: 100%;
	background-color: purple;
	align-content: top;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-1{
	background-color: #650065;
	width: 100%;
	
}
.image-box-table-1{
	vertical-align: top;
	
}
.table-1-image{
	width: 100%;
	margin: 10px 10px 10px 10px;
	vertical-align: top;
}
.table-2{
	width: 100%;
	background-color: orange;
	padding: 20px;
}
.inner-table-2{
	width: 100%;
	background-color: #FF8101;
	
}
.image-box-table-2{
	width: 30%;
	vertical-align: top;
}
.table-2-image{
	width: 100%;
	margin: 10px 10px 10px 10px;
}
.table-3{
	width: 100%;
	background-color: red;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-3{
	width: 100%;
	background-color: #CA0002;
	
}
.table-4{
	width: 100%;
	background-color: gray;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-4{
	width: 100%;
	background-color: #575757;
	padding: 10px;
}
.table-5{
	width: 100%;
	background-color: blue;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-5{
	width: 100%;
	
}
.table-6{
	width: 100%;
	background-color: green;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-6{
	width: 100%;
	
}
.table-7{
	width: 100%;
	background-color: tan;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-7{
	width: 100%;
	
}
.table-8{
	width: 100%;
	background-color: black;
	align-content: center;
	vertical-align: middle;
	padding: 20px;
}
.inner-table-8{
	width: 100%;
	
}
.credits-container {
	width: 90%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		margin-left: 50px;
}
.credits-columns {
    display: flex;
    justify-content: space-between;
}

.credit-column {
    flex: 1;
    padding: 10px;
}
.credits-header {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.credit-entry {
    display: flex;
    align-items: to;
    margin-bottom: 20px;
}
.credit-entry img {
    width: 100px;
    height: auto;
    margin-right: 15px;
    border-radius: 8px;
}

.credit-info {
    display: flex;
    flex-direction: column;
}

.credit-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}
.credits-table{
	vertical-align: top;
	width: 100%;
	padding: 10px;
}
.credit-year, .character-name {
    font-size: 1em;
    color: #555;
}
.credits-title-text{
	font-size: 125px;
	font-weight: 800;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 25px;
	color: white;
	text-align: left;	
}
.credits-wrapper {
    display: flex;
    align-items: flex-start;
}

.credits-image-container {
    margin-right: -10px;
	margin-top: 5px;
}

.credits-image-container img {
    width: 530px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.h2-title{
	color: white;
	font-family: arial;
	font-size: 15px;
}

.video-table{
	width: 50%;
	padding: 10px;
}
.music-table{
	width: 50%;
	padding: 10px;
}
.img-pack {
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
	margin: 10px;
}
.image-container{
	width: 100%;
	text-align: center;
}

.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.image-overlay img {
    max-width: 25%;
    height: auto;
    border-radius: 8px;
}
.close-btn {
    position: absolute;
    top: 80px;
    right: 400px;
    font-size: 4em;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}
.video-iframe{
	width: 100%;
	height: 530px;
}
.music-iframe{
	width: 100%;
	height: 530px;
}