@font-face {
    font-family: appleII;
    src: url("fonts/AppleII.ttf");
}
@font-face {
    font-family: pixelCursive;
    src: url("fonts/Cursive.ttf");
}
@font-face {
    font-family: pixelpoiiz;
    src: url("fonts/pixelpoiiz.ttf");
}
@font-face {
    font-family: dico;
    src: url("fonts/dico.ttf");
}

html {
    margin: 0;
    padding: 0;
}

#homepage-body {
    background-image: url("images/pipesDither.png");
    background-color: lavender;
    background-size: cover;
    font-family: appleII, monospace;
}

h2 {
    color: #c6c04e;
    text-align: center;
    margin-top: 0;
}

hr {
    border: 1px solid #c6c04e;
}

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

.homepage-content {
    margin: 20px;
    padding: 20px;
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    flex: 1;
}

.link-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
}

.link-icon {
    width: 100px;
    height: 100px;
    background-size: cover;
    transition: all 0.3s ease;
}

.link-text {
    font-size: 20px;
    margin: 0;
    margin-left: 5px;
    color: #c6c04e;
    text-decoration: #787e35;

}

.link-item:hover .link-text {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #787e35;
}

.music-link-item:hover .link-text {
    transition: all 0.3s ease;
    color: #787e35;
}

.music-link-item a {
    text-decoration: none;
}

#music-icon {
    background-image: url("images/musicIconGreen.png");
}
#videos-icon {
    background-image: url("images/videosIconGreen.png");
}
#tech-icon {
    background-image: url("images/techIconGreen.png");
}
#photos-icon {
    background-image: url("images/photosIconGreen.png");
}
#bodyhacker-icon {
    background-image: url("images/bodyhackerIconGreen.png");
}
#books-icon {
    background-image: url("images/booksIconGreen.png");
}
.link-item:hover #music-icon {
    background-image: url("images/musicIconColor.png");
}
.link-item:hover #videos-icon {
    background-image: url("images/videosIconColor.png");
}
.link-item:hover #tech-icon {
    background-image: url("images/techIconColor.png");
}
.link-item:hover #photos-icon {
    background-image: url("images/photosIconColor.png");
}
.link-item:hover #bodyhacker-icon {
    background-image: url("images/bodyhackerIconColor.png");
}
.link-item:hover #books-icon {
    background-image: url("images/booksIconColor.png");
}

.about-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1.3;
}

.about-text {
    flex: 1;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 5px;
    color: #c6c04e;
}

#homepage-title {
    color: #10180b;
    text-align: center;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    flex: 4;
}

#profile-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    border: 2px solid #c6c04e;
}

#about {
    flex: 2;
}

#photos-body {
    background-image: url("images/photosBackground.jpg");
    background-size: cover;
    font-family: appleII, monospace;
}

#tech-body {
    background-image: url("images/techBackground.png");
    background-size: cover;
    font-family: appleII, monospace;
}

.photo-header {
    color: #c6c04e;
    text-align: center;
    margin-top: 20px;
    background-color: #10180bcc;
    margin-left: 40px;
    margin-right: 70px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
}

.photo-header a {
    color:#787e35;
    text-decoration: none;
}

.photo-header:hover a {
    transition: all 0.3s ease;
    color: #c6c04e;
}

.photo-header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#music-header-container {
    justify-content: space-between;
}

.photo-links-container {
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.photo-link-item {
    margin: 30px;
    padding: 30px;
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    justify-content: center;
}

.photo-link-text {
    white-space: nowrap;
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
    color: #c6c04e;
    text-align: center;
}

.photo-link-icon {
    width: auto;
    height: 500px;
    object-fit: cover;
    border: 2px solid #c6c04e;
    margin-bottom: 10px;
}

.photo-link-item:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #787e35;
}

.photo-link-item a {
    text-decoration: none;  
}

#music-body {
    background-image: url("images/musicBackground.jpg");
    background-size: cover;
    font-family: appleII, monospace;
}

.music-links-container {
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content:flex-end
}

.music-link-item {
    margin: 30px;
    padding: 20px 30px 20px 30px;
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    justify-content: center;
}

.music-link-item:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #787e35;
}

.music-link-icon {
    width: auto;
    height: 300px;
    object-fit: cover;
    border: 2px solid #c6c04e;
    margin-bottom: 10px;
}

.photo-category-header {
    color: #eeeeee;
    text-align: center;
    font-size: 40vw;
    font-family: pixelCursive, monospace;
    margin: 0;
    padding: 0;
    padding-top: 100px;
}

