* {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


body {
  background-color: #EBEBEB;
}

.content-overlay {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 25%;
  width: 100%;
  padding: 10px;
  top: 0;
  pointer-events:none;
}

.h4-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 30pt;
  text-transform: none;
}

.img-fluid {
  border-radius: 70px;
  padding: 10px;
  opacity: 0.8;
}

.img-fluid:hover {
  border-radius: 90px;
  opacity: 0.2;
}

.img-fluid:hover ~ .p-center {
  visibility: visible;
  transition: opacity .2s, visibility .2s;
}

.img-profile {
  border: 0.3rem solid #EBEBEB !important;
}

.lastname {
  font-size: 25pt;
}

#me {
  opacity: 1 !important;
}

#me:hover {
  opacity: 1 !important;
}

.p-center {
  position: absolute;
  top: 45%;
  font-weight: bold;
  width: 100%;
  text-align: center;
  visibility: hidden;
  font-size: 20pt;
  color: #ce4e4e !important;
  pointer-events:none;
}

.container {
  float: left;
  background-color: gray;
  width: 60px;
  margin-right: 10px;
  border-radius: 5px;
  padding: 0;
}

.level {
  float:left;
  background-color: #ce4e4e;
  border-radius: 5px;
}

.bg-primary {
  background-color: #495057 !important;
}

.text-primary {
  color: #ce4e4e !important;
}

hr {
  background: #495057 !important;
  height: 1px;
}

.subheading {
  padding-top: 15px;
  margin-bottom: -10px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: none;
}

.mb-3 {
  margin-bottom: 0.2rem !important;
}

ul {
  padding-inline-start: 0px;
}

.skills_list {
  list-style:none;
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
  font-weight: bold;
  padding-bottom: 6px;
  color: #6c757d;
}
