@font-face {
    font-family: 'Giga'; /* Give a name to your font */
    src: url('fonts/Giga.otf') format('opentype'); /* Path to your font file */
}
@font-face {
    font-family: 'Ziner'; /* Give a name to your font */
    src: url('fonts/Ziner.otf') format('opentype'); /* Path to your font file */
}

@font-face {
    font-family: 'Cinema'; /* Give a name to your font */
    src: url('fonts/Cinema.otf') format('opentype'); /* Path to your font file */
}

@font-face {
    font-family: 'Gore'; /* Give a name to your font */
    src: url('fonts/Gore.otf') format('opentype'); /* Path to your font file */
}

body, html {
    background-color: rgb(7, 7, 7) !important;
    margin: 0;
    padding: 0;
    position: relative; /* Needed to properly position the canvas */
}

#mainCanvas {
    background-color: rgb(7, 7, 7);
    position: fixed;
    margin: 0;
    bottom: 0;
    padding: 0;
    z-index: 0;
}


/* Add your loading screen styles here */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    background-color: #070707;
}

.typerwriter {
    font-family: 'Source Code Pro', monospace;
    font-weight: 100;
    color: beige;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid beige;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);

}

.anim-typewriter {
    animation: typewriter 4s steps(40) 1s 1 normal both,
               blinkTextCursor 500ms steps(40) infinite normal;
  }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
  }
  @keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}

}

.loading-button {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    border: none;
    cursor: pointer;
    animation: animate  
                2s linear infinite;
}

@keyframes animate { 
    0% { 
        opacity: 0; 
    } 

    50% { 
        opacity: 0.7; 
    } 

    100% { 
        opacity: 0; 
    } 
}

.loading-button:hover {
    color: azure;
    text-decoration: underline;
}

.index-page {
    display: none; /* Hide the content initially */
}

.shop-page {
    display: none; /* Hide the content initially */
    margin-left: 75px;
    margin-right: 75px;
}

.aphelion-vinyl-page {
    display: none; /* Hide the content initially */
}

.n9k-shirt-page {
    display: none; /* Hide the content initially */
}

.stream-page {
    display: none; /* Hide the content initially */
}

#aboutContent {
    display: none;
}

.dds-section {
    display: block;
    margin-left: auto;
    position: relative;
    background-color: transparent;
}

.home-content {
    display: flex;
    justify-content: center;
}


.album-img {
    width: 39vw;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 125px;
    margin-bottom: auto;
}

.albumtitle {
    font-size: larger;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: beige;
    margin-bottom: 10px;
}

.negrense-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: small;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: beige;
}

.comingsoon {
    font-size: large;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    animation: animate  
                2s linear infinite;
}

@keyframes animate { 
    0% { 
        opacity: 0; 
    } 

    50% { 
        opacity: 0.7; 
    } 

    100% { 
        opacity: 0; 
    } 
}

.link-nav {
    display: grid;
    justify-content: space-evenly;
    justify-items: center;
    align-content: space-evenly;
    align-items: center;
}

.link-nav ul {
    list-style-type: none;
    margin-top: 25px;
    padding: 0;
    margin-bottom: 100px;
}

.Rebellion {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
}

.Rebellion:hover {
    color: azure;
    text-decoration: underline;
}

#muteText {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

#muteText:hover {
    color: azure;
    text-decoration: underline;
}

.merchandise-link {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.merchandise-link:hover {
    color: azure;
    text-decoration: underline;
}

.index-back-link {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.index-back-link:hover {
    color: azure;
    text-decoration: underline;
}

.index-back-link2 {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.index-back-link2:hover {
    color: azure;
    text-decoration: underline;
}

.index-back-link3 {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.index-back-link3:hover {
    color: azure;
    text-decoration: underline;
}

.shop-back-link {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.shop-back-link:hover {
    color: azure;
    text-decoration: underline;
}

.shop-back-link2 {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.shop-back-link2:hover {
    color: azure;
    text-decoration: underline;
}

.stream-page-link {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.stream-page-link:hover {
    color: azure;
    text-decoration: underline;
}

.about-link {
    padding: 7px;
    display: block;
    font-size: small;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    cursor: pointer;
}

.about-link:hover {
    color: azure;
    text-decoration: underline;
}

.merch-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#merch-img {
    padding: 0;
    width: 300px;
    display: flex;
    margin-right: auto;
    margin-bottom: auto;
    cursor: pointer;
}

#merch-img2 {
    padding: 0;
    width: 300px;
    margin-top: 200px;
    display: flex;
    margin-bottom: auto;
    cursor: pointer;
}

.merch-page-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.merch-pic-div {
    display: inline-block;
    width: 375px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.merch-page {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: auto;
}

.merch-info-div {
display: inline-block;
width: 375px;
padding: 10px;
border-radius: 15px;
margin-left: 45px;
margin-bottom: 100px;
}

.merch-h1 {
    color: beige;
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
    font-size: large;
    margin-bottom: 0;
    padding: 0;
}

.buy-button {
    font-family: 'Source Code Pro', monospace;
    margin-top: 0;
    padding: 0;
}

.merch-p {
    color: beige;
    font-family: 'Source Code Pro', monospace;
    font-size: small;
}

.stream-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 100px;
}

.stream-img-div {
   width: 400px;
}

.stream-img {
    margin-left: 50px;
    width: 300px;
    border-radius: 10px;
}

.stream-embed-div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.stream-link-div {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.stream-link {
    font-weight: 600;
    font-size: small;
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    color: beige;
    margin: 10px;
    margin-bottom: 100px;
}

.stream-link:hover {
    color: azure;
    text-decoration: underline;
    cursor: pointer;
}

.s-overlay {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

.s-overlay iframe {
    margin: 20px; /* Center the iframe */
    display: block; /* Prevent inline behaviors */
}

.close-s-overlay {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 60px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#aboutInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 50px;
}

#about-text {
    order: 2;
    color: beige;
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 25px;
    border-radius: 10px;
}

#about-text h1 {
    font-size: x-large;
}

#about-text h2 {
    font-size: medium;
}

#about-text-1 {
    font-family: 'Cinema';
    font-size: large;
}

#about-text-2 {
    font-family: 'Gore';
    font-size: 32px;
}

#about-text p {
    font-size: small;
    margin-top: 25px;
    font-family: 'Source Code Pro', monospace;
}

#about-img {
    order: 1;
    width: 350px;
    border-radius: 10px;
}