@font-face {
    font-family: 'MangoGrotesque';
    src:url('MangoGrotesque.woff') format('woff'),
        url('MangoGrotesque.woff2') format('woff2'),
        url('MangoGrotesque.svg#MangoGrotesque') format('svg'),
        url('MangoGrotesque.eot'),
        url('MangoGrotesque.eot?#iefix') format('embedded-opentype'),
        url('MangoGrotesque.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'MangoGrotesque', sans-serif;
	background-color: #000000;
}

a {
  color: #000000;
	  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: line-through;
}

*, *::before, *::after {
    box-sizing: border-box; /* Ensures padding does not affect overall width */
    margin: 0; /* Resets margin */
    padding: 0; /* Resets padding */
}

.video-overlay {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 66px;
    text-align: center;
	font-weight: 100px;
}

.iframe {
	margin-top: -1px;
}

.image-section {
    position: relative;
    width: 100%;
    margin: 0; /* Ensure no default margin */
    padding: 0; /* Ensure no default padding */
    overflow: hidden; /* Hide anything that overflows the container */
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top; /* Align images to the top */
    margin: 0; /* Reset any default margin */
    border: none; /* Ensure no border is present */
    margin-bottom: -2px; /* Apply negative margin to overlap images */
} 

.image-overlay0 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 66px;
    text-align: center;
}

.image-overlay1 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}

.image-overlay2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}

.text-block1 {
    padding: 20px;
    background-color: #6B94C0;
    margin: 0;
    color: #272727;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; 
    min-height: 60px; 
}

.text-block2 {
    padding: 20px;
    text-align: center;
    background-color: #424242;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    min-height: 50px; 
}

.text-block3 {
    padding: 20px;
    text-align: center;
    background-color: #B3B3B3;
    color: #000000;
    font-size: 26px;
    text-align: center;
    height: 160px; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.text-block4 {
    padding: 20px;
    text-align: center;
    background-color: #B3B3B3;
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin: 0; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    min-height: 50px; 
}

.text-block5 {
    padding: 20px;
    text-align: center;
    background-color: #272727;
    margin: 0; 
    color: #B3B3B3;
    font-size: 26px;
    text-align: center;
    height: 80px; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.text-block6 {
    padding: 20px;
    text-align: center;
    background-color: #272727;
    margin: 0; 
    color: #B3B3B3;
    font-size: 26px;
    text-align: center;
    height: 150px; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.video-link {
    color: #B3B3B3;
	text-decoration: none;
}

.video-link:hover {
    color: #B3B3B3;
    text-decoration: line-through;
}

.audio-box {
    margin-top: -1px;
    background-image: url('image3b.jpg');
    background-size: cover; 
    background-position: top;
    background-repeat: no-repeat; 
    background-color: #000000; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px; 
    width: auto; 
    box-sizing: border-box; 
}

.audio-container {
    background-color: rgba(191, 0, 229, 0.8); 
    padding: 0px 5px 10px 5px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 220px; 
	max-height: 130px;
    width: 100%; 
	opacity: 0.7;
}

.audio-title {
    margin-bottom: 5px;
	margin-top: 5px;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
}

audio {
    width: 100%; 
    border-radius: 5px;
    display: block;
}

.half-line {
    height: 2px; 
    background-color: #000; 
    width: 40%; 
    margin: 20px; 
}