#main-card {
  margin-top: 10em;
  border-radius: 20px;
}

#main-card section {
  margin-bottom: 20px;
}

#avatar {
  margin-top: -95px !important;
}

#avatar img {
  max-width: 160px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

#job-icons p {
  margin-top: 20px;
}

a.skill-link:hover{
  text-decoration: none
}

.counter-container p {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}

.counter-container p.counter-number {
  font-size: 4em;
  margin-bottom: 0;
}

#section-dev-web,
#section-administrator,
#section-webmaster,
#section-presta-addons,
#section-connector,
#section-ebp-dev-spec {
  padding: 1em;
}

@media (min-width: 768px) {
  #section-dev-web,
  #section-administrator,
  #section-webmaster,
  #section-presta-addons,
  #section-connector,
  #section-ebp-dev-spec {
    padding: 2em;
  }
}

#section-dev-web {
  position: relative;
  background-image: url(/assets/images/bg-dev-web.jpg);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  
}

#section-dev-web .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(155, 0, 73, 0.7);
}

#section-webmaster {
  position: relative;
  background-image: url(/assets/images/bg-webmaster.jpg);
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  
}

#section-webmaster .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 36, 93, 0.7);
}

#section-ebp-dev-spec {
  background-color: #047a88;
}

.text-white {
  color: #ffffff !important;
}

.vcenter {
  display: flex;
  flex-wrap: wrap;
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important;
}

.img-responsive {
  display: block !important;
  margin: auto;
}

#administrator-slider {
  position: relative;
}

#administrator-slider:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 10%;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

#administrator-slider:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 10%;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

#administrator-slider .bx-wrapper {
  margin: auto;
  box-shadow: none;
}