.photo-banner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.photo-body {
    margin: 0;
    padding: 0;
}

.gallery-descriptor {
    font-family: appleII, monospace;
    color: #10180bcc;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;

}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
    gap: 40px;
    margin: 20px;
    margin-top: 0px;
    padding: 50px;
}

.gallery-item {
    width: 100%;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    object-fit: contain;
}

#glitch-banner {
    background-image: url("images/glitchBanner.JPG");
}

#film-banner {
    background-image: url("images/filmBanner.jpg");
}

#digital-banner {
    background-image: url("images/digitalBanner.jpg");
}

#books-banner {
    background-image: url("images/booksBanner.png");
}

#digital-banner h1 {
    font-size: 30vw;
    padding-top: 80px;
}

.books-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
    place-items: center;
    gap: 100px;
    margin-top: 20px;
    padding: 50px;
    background-image: url("images/soloBackground2.jpg");
}

.book-image {
    width: 150px;
    object-fit: contain;
    border: 2px solid #c6c04e;
    margin-bottom: 10px;
}

.book {
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: dico, monospace;
    width: 300px;
    cursor: pointer;
}

.book p {
    margin: 6px;
    text-align: center;
}


/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255);
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    position: relative;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    font-family: appleII, monospace;
    color: #10180b;
    border: none;
    font-size: 40px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #ffffff00;
    transition: background-color 0.3s;
}

.lightbox-nav:hover {
    background-color: #c6c04ecc;
}

.lightbox-prev {
    left: -70px;
}

.lightbox-next {
    right: -70px;
}

.lightbox-close {
    font-family: appleII, monospace;
    position: absolute;
    top: 30px;
    right: 40px;
    color:  #cecece;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.lightbox-close:hover {
    color: #10180b; 
}

.lightbox-book {
    padding: 50px;
    font-family: dico, monospace;
    font-size: 18px;
}

#solo-body {
    background-image: url("images/soloBackground2.jpg");
    background-size: cover;
    font-family: appleII, monospace;
    margin: 0;
    padding: 0;
}

.music-category-banner {
    background-color: #d5a98e00;
    display: flex;
    justify-content: space-between  ;
}

.music-category-banner h1 {
    color: #c6c04e;
    font-family: pixelCursive, monospace;
    margin: 20px;
    font-size: 32px;
}

.music-category-banner a {
    color: #c6c04e;
    font-family: pixelCursive, monospace;
    margin: 20px;
    font-size: 32px;
    text-decoration: none;
}

.music-category-banner a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #787e35;
}

.music-subheading {
    color: #eeefff;
    font-family: pixelCursive, monospace;
    font-size: 52px;
    text-align: center;
}

.music-works-container {
    margin: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.music-work-item {
    margin: 30px;
    padding: 20px 30px 20px 30px;
    background-color: #10180bcc;
    border-width: 2px;
    width: 600px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    justify-content: center;
}

.scroll-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #10180bcc;
    border-bottom: 2px solid #c6c04e;
    padding: 15px 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

.scroll-banner.visible {
    opacity: 1;
    pointer-events: auto;
}

.banner-home-link {
    color: #c6c04e;
    text-decoration: none;
    font-family: appleII, monospace;
    font-size: 18px;
    white-space: nowrap;
}

.banner-home-link:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color:#787e35
}

#tech-links {
    justify-content: space-around;
}
.tech-link-item {
    margin: 30px;
    padding: 30px;
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    justify-content: center;
    flex: 1;
}

.tech-link-item img {
    height: 250px;  
    width: auto;
    max-width: 100%;
    object-fit: contain;
    
}

.tech-link-item a {
    text-decoration: none;  
}

.tech-link-item:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #787e35;
}

.music-link-item:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #787e35;
}

.tech-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
    padding: 30px;
    background-color: #10180bcc;
    border-width: 2px;
    border-style: solid;
    border-color: #c6c04ecc;
    color: #c6c04e;
    margin-bottom: 60px;
}

.tech-content p {
    font-family: dico, monospace;
    margin: 0;
    margin-left: 50px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 2;
    text-indent: 2rem;
}

.tech-content iframe {
    width: 540px;
    height: 350px;
    border: 2px solid #c6c04e;
    flex-shrink: 0;
}

.tech-content-head img {
    height: 250px;  
    width: auto;
    border: 2px solid #c6c04e;

}

.no-scroll {
  overflow: hidden;
  height: 100%; /* Ensures the body covers the full viewport height */
  position: fixed; /* Prevents the content from shifting */
  width: 100%; /* Ensures the body maintains full width with position: fixed */
}