/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 23, 2024, 7:30:20 PM
    Author     : HP
*/

nav {
  

  position: relative;
  margin-top: 0px;
  width: 100%;
  height: 40px;
  background-color: #720FC9;
  border-radius: 0px;
  font-size: 0;
}
nav a {
  line-height: 40px;
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}
nav .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all .5s ease 0s;
  border-radius: 8px;
}
a:nth-child(1) {
  width: 100px;
}
a:nth-child(2) {
  width: 110px;
}
a:nth-child(3) {
  width: 140px;
}
a:nth-child(4) {
  width: 160px;
}
a:nth-child(5) {
  width: 120px;
}
nav .start-home, a:nth-child(1):hover~.animation {
  width: 100px;
  left: 0;
  background-color: #89c2fa;
}
nav .start-about, a:nth-child(2):hover~.animation {
  width: 110px;
  left: 100px;
  background-color:  #89c2fa;
}
nav .start-blog, a:nth-child(3):hover~.animation {
  width: 140px;
  left: 210px;
  background-color: #89c2fa;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
  width: 160px;
  left: 350px;
  background-color:  #89c2fa;
}
nav .start-contact, a:nth-child(5):hover~.animation {
  width: 120px;
  left: 510px;
  background-color:  #89c2fa;
}



body {
  font-size: 12px;
  font-family: sans-serif;
 
}
p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: 'Cherry Swash',cursive;
    font-size: 16px;
}


div.d {
  text-align: left;
    color: #000000;
    font-family: 'Calibri',sans-serif;
    font-size:1.8em;
    
} 
div.c {
    margin-left: 50px;
  text-align: justify;
    color: #000000;
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
    letter-spacing: 1px;
} 