*{
    margin:0;
    padding:0;
    text-decoration: none;
    /* border: 1px solid black; */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    cursor: default;
}
html{
    scroll-padding-top: 9vh;
    scroll-behavior: smooth;
}
body{
    padding-top: 9vh;
}
a{
    cursor: pointer;
}
input{
    cursor: text;
}
textarea{
    cursor: text;
}
.nav-bar{
    display:flex;
    justify-content:space-evenly;
    padding: 2vh 0;
    width: 100%;
    height: 5vh;
    top: 0;
    position: fixed;
    background-color: white;
    align-items: center;
    box-shadow: 0 0.5px 5px #DBE3A7;
}
.nav-barElement{
    color: black;
    font-size: 1.7em;
}
#space{
    width: 30%;
}
.home{
    display: flex;
    width: 100%;
}
#homeDiv1{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 50%;
}
#homeDiv11{
    display: flex;
    flex-direction: column;
    margin: 12%;
    flex-grow: 1;
    justify-content: space-between;
}
#homeHeading{
    font-size: 4em;
    margin-bottom: 1rem;
}
#homeName{
    color:#CDA7E3;
}
#homeContact{
    width: fit-content;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #CDA7E3;
    padding: 0.3em 1.6em;
    border-radius: 0.3em;
    color: black;
}
#homeLogos{
    display: flex;
    justify-content: space-between;
    height: 2.2rem;
}
.logos{
    display: block;
    color: black;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.2rem;
    height: 2rem;
    cursor: pointer;
}
#linkedin{
    background-image: url(img/linkedin.png);
}
#github{
    background-image: url(img/github.png);
}
#email{
    background-image: url(img/email.png);
}
.spaceLogos{
    flex-grow: 0.8;
}
#homeDiv2{
    background-image: url(img/myImg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 50vw;
}
.Heads{
    display: flex;
    justify-content: center;
    font-size: 4em;
    padding: 6% 0;
    color: #CDA7E3;
    text-decoration: underline;
    font-weight: 900;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 100%;
}
.about{
    display: flex;
    width: 100%;
}
#aboutDiv1{
    background-image: url(img/myImg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    min-height: 50vw;
    border-radius: 20px;
}
#aboutDiv2{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#aboutDiv21{
    margin: 12%;
}
#aboutHeading{
    margin-bottom: 1rem;
    font-family: cursive;
    font-size: 2rem;
}
#aboutParagraph{
    font-family: cursive;
    font-weight: 600;
    font-size: 1.1em;
}
.skills{
    width: 100%;
}
#skillsHeading{
    padding-left: 5vw;
    font-size: 2.5em;
    font-family: cursive;
}
#skillsDiv1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5vmin 5vw;
    gap: 2vw;
}
.skillsDivs{
    width: 40vw;
    height: 10vmin;
    background-color: #DBE3A7;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 1px 20px #DBE3A7;
}
.skillsProgressHeading{
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.skillsIcon{
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2% 0 5%;
}
.skillsName{
    font-size: 1.5em;
}
.skillsGap{
    flex-grow: 1;
}
.skillsProgress{
    background-color: #CDA7E3;
    height: 10%;
    border-radius: 0 10px 10px 0;
}
#skillsIconPython{
    background-image: url(img/python.png);
}
#pythonProgress{
    width: 60%;
}
#skillsIconMysql{
    background-image: url(img/mysql.png);
}
#mysqlProgress{
    width: 70%;
}
#skillsIconJava{
    background-image: url(img/java.png);
}
#javaProgress{
    width: 90%;
}
#skillsIconSpringboot{
    background-image: url(img/springboot.png);
}
#springbootProgress{
    width: 70%;
}
#skillsIconMongodb{
    background-image: url(img/mongodb.png);
}
#MongodbProgress{
    width: 50%;
}
#skillsIconReact{
    background-image: url(img/react.png);
}
#ReactProgress{
    width: 30%;
}
.projects{
    width: 100%;
}
#projectsDiv1{
    margin: 2vmin 5vw;
}
.projectsHeading{
    font-family: cursive;
    margin-bottom: 0.2rem;
    font-size: 2em;
}
.projectsLink11{
    font-family: cursive;
    font-size: 1em;
    background-color: #CDA7E3;
    color: black;
    padding: 0.3rem 2rem;
    border-radius: 10px;
}
.projectsParagraph1{
    margin-top: 1rem;
    font-family: cursive;
}
#projectsList1{
    list-style: inside;
}
.projectsList1items{
    font-family: cursive;
}
.projectsLink12{
    font-family: cursive;
    color: black;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.projectsDiv1icon{
    background-image: url(img/link.png);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}
.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 0;
    width: 100%;
}
#contactDiv1{
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contactDiv11{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contactElements{
    margin: 4% 0;
    border-radius: 5px;
    width: 90%;
    padding: 0 5%;
    font-size: 1rem;
    font-family: serif;
}
.contactError{
    width: fit-content;
    border-radius: 2px;
    font-family: serif;
    font-size: 0.9em;
    padding: 0.3rem 1.3rem;
    display: none;
    box-shadow: 1px 1px 5px #DBE3A7;
}
#contactName{
    height: 2rem;
}
#contactEmail{
    height: 2rem;
}
#contactParagraph{
    height: 10rem;
    padding: 5%;
    line-height: 1.5rem;
    resize: none;
}
#contactDiv2{
    margin-top: 3%;
    width: 30vw;
    justify-content: end;
    display: flex;
    margin-bottom: 3%;
}
#contactEnter{
    height: 3em;
    width: 45%;
    border-radius: 5px;
    background-color: #CDA7E3;
    font-size: 1em;
}
.footer{
    background-color: #2e1e3f;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 0;
    width: 100%;
}
#footerName{
    color: white;
    font-family: serif;
    font-size: 2em;
    margin-bottom: 1%;
}
#footerContent{
    color: white;
    font-family: serif;
    font-size: 1.1rem;
    text-align: center;
    line-height: 150%;
}
#homeContact:hover{
    font-size: 2.7vmin;
}
.logos:hover{
    height: 2.2rem;
}
#projectsLink11:hover{
    font-weight: bold;
    background-color: #2e1e3f;
    color: white;
}
#projectsLink12:hover{
    font-weight: bold;
}
.contactElements:hover{
    border: 3px solid black;
}
#contactEnter:hover{
    border: 3px solid;
}
#contactEnter:active{
    border: 0;
}

