html, body{
    background-color: black;
}

.containerValues{
    width: 60%;
    margin: 20px auto; 
    background-color: rgb(15, 25, 25);
    border-radius: 15px;
    color: white;
    font-family: "Gowun Dodum", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

#taskBar{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 3px;
    padding-right: 10px;
}

#taskBar a{
    text-decoration: none;
    color: white;
    opacity: 0.6;
}

#taskBar ul li{
    color: white;
    list-style-type: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

#taskBar ul li:hover{
    opacity: 1;
}

#taskBar ul li:not(:last-child)::after{
    content: "|";
    margin-left: 7px;
    margin-right: 5px;
    opacity: 0.3;
}

#taskBar ul li a.active{
    opacity: 1;
}



.welcomeMessage{
    display: inline-block;
}



.pageSection {
    display: none;
    scroll-margin-top: 90px;
}

.pageSection:target {
    display: block;
}

main:not(:has(:target)) > #homePage {
    display: block;
}

#homeContainer{
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#homeContainer p{
    font-family: "Gowun Dodum", sans-serif;
}

.gowun-dodum-regular {
    font-family: "Gowun Dodum", sans-serif;
    font-weight: 400;
    font-style: normal;
}


#homeContainer h2{
    font-family: "Gowun Dodum", sans-serif;
    margin-bottom: 0px;
}

#homeContainer h2 span{
    font-family: "Gowun Dodum", sans-serif;
    font-size: 11px;
}

#homeContainer .subtitles{
    margin-top: 5px;
}

.uniLink{
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #666;
    transition: border-bottom-color 0.3s ease;
}

.uniLink:hover{
    border-bottom-color: white;
}

.logoHighlight{
    height: 40px;
    opacity: 0.5;
    transition: opacity 0.3s ease;

}

.logoHighlight:hover{
    opacity: 1;
}

.socialLinks{
    text-decoration: none;
    border: 0;
    outline: 0;
}


.splide__slide img{
    width: 100%;
    height: 400px; 
    object-fit: contain;
    border-radius: 10px;
}

#gallery-preview .splide__slide img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 10px;
}



#gallery-preview .splide__arrow{
    background: transparent;
    opacity: 0.6;
    transition: opacity 0.3s ease, transform 0.2s ease;
}
    

#gallery-preview .splide__arrow svg{
    fill: white;
    height: 20px;
    width: 20px;
}


#gallery-preview .splide:hover .splide__arrow {
    opacity: 1;
}

#gallery-preview .splide__arrow:active {
    transform: translateY(1px);
    opacity: 1;
}


#gallery-preview .splide__pagination__page {
    background: #666;
    opacity: 0;
}

#gallery-preview .splide__pagination__page.is-active {
    background: #ffffff;
    opacity: 0;
}

.pageSection {
    display: none;
}

.pageSection:target {
    display: block;
}

main:not(:has(:target)) > #homePage {
    display: block;
}


footer {
    width: 100%;
    margin: 10px auto;
}

footer hr {
    border: none; 
    height: 1px;  
    background-color: #333; 
    margin-bottom: 10px;
    margin-right: 15px;
}

.footerContent {
    display: flex;
    justify-content: space-between; 
    align-items: center;           
}


.copyrightInfo {
    color: #888;
    font-size: 15px;
    font-family: "Gowun Dodum", sans-serif;
}


.copyrightInfo span:first-child {
    margin-right: 5px;
}


::-webkit-scrollbar {
    width: 12px; 
}

::-webkit-scrollbar-track {
    background: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 20px;
    border: 3px solid rgb(15, 25, 25);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(15,25,25) rgb(0, 0, 0);
}


#aboutMeContainer{
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#aboutMeContainer p{
    font-family: "Gowun Dodum", sans-serif;
}

#aboutMeContainer h2{
    font-family: "Gowun Dodum", sans-serif;
    margin-bottom: 0px;
}

#aboutMeContainer h2 span{
    font-family: "Gowun Dodum", sans-serif;
    font-size: 11px;
}

#aboutMeContainer .subtitles{
    margin-top: 5px;
}

.skillsSection h4{
    font-weight: normal;
}

