

.header
{
    display: flex;
    margin:0px;
    width:100%;
    height:80px;
    
    justify-content: space-between;
    
}
.name
{
    padding-left:65px;
    

}
.name h1 span{
    font-weight: bold;
    color:blueviolet;
}

.nav li
{
display: inline-block;
width: 80px;
margin:27px;
padding: 10px;
text-align: center;
font-weight: bold;
border-radius: 7px 0px 7px 0px;

/*font-size: 25px;
font-weight: bold;
color: blue;
 letter-spacing: 5px;
text-transform: uppercase;
margin-left: 200px;
margin-top: 300px;



outline: 2px solid blue;*/
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 1s;
}
.nav li:hover{
    
   /*background-color: blueviolet;
   border-radius: 5px;*/
   color: white;
   transform: scale(1.1);
   outline: 2px solid blueviolet;
   box-shadow: 4px 5px 17px -4px black;
}

.nav li:hover::before{
    
   
    width: 250%;
 }

 .nav li::before{
    content: "";
    background-color: blueviolet;
    outline: 2px solid blueviolet;
    position: absolute;
    top: 0;
    left: -50px;
    height: 100%;
    width: 0%;
    transform: skewX(45deg);
    z-index:-1;
    transition: all 1s;
   
    
 }


.nav li a{
    
    text-decoration: none;
    color: black;
    
}


.container
{
    display:flex;
    width:100%;
    height:auto;
    
    
}


.article1
{
    margin:auto;
    width:40%;
    height:470px;
    
}

.container .article1:hover
{


transform: scale(1.1);
}

.content1{
    font-size: 70px;
    text-align: center;
    margin-top: 110px;

}
.content2
{
    font-size: 50px;
    color:blueviolet;

}
.skills
{
    margin-top: 100px;
    font-size: 21px;
    line-height: 35px;
    font-style: italic;
}
.skills span 
{
    color: blueviolet;
    font-weight: bold;
}
.projects
{
   margin-top: 70px;
    font-size: 21px;
    line-height: 35px;
    font-style: italic;
}
.projects span{
    color: blueviolet;
    font-weight: bold;
}
.about
{
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    margin-top:140px;
    margin-left: 100px;
 
}
.about span 
{
    color: blueviolet;
    font-weight: bolder;
}
.contact{
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    margin-top:140px;
    margin-left: 80px;
}
.contact span{
    color: blueviolet;
    font-weight: bolder;
}

.article2
{
    margin:auto;
    width:32%;
    height:460px;
    margin-top:0px;
    border-radius: 100%;
    border:0px solid black;

}
.article2 img{
    /*margin:auto;*/
    width:100%;
    height:460px;
    border-radius: 100%;
   


}
.footer{
width: 100%;
height: 100px;
background-color: blueviolet;


}
.logo{
   
	width:60%;
	height:50px;
	margin-top:0px;
	margin-left:200px;
}
.logo li{
    display: inline-block;
    width: 50px;
    margin-top:20px;
}
.logo img{
	width:25px;
	padding:0px;
	margin-left:350px;
}
.copy{
    margin-left: 370px;
    margin-top: 20px;
}
