#name{
    font-family: 'Fira Code', monospace;
    font-size: 5em;
    letter-spacing: 10px;
    border: 1px;
    animation: fadeIn 1s ease;
    padding-left: initial;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

:root{
    --spotify-opacity: 0.7;
}

::-webkit-scrollbar{
    display: none;
}

html{
    scroll-behavior: smooth;
}

#signature {
    height: inherit;
    width: inherit;
}

.imageSections{
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;

    img{
        border: 1px solid aquamarine;
        border-radius: 20px;

        max-width: 40%;
    }
}

#signature > path{
    stroke-dasharray: 2424;
    stroke-dashoffset: 2424;
    stroke-width: 3px;
    animation: sign 3s ease-in forwards;
}

@keyframes sign{
    from{stroke-dashoffset: 2424;}
    to{stroke-dashoffset: 0;}
}

body{
    width: 100vw;
    height: 500px;
    margin: 0;
    background: linear-gradient(90deg, aquamarine 0%, rgb(230, 17, 201) 50%, rgb(255, 0, 0) 100%);
    background-size: 400% 400%;
    animation: gradient ease 15s infinite;
}
    
#rotationSubname{
    font-family: 'Fira Code', monospace;
    font-size: 0.9em;
    opacity: 0%;
    padding-left:initial;
    height: max-content;
    width: min-content;

    padding: 0;
    
    overflow: visible;

    animation: fadeIn 1s forwards ease;
    animation-delay: 0.30s;
}
#spotifyWrapper{
    bottom: initial;
    position: fixed;
    display:grid;
    background-color: rgba(224, 188, 120, var(--spotify-opacity));
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0vw 30vw;

    width: auto;

    transition: bottom ease 2s;
    transition: ease 0.5s;
}
.songImage.rotation{
    animation: rotate 15s linear infinite;
}
.navSpotify{
    font-family: 'Mukta', sans-serif;
}
.navSpotify .songInfo .songName{
    color: white;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    max-height: 50%;
    margin: 0;
}
.navSpotify .songInfo  .songArtist{
    color: lightgray;
    max-width: 100%;
    max-height: 50%;
    overflow: hidden;
    margin: 0;
}

#highlight {
    font-size: inherit;
    font-weight: bold;
}

.outerWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

a{
    color: inherit;
    text-decoration: none;
    justify-content: center;
    display:inline-flex;
}
a:hover{
    text-decoration: underline;
    font-weight: bold;
}

#center{
    display: flex;
    align-items: center;
    flex-direction: column;
}

h1{
    font-family: 'Fira Code', monospace;
    font-weight: bold;
    color: black;
    padding-left: 5vw;
    font-size: 4em;
}

p{
    font-family: 'Mukta', sans-serif;
    font-size: 1.2em;
    padding-left: 2vw;
    padding-right: 2vw;
}
label{
    font-family: 'Mukta', monospace;
    font-size: 1.2em;
    color: black;
}

section{
    margin-top: 100px;
    min-height: 100px;
}

.introductionScreen{
    height: max-content;
    margin-bottom: 100px;
}

.title{
    display: inline-flex;
    gap: 10vw;
    height: inherit;
    align-items: center;
}

.title img{
    border: 1px solid aquamarine;
    border-radius: 20px;
}

.bio{
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: relative;
    
    align-items: center;

    animation: fadeIn 1s ease forwards;
    animation-delay: 0.5s;
    
}
.bio > p {
    font-size: 1em;
}
.bio img{
    max-width: 80%;
    max-height: 500px;
    margin-right: 10px;
    border: 2px solid aquamarine;
    border-radius: 20px
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: white;
    border-radius: 20px;
    margin: 0vw 30vw;
    padding: 10px 0px;
}

.updates{
    display:grid;
}

.letterboxdTab{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 10px;
    border-radius: 20px;
    margin: 0vw 0vw;
    padding: 10px 0px;


    width: 80%;
    min-height: 500px;
}
.letterboxdTab > #letterboxdTabBackdrop{
    background-position: center;
    background-size: cover;
    position:absolute;
    opacity: 0.5; 
    background-image: url(https://image.tmdb.org/t/p/original/rbZvGN1A1QyZuoKzhCw8QPmf2q0.jpg);
    height: inherit;
    width: inherit;
    border-radius: 20px;
    min-height: 500px;
}