.skillandToolList{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.skillandToolList a{
    display: flex;
    align-items: center;
    background-color: rgb(51,51,51);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.skillandToolList a:hover {
    background-color: #444;
    transform: translateY(-1px);
}   


.skillsSection hr{
    border: none; 
    height: 1px;  
    background-color: #333; 
    margin-bottom: 10px;
    margin-right: 15px;
}

.platformIcon{
    height: 1.2em;  
    width: 1.2em;  
    margin-right: 8px;
}

.skillandToolList i{
    margin-right: 5px;
}

.journeyContainer h3{
    margin-top: 20px;
}


#welcomeText{
    color: white;
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-left: 15px;
    overflow: hidden;    
    white-space: nowrap;   
    border-right: .1em solid white; 
}


#welcomeText {
    width: 7ch; 
    animation: typing 2.5s steps(7), blink 0.75s step-end infinite;
}


@keyframes typing {
    from {
        width: 0;
    }
    to {

    }
}

@keyframes blink {
    50% {
        border-right-color: transparent;
    }
}




#projectContainer{
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#projectContainer p{
    font-family: "Gowun Dodum", sans-serif;
    margin-top: 0;
    margin-bottom: 10px;

}

#projectContainer h2{
    font-family: "Gowun Dodum", sans-serif;
    margin-bottom: 20px;
}

#projectContainer h2 span{
    font-family: "Gowun Dodum", sans-serif;
    font-size: 11px;
}

#projectContainer .subtitles{
    font-family: "Gowun Dodum", sans-serif;
    margin-top: 5px;
}

#projectContainer h3{
    font-family: "Gowun Dodum", sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

#projectContainer hr{
    border: none; 
    height: 1px;  
    background-color: #333; 
    margin-bottom: 10px;
    margin-right: 15px;
}


.languagesAndToolsUsed{
    font-size: smaller;
    word-spacing: 5px;
    color: rgb(178, 178, 178);
    font-family: "Gowun Dodum", sans-serif;
}


.projectLink{
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.projectLink:hover{
    opacity: 1;
}

.quoteSection{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quoteSection h3{
    font-weight: normal;
    margin: 0;
    font-size: 20px;

}


#aboutMeContainer hr{
    border: none; 
    height: 1px;  
    background-color: #333; 
    margin: 0;
    padding: 0;
}

#quoteText, #quoteAuthor{
    font-size: 14px;
}



#commandLineBackground h4{
    font-weight: 0;
}

#commandLineTitle{
    font-size: small;
    margin-top: 2px;
    margin-bottom: 0;
}

#commandLineTitleSeparator{
    border: none; 
    height: 1px;  
    background-color: #333; 
    margin: 0;
    padding: 0;
}


.terminalLine {
    display: flex; 
    align-items: baseline; 
    font-size: 14px;
    margin: 5px 0;
}

.prompt {
    white-space: pre; 
}


.typingCommand {
    overflow: hidden;
    white-space: nowrap;
    border-right: .1em solid rgb(15, 25, 25);
    width: 21ch;
    animation: type 0.1s steps(21) forwards, blink 0.75s step-end infinite;
}

@keyframes type {
    from { 
        width: 0; 
    }
    to { 
        width: 17ch; 
    } 
}


#bootSequenceLines{
    margin: 4px;
}


.emailLink{
    color: white;
    text-decoration: underline;
    opacity: 0.5;
    transform: opacity 0.3s ease;
}

.emailLink:hover{
    opacity: 1;
    text-decoration: none;
}


#commandLineBackground footer{
    padding-top: 200px;
}

#commandLineBackground {
    display: flex;
    flex-direction: column;
    min-height: 90vh; 
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 20px;
    padding-right: 20px;
}



.terminalOutput {
    flex-grow: 1;
    overflow-y: auto;
}



.lastLineType {
    overflow: hidden;
    white-space: nowrap;
    border-right: .1em solid white;
    width: 20ch;
    animation: typer 0.1s steps(21) forwards, blink 0.75s step-end infinite;
}


@keyframes typer {
    from { 
        width: 0; 
    }
    to { 
        width: 17%; 
    } 
}