/* general */
body {
  font-family: "lato", sans-serif;
}
h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  padding: 65px 0 80px 0;
}
section.heading {
  text-align: center;
  padding: 40px;
}
section.heading h2 {
  text-transform: uppercase;
}
.divider {
  width: 100px;
  height: 2px;
  background-color: rgba(40, 54, 69);
  margin: 0 auto 20px;
}
.divider.white {
  background-color: rgba(40, 54, 69);
}
ul {
  list-style: none;
}
/* about */
#about {
  background-color: rgba(40, 54, 69);
}
.profile-picture {
  text-align: center;
  margin: 0px auto 60px;
}

#about .heading h1 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.button1 {
  margin: 20px;
  text-transform: uppercase;
  transition: all 0.6 ease 0s;
}
/* skills */

#skills .heading h2 {
  color: rgba(40, 54, 69);
}
#skills .progress {
  height: 45px;
  margin: 30px 20px;
}

#skills .progress:last-child {
  margin-bottom: 0px;
}
#skills .progress-bar {
  background-color: rgba(40, 54, 69);
}

/*#skills .progress-bar h5 {
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 3px;
}/*

/* EXPERIENCE */
#experience {
  background-color: rgba(40, 54, 69);
}
#experience .heading h2 {
  color: white;
}
.timline {
  padding: 30px 10px;
  position: relative;
}
.timline:before {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
  width: 5px;
  background-color: #333;
  left: 50%;
  margin-left: -2.5px;
}

.timline > li {
  margin-bottom: 20px;
  position: relative;
}
.timline > li:before,
.timline > li:after {
  content: "";
  display: table;
}
.timline > li:after {
  clear: both;
}
.timline li .timline-bage {
  color: rgba(40, 54, 69);
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #ddd;
  border-radius: 50%;
}
h6 {
  color: rgba(40, 54, 69);
}
.timline-panel-container {
  width: 50%;
  float: left;
}
.timline-panel-container-inverted {
  width: 48%;
  float: right;
}

.timline-panel {
  width: 90%;
  float: right;
  margin-right: 40px;
  border: 1px solid rgba(40, 54, 69);
  border-radius: 7px;
  padding: 20px 25px;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
.timline-panel-container-inverted .timline-panel {
  float: right;
  margin-right: 40px;
}
.timline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: "";
}
.timline-panel-container-inverted .timline-panel:after {
  border-left-width: 0;
  border-right-width: 18px;
  left: -10;
  right: auto;
}
.timline-heading h3 {
  margin-top: 5px;
  font-size: 20px;
}
.timline-heading h4 {
  margin-top: 5px;
  font-size: 20px;
}
.timline-heading h4 {
  color: rgba(40, 54, 69);
}
/* EDUCATION */
#education .heading h2 {
  color: rgba(40, 54, 69);
  margin: 15px 0px;
  font-weight: bold;
}

.education-block {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  background: #e9ecef;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.education-block h5 {
  columns: #888;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.education-block span {
  font-size: 35px;
}

.education-block h5 {
  color: rgba(40, 54, 69);
  margin: 15px 0px;
  font-weight: bold;
}
.education-block h6 {
  margin-bottom: 20px;
  font-weight: normal;
  font-weight: bold;
}
/* portefolio */
#portfolio {
  background-color: rgba(40, 54, 69);
}
#portfolio .heading h2 {
  color: white;
  padding: 30px;
}

#portfolio img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#portfolio img:hover {
  filter: none;
  -webkit-filter: none;
}
#portfolio .col-md-4 {
  margin-bottom: 20px;
}
/* recommandation */

#recommendations {
  color: rgba(40, 54, 69);
}
