body {
  margin: 0;
  background: url("images/background2.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
}

html {
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: orangered;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  transition: 0.3s;
  background-color: orange;
}

.flex {
  justify-content: flex-start;
  display: flex;
  margin-top: 7%;
  margin-left: 10%;
  margin-right: 10%;
}

#nav {
  float: left;
  width: 20%;
}

#infoMe {
  background-color: black;
  color: white;
  float: left;
  width: 35%;
  margin-right: 8px;
  border-radius: 15px;
  max-height: 6100px;
  border-top: orangered groove;
}

#containerIntroducere {
  background-color: black;
  float: right;
  width: 35%;
  border-radius: 15px;
  color: white;
  max-height: 610px;
  overflow: auto;
  border-top: orangered groove;
}

.fadingLine {
  margin: 25px 0;
  height: 1px;
  background: white;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(black),
    to(black),
    color-stop(50%, white)
  );
}

.navList {
  list-style-type: none;
  text-align: center;
  margin: 0;
}

.navList li {
  padding: 5px 0px 5px 0px;
  margin: 0px 5px 5px 5px;
  background-color: orangered;
  color: white;
  border-radius: 15px;
  transition: 0.3s;
}

.navList li:hover {
  background-color: black;
}

#profil {
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: block;
  border-radius: 50%;
}

#infoMe h1 {
  margin: 10px 30px 0px 30px;
  text-align: center;
}
#infoMe p {
  margin: 10px 30px 60px 30px;
  text-align: center;
}

#date p {
  color: white;
  padding: 5px;
  background: rgb(255, 37, 4);
  background: linear-gradient(
    90deg,
    rgba(255, 37, 4, 1) 0%,
    rgba(255, 98, 20, 1) 50%,
    rgba(255, 149, 0, 1) 100%
  );
  border-radius: 25px;
}

#socialMedia {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.fa {
  padding: 10px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  background-color: orangered;
  transition: 0.3s;
}

.fa-facebook {
  background: white;
  color: black;
  margin-right: 10px;
  border-radius: 25px;
}

.fa-twitter {
  background: white;
  color: black;
  margin-right: 10px;
  border-radius: 25px;
}

.fa-linkedin {
  background: white;
  color: black;
  margin-right: 10px;
  border-radius: 25px;
}

.fa-instagram {
  background: white;
  color: black;
  border-radius: 25px;
}

.borderLeft {
  margin: 40px 0px 20px 40px;
  border-left: orangered groove;
}

.borderLeft p {
  margin-left: 10px;
}

.introHead {
  margin-top: 35%;
  text-align: center;
}

.introText {
  margin: 5% 5% 0% 5%;
  text-align: center;
}

.head {
  text-align: justify;
  margin: 0px 40px 40px 40px;
}

.defaultHead {
  text-align: center;
}
