*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

nav {
    /* background-color: skyblue; */
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: blue; */
}

 label.logo {
    color: white;
    font-size: 25px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    float: right;
    display: flex;
}

nav ul li {
    margin: 30px;
    font-size: 20px;
    text-decoration: none;
}

nav ul li a{
    color: white;
    text-decoration: none;
}

a:hover {
    background: none;
    /* color: red; */
    text-decoration: none;
}

nav a:hover, 
.active {
    color: grey;
}

nav .icon {
    display: none;
}

.icon-cancel {
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
    display: none;
}

.iconbar {
    color: white;
    font-size: 30px;
    cursor: pointer;
    display: none;
    float: right;
    padding-right: 30px;
}

/* a:hover.active {
    color: red;
} */

section {
    min-height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background:  rgb(47, 49, 51);
    width: 100%;
    overflow-x: hidden;
    color: white;
    background-size: cover; 

}

#home {
    background-image: url(unnamed\ \(1\).jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.workstuff {
    justify-content: center;
}

#logos {
    padding-left: 550px;
    
}

#githublogo {
    width: 40px;


}

#linkedinlogo {
    width: 40px;
}

.weird {
    font-size: 3vw;
}

h1 {
    color: black;
}

.software {
    font-size: 2.6vw;
}

.homecontainer {
    width: 100%;
    height: auto;
    position: static;
    max-width: 100%;

}

.introduction {
    height: auto;
    width: 100%;
    margin: 10px;
    text-align: right;
    padding-right: 40px;
}  



body {
    background-color: #191970;
    overflow-x: hidden;
    
}

hr {
    border: 1px solid white;
}

#about {
    padding: 30px;
    padding-top: 100px;
    width: 100%;
    max-width: 100%;
    display: flex;
}

#logos {
    display: inline-block;
    top: 0;
}

.row {
    /* margin-top: -50px; */
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    padding: 10px;
    border-spacing: 10px;
}

.introtome {
    width: 50%;
    height: 100%;
    padding: 20px;
    margin: 10px;
}

.mypicture {
    width: 50%;
    height: 100%;
    display: grid;
}

#profilepicture {
    /* border-radius: 15px; */
    width: 100%;
    float: left;
}

#profilepic2 {
    width: 70%;
    border-radius: 100px;
}

.titleabt {
    font-size: 1.5vw;
}


.prompt {
    font-size: 1.2vw;
}

.skillprompts {
    font-size: 1.2vw;
}

#language {
    padding: 10px;
}

ul.skillslist {
    font-size: 1.2vw;
    /* font-size: 1.3vw; */
    list-style: square;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    /* text-align: right; */
}


li.tech {
    margin: 20px;
}



skillshere {
    /* text-align: center; */
    /* display: flex; */
    padding: 0;
}

/* ul li {
    list-style: none;
    font-size: 20px;
    padding: 0;
} */

#techlist {
    list-style: none;
    display: flex;
}

h5 {
    font-size: 40px;
    color: wheat;
}

h6 {
    font-size: 40px;
    color: wheat;
}

h7 {
    font-size: 2vw;
}

.container {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* margin-top: -500px; */
    word-wrap: break-word;
    justify-content: center;
}

#project {
    padding: 30px;
    padding-top: 100px;
    width: 100%;
    max-width: 100%;
}

.projectrow {
    justify-content: space-between;
    display: flex;
    padding: 10px;
    border-spacing: 10px;
}

.project1 {
    height: 100%;
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px  rgb(47, 49, 51);;
    margin: 10px;
    border-style: ridge;
}

.project2 {
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px  rgb(47, 49, 51);
    border-style: groove;
    margin: 10px;

}

#chatappprompt {
    font-size: 20px;
}

#githublogo2 {
    width: 15%;
}

#stackerprompt {
    font-size: 20px;
}

#githublogo3 {
    width: 15%;
}

.demologo {
    width: 15%;
}

.contactcontainer {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 50px;
    text-align: center;
    display: grid;
}

.contact-title {
    float: left;
    font-size: 70px;
}

h8 {
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 80px;
    text-align: left;
}

#myemail {
    font-size: 50px;
}

.myinfo {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    display: grid;
    justify-content: center;
}

#myemail {
    font-size: 20px;
}

.contactinfo {
    width: 100%;
    height: auto;
    float: left;
}

.social-icons {
    font-size: 30px;
}

/* #contactName {
    width: 100%;
    font-size: 20px;
    color: white
}

#contactemail {
    font-size: 20px;
    position: relative;
    top: -50px
}

#contactbox {
    width: 100%;
    font-size: 20px;
} */

/* .contactinfo form {
    width: 100%;
} */

::placeholder {
    color: white;
}

input, textarea {
    color: white;
}

#submitbutton {
    font-size: 20px;
    background-color: rgb(83, 81, 81);
    color: white;
    float: right;
    padding: 5px;
}

