*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    position: relative;
}

nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}



nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

nav ul li a:hover{
    color: darkslategray;
}

.text{
    margin-left: 8%;
    margin-top: 5%;
}

.text h1{
    font-size: 30px;
    color: #212121;
    margin-bottom: 20px;
}

span{
    color:orange;
    
}

.text p{
color:#212121;
    line-height: 22px;
}

.text a{
    background: #212121;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 3px 0;
    border-radius: 5px;
}
.images{
    width: 45%;
    height: 60%;
    position: absolute;
    top: 5;
    bottom:0;
    right: 100px;  
}

.images img{
    height: 100%;
    position: absolute;
    left: 60%;
    bottom: 0;
    transform: translateX(-50%);
    transition: bottom 2s, left 2s;   
    border: 5px solid black;
}

.DownloadResume ul li a:hover{
    color: whitesmoke;

}
.social{
    margin-left: 8%;
    margin-top: 100px;
}

.social a{
    font-size: 30px;
    color: #212121;
    margin-right: 20px;
}

.social a:hover{
    color:darkslategray
}