@media screen and (min-width:1000px){
    .divider{
        height: 100px;
        width: 100%;
    }

    .twitterFeed{
        display: flex;
        margin-top: 15vh;
    }

    .parallaxWrapper{
        position: absolute;
        width: 100%;
        height: inherit;
        overflow: hidden;
        display: flex;
    }
    .parallaxWrapper h1{
        position: relative;
    }
    .parallaxWrapper p{
        position: relative;
    }
    .parallaxWrapper img{
        position: relative;
        max-height: 30vh;
        border: 4px solid aquamarine;
        border-radius: 20px;
    }

    .introductionScreen{
        height: 100vh;
    }

    .title{
        display: inline-flex;
        flex-direction: row;
        gap: 10vw;
        height: inherit;
        margin: 100px;
        align-items: center;
    }

    .bio{
        display: inline-flex;
        flex-direction: row;
        width: 100vw;
        height: max-content;

        animation: fadeIn 1s ease forwards;
        animation-delay: 0.5s;

        font-size: 2.2em;
        color: black;
    }

    .bio > img{
        margin-right: 10px;
        border: 5px solid aquamarine;
        border-radius: 20px
    }


    @keyframes rotate{
        from{transform: rotate(0deg);}
        to{transform: rotate(360deg);}
    }

    @keyframes gradient{
        0%{
            background-position: 0% 50%;
        }
        50%{
            background-position: 100% 50%;
        }
        100%{
            background-position: 0% 50%;
        }
    }

    #rotationSubname{
        font-family: 'Fira Code', monospace;
        font-size: 1.5em;
        opacity: 0%;
        padding-left:initial;
        height: max-content;
        width: min-content;
        
        display: inline;
        position: absolute;

        overflow: visible;

        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }
    #subname{
        font-family: 'Fira Code', monospace;
        font-size: 1.5em;
        opacity: 0%;
        padding-left:initial;

        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }


    .divide {
        background-color: white;
        width: 100%;
        border: solid 1px;
    }
    nav.sticky{
        position: fixed;
        width: 100vw;
        animation:slideInFromBottom 0.5s ease forwards;
        top: initial;
        bottom: 0px;
    }

    .aboutme{
        background-color: aquamarine;
    }


    /* * Spotify */
    #spotifyWrapper{
        bottom: initial;
        position: fixed;
        display:grid;
        background-color: rgba(224, 188, 120, var(--spotify-opacity));
        padding: 5px 20px;
        border-radius: 10px;
        margin: 0vw 30vw;

        width: auto;

        transition: bottom ease 2s;
        transition: ease 0.5s;
    }


    .songImage{
        display: inline;
        height: 5vh;
        width: 5vh;
        border-radius: 50%;
        margin-right: 10px;
    }

    .navSpotify{
        display: flex;
        flex-direction: row;

        align-items: center;
        justify-self: center;

        font-family: 'Mukta', sans-serif;

        height: inherit;
        width: inherit;
    }
    .songImage.rotation{
        animation: rotate 15s linear infinite;
    }

    .songInfo{
        color: white;
    }
    .navSpotify > .songInfo.playing{
        display: flex;
        flex-direction: row;
        gap: 5px;
        height: inherit;
        white-space: nowrap;
        width: fit-content;
        transition: ease-out 0.5s;
        opacity: 1;
    }
    .navSpotify > .songInfo.playing.updating{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        white-space: nowrap;
        transition: ease-out 0.5s;
        width: 0px;
        opacity: 0;
    }
    .navSpotify > .songInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        transition: ease-out 2s;
        width: 0px;
        opacity: 1;
    }


    .navSpotify .songInfo .songName{
        font-size: 1em;
    }
    .navSpotify .songInfo  .songArtist{
        font-size: 0.9em;
    }

    nav {

        text-align: center;
        transition: ease 0.5s;
        position: absolute;
        top: 0px;
        width: 100vw;
    }
    nav ul{
        background: rgba(0,0,0,0.6);
        height: 5vh;

        padding: 0;
        list-style: none;
        display: inline-flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        height: inherit;
        width: inherit;
    }
    nav li{
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 1.4em;
        height: inherit;
        align-content: center;
    }

    .topBarUl{
        display: inline-flex;
        flex-direction: row;
        height: inherit;
        width: inherit;
        align-items: center;
        justify-content: start;

        height: 6vh;
        background-color: black;
    }

    .topBarUl p {
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 1.4em;
        height: inherit;
        align-content: center;
        margin: 0;
    }

    .navConnections img{
        height: 3vh;
        border-radius: 50%;
    }

    .programmer{
        height: min-content;
        min-height: 500px;
    }
    
    .tabs{
        overflow: hidden;
    }

    @keyframes fadeIn{
        from{opacity: 0%;}
        to{opacity: 100%;}
    }

    @keyframes slideInFromBottom{
        from{bottom: -250px}
        to{bottom: 0px;}
    }
    @keyframes slideOutFromBottom{
        from{bottom: 0px}
        to{bottom: -250px}
    }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
    .divider{
        height: 100px;
        width: 100%;
    }
    
    .title{
        text-align: center;
        font-size: 0.8em;
        flex-direction: column;;
    }
    .title img{
        width: 70vw;
        border: 1px solid aquamarine;
        border-radius: 20px;
    }
    
    .introductionScreen{
        height: max-content;
        margin-top: 10vh;
    }
    .bio{
        font-size: 1em;
    }
    .bio img{
        width: 30vh;
        margin-right: 0;
    }

    .spotifyWrapper{
        display: block;
        position: relative;
    }
    .spotify{
        display: none;
        
    }
    .spotify > img{
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-right: 10px;
    
        animation: rotate 15s linear infinite;
    }
    @keyframes rotate{
        from{transform: rotate(0deg);}
        to{transform: rotate(360deg);}
    }
    
    .songAritst{
        font-size: 0.9em;
        color: grey;
    }
    .spotify > p{
        font-size: 1.1em;
        align-self: center;
    }
    
    .navSpotify{
        display:none;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        height: inherit;
        width: inherit;
    }
    .navSpotify img{
        height: 5vh;
        width: 5vh;
        border-radius: 50%;
        margin-right: 10px;
        
    }
    .songImage .rotation{
        animation: rotate 15s linear infinite;
    }
    .navSpotify > .songInfo.playing{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        width: 100%;
        transition: ease-out 0.5s;
        white-space: nowrap;
        opacity: 1;
    }
    .navSpotify > .songInfo.playing.updating{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        transition: ease-out 0.5s;
        width: 0px;
        white-space: nowrap;
        opacity: 0;
    }
    .navSpotify > .songInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        transition: ease-out 2s;
        width: 0px;
        opacity: 1;
    }


    .navSpotify .songInfo .songName{
        font-size: 0.7em;
    }
    .navSpotify .songInfo  .songArtist{
        font-size: 0.5em;
    }
    
    @keyframes gradient{
        0%{
            background-position: 0% 50%;
        }
        50%{
            background-position: 100% 50%;
        }
        100%{
            background-position: 0% 50%;
        }
    }
    #rotationSubname{
        font-family: 'Fira Code', monospace;
        font-size: 1.1em;
        opacity: 0%;
        height: max-content;
        width: 100vw;
        text-align: center;

        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }

    #subname{
        font-family: 'Fira Code', monospace;
        font-size: 1.5em;
        opacity: 0%;
        padding-left:initial;
    
        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }
    
    
    
    .divide {
        background-color: white;
        width: 100%;
        border: solid 1px;
    }
    
    
    .connections{  
        display: inline-block;
        padding: 5px;
        width: min-content;
        opacity: 0;
    
        animation: fadeIn 1s ease forwards;
    }
    
    .connections ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        padding: 0;
        width: min-content;
        list-style: none;
        gap: 10px;
    }
    .connections li{
        height: 50px;
        align-items: center;
        align-self: center;
        border: solid 1px;
        border-radius: 90px;
        background: rgba(0,0,0,0.1);
    }
    .connections img{
        height: 50px;
        max-width: fit-content;
    }
    nav.sticky{
        position: fixed;
    }
    
    .aboutme{
        background-color: aquamarine;
    }
    
    nav {
        position: fixed;
        text-align: center;
        transition: ease 0.5s;
        top: 0px;
        width: 100vw;
    }
    nav ul{
        background: rgba(0,0,0,0.6);
        height: 5vh;

        padding: 0;
        list-style: none;
        display: inline-flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        height: inherit;
        width: inherit;
    }
    nav li{
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 1.4em;
        height: inherit;
        align-content: center;
    }

    .topBarUl{
        display: inline-flex;
        flex-direction: row;
        height: inherit;
        width: inherit;
        align-items: center;
        justify-content: start;

        height: 6vh;
        background-color: black;
    }

    .topBarUl p {
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 1.4em;
        height: inherit;
        align-content: center;
        margin: 0;
    }

    .navConnections img{
        height: 3vh;
        border-radius: 50%;
    }
    
    .programmer{
        height: min-content;
        min-height: 500px;
    }
    
    @keyframes fadeIn{
        from{opacity: 0%;}
        to{opacity: 100%;}
    }
    
    @keyframes slideInFromBottom{
        from{bottom: -250px}
        to{bottom: 0px;}
    }
    @keyframes slideOutFromBottom{
        from{bottom: 0px}
        to{bottom: -250px}
    }
}

