.profilPage {
  width: 100%;
}
.profilPage header {
  width: 100%;
  height: 100%;
  background-color: #130d17;
  padding: 0px 0px 15px 0px;
}
.profilPage header section {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 10px 40px;
  align-items: center;
}
.profilPage header section figure {
  height: 100px;
  min-width: 100px;
}
.profilPage header section figure .editProfilPic {
  color: #8ba9ae;
  position: absolute;
  opacity: 0.3;
}
.profilPage header section figure .editProfilPic:hover {
  opacity: 1;
  color: #8feafa;
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.1);
  }
}
.profilPage header section figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #82CBCE;
}
.profilPage header section div {
  text-align: end;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  line-height: 15px;
  color: azure;
}
.profilPage header section div h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
}
.profilPage header section div h2 {
  font-size: 18px;
}
.profilPage header section div h3, .profilPage header section div h4 {
  font-size: 16px;
}
.profilPage header footer {
  padding: 0px 10px 0px 10px;
}
.profilPage header footer ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
.profilPage header footer ul li {
  list-style-type: none;
  margin: 6px 0px;
}
.profilPage header footer ul li a {
  background-color: #9ed1c0;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.profileContent {
  width: 100%;
}
.profileContent header {
  margin: 20px 0px 10px 0px;
}
.profileContent header nav ul {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.profileContent header nav ul li {
  list-style-type: none;
  margin: 0px 8px;
}
.profileContent header nav ul li i {
  font-size: 20px;
}
.profileContent header nav ul li i:hover {
  font-size: 28px;
  color: #82CBCE;
}

.profileFeed {
  padding: 25px 0px 0px 0px;
  min-height: 100vh;
}

/*# sourceMappingURL=profil.css.map */