@media(max-width: 950px){
    #aboutDiv1{
        background-image: none;
        width: 0%;
    }
    #aboutDiv2{
        width: 100%;
    }
}

@media(max-width: 700px){
    .nav-bar{
        padding: 0;
    }
    .nav-barElement{
        font-size: .7em;
    }
    .Heads{
        font-size: 2em;
    }
    #homeHeading{
        font-size: 1.5em;
        margin: 0;
    }
    #homeContact{
        font-size: .6em;
    }
    #space1{
        height: 1vh;
    }
    .logos{
        width: 1.1rem;
        height: 1rem;
    }
    #aboutDiv1{
        background-image: none;
        width: 0%;
    }
    #aboutDiv2{
        width: 100%;
    }
    #aboutHeading{
        font-size: 1.3em;
    }
    #aboutParagraph{
        font-weight:lighter;
        font-size: .8em;
    }
    #skillsHeading{
        font-size: 1.2em;
    }
    .skillsName{
        font-size: .8em;
    }
    .skillsPercent{
        font-size: .7em;
    }
    .projectsHeading{
        font-size: 1.2em;
    }
    .projectsLink11{
        font-size: .7em;
    }
    .projectsParagraph1{
        font-size: .7em;
    }
    .projectsList1items{
        font-size: .7em;
    }
    .projectsDiv1icon{
        width: 1.3em;
        height: 1.3em;
    }
    .projectsLink12{
        font-size: .7em;
    }
    #contactDiv1{
        width: 70%;
    }
    #contactName{
        height: 1.6em;
    }
    #contactEmail{
        height: 1.6em;
    }
    #contactParagraph{
        height: 10em;
        line-height: 1.3em;
    }
    #contactDiv2{
        width: 70%;
    }
    #contactEnter{
        font-size: .8em;
        height: 2em;
    }
    #footerName{
        font-size: 1em;
    }
    #footerContent{
        font-size: .6em;
    }
}