@media screen and (max-width: 700px){
    .divider{
        height: 100px;
        width: 100%;
    }

    .parallaxWrapper h1{
        position: relative;
    }
    .parallaxWrapper p{
        position: relative;
    }
    
    .introductionScreen{
        height: max-content;
    }
    
    .title{
        text-align: center;
        font-size: 0.6em;
        flex-direction: column;
    }
    .title img{
        width: 70vw;
        border: 1px solid aquamarine;
        border-radius: 20px;
    }
    

    .spotifyWrapper{
        display: block;
        position: relative;
    }
    .spotify{
        display: none;
        
    }
    .spotify > img{
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin-right: 10px;
    
        animation: rotate 15s linear infinite;
    }
    @keyframes rotate{
        from{transform: rotate(0deg);}
        to{transform: rotate(360deg);}
    }
    
    .songAritst{
        font-size: 0.9em;
        color: grey;
    }
    .spotify > p{
        font-size: 1.1em;
        align-self: center;
    }
    
    .navSpotify{
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        height: inherit;
        width: inherit;
    }
    .navSpotify img{
        height: 5vh;
        width: 5vh;
        border-radius: 50%;
        margin-right: 10px;
        
    }
    .navSpotify .rotation{
        animation: rotate 15s linear infinite;
    }
    .navSpotify > .songInfo.playing{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        width: 100%;
        transition: ease-out 0.5s;
        opacity: 1;
    }
    .navSpotify > .songInfo.playing.updating{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        transition: ease-out 0.5s;
        width: 0px;
        opacity: 0;
    }
    .navSpotify > .songInfo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        height: inherit;
        transition: ease-out 2s;
        width: 0px;
        opacity: 1;
    }

    .navSpotify .songInfo .songName{
        font-size: 0.4em;
    }
    .navSpotify .songInfo  .songArtist{
        font-size: 0.3em;
    }
    
    @keyframes gradient{
        0%{
            background-position: 0% 50%;
        }
        50%{
            background-position: 100% 50%;
        }
        100%{
            background-position: 0% 50%;
        }
    }
    
    #rotationSubname{
        font-family: 'Fira Code', monospace;
        font-size: 1.1em;
        opacity: 0%;
        height: max-content;
        width: 100vw;
        text-align: center;

        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }
    #subname{
        font-family: 'Fira Code', monospace;
        font-size: 2.2em;
        opacity: 0%;
        padding-left:0;
    
        animation: fadeIn 1s forwards ease;
        animation-delay: 0.30s;
    }
    
    
    
    .divide {
        background-color: white;
        width: 100%;
        border: solid 1px;
    }
    
    
    .connections{  
        display: inline-block;
        padding: 5px;
        width: min-content;
        opacity: 0;
    
        animation: fadeIn 1s ease forwards;
    }
    
    .connections ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        padding: 0;
        width: min-content;
        list-style: none;
        gap: 10px;
    }
    .connections li{
        height: 50px;
        align-items: center;
        align-self: center;
        border: solid 1px;
        border-radius: 90px;
        background: rgba(0,0,0,0.1);
    }
    .connections img{
        height: 50px;
        max-width: fit-content;
    }
    nav.sticky{
        position: fixed;
    }
    
    .aboutme{
        background-color: aquamarine;
    }
    
    nav {
        position: fixed;
        text-align: center;
        transition: ease 0.5s;
        top: 0px;
        width: 100vw;
    }
    nav ul{
        background: rgba(0,0,0,0.6);
        height: 5vh;

        padding: 0;
        list-style: none;
        display: inline-flex;
        gap: 5vw;
        justify-content: center;
        margin: auto;
        align-items: center;
        height: inherit;
        width: inherit;
    }
    nav li{
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        font-size: 0.9em;
        height: inherit;
        align-content: center;
    }

    .topBarUl{
        display: none;
        flex-direction: row;
        height: inherit;
        width: inherit;
        align-items: center;
        justify-content: start;

        height: 6vh;
        background-color: black;
    }

    .topBarUl p {
        font-family: 'Fira Code', monospace;
        color: white;
        display: inline-block;
        padding-right: 50px;
        padding-left: 50px;
        font-size: 1.4em;
        height: inherit;
        align-content: center;
        margin: 0;
    }

    .navConnections img{
        display: none;
    }
    
    .programmer{
        height: min-content;
        min-height: 500px;
    }
    
    @keyframes fadeIn{
        from{opacity: 0%;}
        to{opacity: 100%;}
    }
    
    @keyframes slideInFromBottom{
        from{bottom: -250px}
        to{bottom: 0px;}
    }
    @keyframes slideOutFromBottom{
        from{bottom: 0px}
        to{bottom: -250px}
    }
}