

header{
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #0D0628;
    top: 0;
}

.menu-container{
    width: 80vw;
    height: 100vh;
    background-color: #0D0628;
    display: none;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    padding: 20px;
}

.close{
    color: #C3F73A;
    top: 50px;
    margin-left: 90%;

}

body{
    background-color: #0D0628;
    margin: 0 auto;
}

h1{
    color: #C3F73A;
    font-size: 15px;
    margin-top: 40px;
}

h2{
    color: #ccd6f6;
    font-size: 40px;
}

h3{
    color: #8892b0;
    font-size: 40px;
    margin-top: -15px;
}

h4{
    font-size: 30px;
    color: #C3F73A;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.about-bio{
    color: white;
}

.about-me{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-list{
    display: flex;
    justify-content: space-between;
}

ul{
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.ul-item{
    max-width: 300px;
    display: flex;
    justify-content: space-between;
}

.about-portfolio{
    margin-top: 50px;
}

.profile-pic{
    margin-top: 80px;
}

#pic{
    width: 200px;
    height: 200px;
    margin-top: 20px;
    border-radius: 20px;
    

}

.about-bio{
    font-family: 'Courier New', Courier, monospace;
    word-spacing: 0.5%;
}



.lil-bio{
    font-size: 15px;
    margin-top: -15px;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

.big-heading {
    margin: 0px;
    font-size: clamp(40px, 8vw, 80px);
}

.logo{
    border: 2px solid #C3F73A;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.logo-letter{
    color: #C3F73A;
    text-decoration: none;
    font-family: cursive;
    font-size: 35px;
}


nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 ;
}

ol{
    width: 260px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C3F73A;
    font-family: fantasy;
}

a{
    color: #ccd6f6;
    text-decoration: none;
}

img{
    width: 50px;
    height: 50px;
    background-color: #0D0628;
}

.social-icon{
    width: 60px;
    position: fixed;
    bottom: 200px;
    left: 40px;
}

.link-resume{
    max-width: 450px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

.resume{
    border: 2px solid #C3F73A;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.resume-button{
    color: #C3F73A;
    text-decoration: none;
}
a{
    color: white;
}

main{
     width: 100%; 

}

.main-content{
    max-width: 750px;
    margin: 50px auto;
    
}

.main-content-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.email{
    z-index: 1;
}

#my-email{
    width: 400px;
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    transform-origin: 0 0;
    transform: rotate(90deg);
    color: white;
    left: 93vw;
    top: 120px;
    z-index: 1;

    
}

.after{
    width: 250px;
    height: 5px;
    border-bottom: 3px solid #8892b0;
}

.before{
    width: 250px;
    height: 5px;
    border-bottom: 3px solid #8892b0;
    position: relative;
    margin-left: 30px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    color: white;
}


.thumbnail{
    width: 200px;
    height: 200px;
}

.app-explained{
    color: white;
}

p{
    color: white;
}


.my-work{
    max-width: 750px;
    display: flex;
    justify-content: space-between;
}

.portfolio{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.web{
    margin-top: 10px;
}

h5 {
    color: #C3F73A;
    margin-left: 10px;
}

#ios{
    margin-bottom: 100px;
}
.stack{
    max-width: 420px;
    border-radius: 20px;
    background-color: #112240;
    box-shadow: 0 4px 8px 0 #C3F73A, 0 6px 20px 0 #C3F73A;
}

.stack-list{
    width: 100%;
    max-width: 300px;
    display: flex;
}

.app-explained{
    margin-left: 10px;
    font-size: 15px;
    margin-top: -15px;
}

.menu{
    display: none;
}

.contact-items{
    margin-top: 50px;
}

.contact-me{
    background-color:#112240;
    color: #C3F73A;
    border-radius: 5px;
}

.contact-me:hover{
    cursor: pointer;
    background-color: #C3F73A;
    color: #0D0628;
    transition: 2s;
    box-shadow:0px 0px 4px 4px white;
}

@media screen and (max-width: 900px) {
    .link-resume{
        display: none;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
       
    }

    .resume{
        margin: auto;
    }

    .resume-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;  
    }

    .link{
        flex-direction: column;
    }
    .menu{
        display: block;
        color: #C3F73A;
        margin-right: 30px;
    }

    .main-content{
        max-width: 65%;
    }

    .about-list{
        display: flex;
        flex-direction: column;
        
    }

    h2, h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    h1{
        font-size: 10px;
        margin-top: 80px;
    }

    p, .lil-bio, .app-explained{
        font-size: 14px;
    }
   
    .social-icon{
        display: flex;
        flex-direction: column;
        left: 20px;
    }

    img{
        width: 20px;
        height: 20px;
    }

    .before{
        right: 13px;
    }
    #my-email{
        font-size: 15px;
    }

    .my-work{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .stack{
        max-width: 250px;
        margin-top: 30px;
    }

    #pic{
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .thumbnail{
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    .stack{
        max-width: 100%;
    }
    
    .port-list{
        font-size: 11px;
    }
    h4{
        font-size: 20px;
    }
    .logo-letter{
        font-size: 30px;
        margin-right:5px;
    }
}
