body {
  background: url(images/LA.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%
  margin:auto;

}

header{
  width: 100%;
  max-height: 1080px;
  min-height: 600px;
  height:1000px;
}


#imageBox{
  height:75%;
  margin-top: 4.7%;
  width: 100%;
  opacity: 1;
  z-index: -321;
  text-align: center;
  position: fixed;
}

#picMe{
  border-radius: 50%;
  height: 200px;
  width: 200px; 
}

#bigName{
  color: black;
  font-weight: bolder;
  font-size: 65px;
}

#jobDescription{
  color: white  ;
  font-size: 30px;
  text-align: center;
}


#navbar{
  padding-right: 30px;   
  z-index: 1; 
  background-color: #111;
  padding-top: 30px;
  display: flex;
  flex-direction:column;
  width: 291px;
  height: 100%;
}

.nonesticky{
  position: absolute;
  top: 1000px;
 }

#navbar .section a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  transition: 0.3s;
  display: block;
}

#navbar .section a:hover{
  color: #f43d1e;

}

#navItem{
  background-color: #fff;
}

#navbar #sectionz a:hover{
  background-color: #f43d1e;
  color: #f1f1f1;
}

.sticky{
  position: fixed;
  top: 0;
  left: 0;
 }

#main{
  display: flex;
  flex-direction: column;
  margin-left: 291px;
  height: 90%;
  z-index: 9;
}


#article{
  width: 100%;

}

.bar{
  background-color: #111; 
  height: 50px;
   margin-bottom: 90px ;
 }


#personalInfo{
  background-image: linear-gradient(white, #ddddc1);
  height: 20%;
  min-height: 788px;
  max-height: 1000px;
}

#professional{
  font-weight: bolder;
  font-size: 45px;
  text-align: center;
}

#personalInfoText{
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-weight: bold;
  max-width: 800px;
}



#portfolio{
  background-image: linear-gradient(#ddddc1, #d6e0d5);
  text-align: center;
  height: 30%;
}

#portfolioTitle{
  font-weight: bolder;
  font-size: 45px;
  text-align: center;
}

.imagesPortfolio{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  
}

.imagespf:hover {
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  filter:blur(3.5px) brightness(90%);
}
  
.textWithBlurredBg{
    width:190px;
    height:190px;
    display:inline-block;
    transition:.3s;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
  }

  
  .textWithBlurredBg img{
    width:100%;
    height:100%;
    transition:.3s;
    border-radius:4px;

  }

  
  .textWithBlurredBg:hover {
   
  transform: scale(1.7);
  transition: all 0.5s;
  
  }



 #motivation{
  background-image: linear-gradient(#d6e0d5, #b9b8dd);
  min-height: 100px;
  max-height: 2000px;
  height: 30%;
  }


#motivationtittle{
  font-weight: bolder;
  font-size: 45px;
  text-align: center;
}


#rubriquemotivation{
   font-size: 25px;
  margin-left: auto;
  margin-right:auto;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
   }

.partie{
  text-align: center;
  width: 20%;
  
}

.partieM{
  text-align: center;
    width: 20%;

}

.partieI{
  text-align: center;
   width: 20%;

}

.partieG{
  text-align: center;
  width: 20%;
 
}

@media(max-width:1302px) {
  #rubriquemotivation{flex-direction: column;
    align-items:center;}
  .partie{width: 80%}
  .partieM{width: 80%}
  .partieI{width: 80%}
  .partieG{width: 80%}

}


#socialmedia{
  background-image: linear-gradient(#b9b8dd, #F1f1f1);
  height: 20%;
  }


#socialtittle{
  font-weight: bolder;
  font-size: 45px;
  text-align: center;
}

#logo{
  margin-top: 80px;

}



.logo1{
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

#logo img{
  width: 50px;
  height: 50px;
  margin-right: 50px;
  margin-left: 50px;
}



#footer{
 background-color: #111;
  height: 250px;
  text-align: center;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  font-size: 15px;
 

}



@media(max-width:1000px) {
     #navbar {display: none;}
     #main{width: 100%;
      margin-left: 0px;}
     
   }


.thinText{
  text-decoration: none;
  color: #696969;
  font-size: 20px;
}

#hey{
  height:75%;
  text-align: center;
  padding-top: 820px;
  position: fixed;
  margin-left: 250px;
}

.styling{
  display: inline;
  position: relative;
  font: 50px Helvetica, Sans-Serif;
  letter-spacing: -5px;
  color: rgba(0,0,255,0.5);
}
.styling:after{
  content: "Creating";
  position: absolute; left: 4px; top: 2px;
  color: rgba(255,0,0,0.5);
}
.stylingI{
  display: inline;
  position: relative;
  font: 50px Helvetica, Sans-Serif;
  letter-spacing: -5px;
  color: rgba(0,0,255,0.5);
}
.stylingI:after{
  content: "Innovating";
  position: absolute; left: 4px; top: 2px;
  color: rgba(255,0,0,0.5);
}
.stylingM{
  display: inline;
  position: relative;
  font: 50px Helvetica, Sans-Serif;
  letter-spacing: -5px;
  color: rgba(0,0,255,0.5);
}
.stylingM:after{
  content: "Money";
  position: absolute; left: 4px; top: 2px;
  color: rgba(255,0,0,0.5);
}
.stylingG{
  display: inline;
  position: relative;
  font: 50px Helvetica, Sans-Serif;
  letter-spacing: -5px;
  color: rgba(0,0,255,0.5);
}
.stylingG:after{
  content: "Going big";
  position: absolute; left: 4px; top: 2px;
  color: rgba(255,0,0,0.5);
}



h2 {
  font: 300px Helvetica, Sans-Serif;
  letter-spacing: -3px;

}

.ccd {
  font-style: bold;
  font-size: 18px;
}