form input, form textarea {
    width: 100%;
    border: 0;
    outline: none;
    padding: 20px;
    margin: 15px 0;
    border-radius: 6px;
    background-color: rgb(83, 81, 81);
    font-size: 20px;
    resize: vertical;

}


/* css for small screens */

@media screen and (max-width: 992px){
    .iconbar {
        display: block;
        font-size: 6vw;
        margin-right: -20px;
    }

    .icon-cancel {
        display: block;
    }

    .iconbar.hide {
        display: none;
    }

    nav ul {
        display: none;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        display: block;
        padding: 40px 0;
        text-align: center;
        background: wheat;
        transition: all 0.3s ease;
    }

    nav ul li {
        margin-top: 45px;
    }

    nav .menu.active {
        left: 0%;
        
    }

    nav .logo {
        display: none;
    }

    .weird {
        font-size: 4vw;
    }

    .software {
        font-size: 3.5vw
    }

    h1 {
        /* font-size: 40px; */
        font-size: 1vw;
    }

    /* h2:not(#project-title) { 
        font-size: 4vw;
    } */

    /* #titleproject {
        font-size: 6vw;
    } */

    h2 {
        font-size: 6vw;
    }

    .introduction {
        text-align: right;
    }

    section {
        background-position: center center;
        background-size: cover cover;
        /* background-attachment: fixed; */
        width: 100%;
        min-height: 100vh;
        overflow-y: visible;

    }

    #about {
        padding: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
        display: grid;
    }

    .introtome {
        width: 100%;
    }

    .mypicture {
        /* display: block; */
        float: left;
        width: 100%;
    }

    #profilepic2 {
        width: 100%;
        /* height: 50%; */
        border-radius: 100px;
        
    }

    .row {
        padding: 0;
        display: grid;
        overflow-y: hidden;
        overflow-x: hidden;
        text-align: center;
        margin: 20px;
    }

    

    .titleabt {
        font-size: 4vw;
    }

    .prompt {
        font-size: 2vw;
        text-align: justify;
    }

    .skillprompts {
        font-size: 2vw;
        text-align: left;
        float: left;
      
    }
    
    /* .tech {
        font-size: 2vw;
        display: flex;
        flex-wrap: wrap;
        list-style: circle;
    } */

    ul.skillslist {
        font-size: 2vw;
        display: flex;
        flex-wrap: wrap;
        list-style: square;
        line-height: 0;
        width: 100%;
    }

    #projects {
        /* padding-top: 70px; */
        justify-content: center;
        /* height: 150vh; */
        /* overflow-y: hidden; */
        width: 100%;
        height: 100%;
        /* min-height: 100%; */
        height: fit-content;
        overflow-y: auto;
    }

    /* .container {
        position: relative;
        top: -200px;
    } */

    /* .projectrow {
        display: grid;
        grid-gap: 20px;
    } */

    .project1 {
        width: 100%;
        padding: 10px;
        
    }

    .project2 {
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    h7 {
        font-size: 3vw;
    }

    h5 {
        font-size: 3vw;
    }

    #chatappprompt {
        font-size: 2.5vw;
    }

    #githublogo2 {
        width: 20%;
    }

    #githublogo3 {
        width: 20%;
    }


    h6 {
        font-size: 3vw;
    }

    #stackerprompt {
        font-size: 2.5vw;
    }

    /* #demologo {
        width: 10%;
    } */

    /* #demologo2 {
        width: 10%;
    } */

    .demologo {
        width: 20%;
    }

    h8 {
        font-size: 6vw;
    }

    .contactcontainer {
        height: 100%;
        margin-top: -80px;
    }

    #myemail {
        font-size: 3vw;
    }

    #callphone {
        font-size: 3vw;
    }

    .social-icons {
        font-size: 3vw;
    }

    #submitbutton {
        font-size: 3vw;
    }

    form input, form textarea {
        width: 100%;
        border: 0;
        outline: none;
        padding: 20px;
        margin: 15px 0;
        border-radius: 6px;
        background-color: rgb(83, 81, 81);
        font-size: 3vw;
        resize: vertical;
    
    }

}

@media only screen and (max-width: 582px) {
    .projectrow {
        display: grid;
        grid-gap: 20px;
    }

    .project1 {
        width: 100%;
        padding: 10px;
        
    }

    .project2 {
        height: 100%;
        width: 100%;
        padding: 10px;
    }

    h7 {
        font-size: 4vw;
    }

    h5 {
        font-size: 3vw;
    }

    #chatappprompt {
        font-size: 2.8vw;
    }

    #githublogo2 {
        width: 10%;
    }

    #githublogo3 {
        width: 10%;
    }


    h6 {
        font-size: 3vw;
    }

    #stackerprompt {
        font-size: 2.8vw;
    }

    .demologo {
        width: 10%;
    }
}

