body {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #f0f0f0;
}
hr {
  /* color: #ffffff; */
  margin-bottom: 0;
  border: 10px solid white;
  width: 100%;
  border-radius: 5px;
  padding-bottom: 5px;
}
h3 {
  color: #b0c4de;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}
h5 {
  color: lightsteelblue;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}
textarea {
  height: 150px;
}
section {
  scroll-margin-top: 88px;
}
.navbar {
  height: 80px;
}
.active-link {
  font-size: 130%;
  text-shadow: 0 0 3px #0664a4;
}

.important-info {
  font-size: 130%;
  text-shadow: 0 0 3px red;
}
.nav-name {
  border-radius: 15px;
  height: 30px;
  z-index: 2;
}
.brand-link {
  text-decoration: none;
}
.highlight {
  position: relative;
  color: white;
}
.highlight::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 105%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
  transform: scale(1.07, 1.05) skewX(-15deg);
  background-color: lightsteelblue;
}

.container {
  background-color: #f0f0f0;
}

.background-picture {
  padding: 0;
  width: 100%;
  height: 450px;
  background-color: lightsteelblue;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.grey-text {
  color: #808080;
}
.head-picture {
  width: inherit;
  height: 400px;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
}
.main-info {
  position: relative;
  top: -300px;
}
.picture {
  width: 40%;
  height: 500px;
  z-index: 3;
  background-color: #0664a4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 10%;
}
.my-picture {
  width: 101%;
  border-top-left-radius: 15px;
  height: 300px;
  object-fit: cover;
}
.my-picture-foot {
  background-color: #0664a4;
  width: 101%;
  height: 50px;
  z-index: 4;
  border-bottom-left-radius: 15px;
  text-align: right;
  margin-right: 0px;
  margin-left: 0px;
}
.info {
  padding-left: 0;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  font-size: small;
}
.info-text {
  padding: 15px;
  height: 300px;
}
/* .info {
  width: 40%;
  height: 500px;
  z-index: 3;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
} */
.links-info-info {
  background-color: #0664a4;
  height: 50px;
  z-index: 4;
  border-bottom-right-radius: 15px;
  margin-left: 0px;
}

.multi-m-icons {
  color: white;
  font-size: 30px;
  padding: 5px;
}
.multi-m-icons:hover {
  color: lightblue;
}

.title-contact {
  color: #0664a4;
}
.multi-m-icons-small {
  color: lightslategrey;
  font-size: 2em;
}
.multi-m-icons-small:hover {
  color: #0664a4;
}
.text {
  height: 88%;
}
.informal-text {
  text-align: center;
  z-index: 4;

  /* padding: 12px; */
}
.experience {
  text-align: center;
}

.course-img {
  height: 100px;
  width: 150px;
  border-radius: 15px;
}

.second-img-course {
  margin-left: 15px;
}
.contianer-contact {
  background-color: #dde0e2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Section Skills */
.myProgress {
  width: 100%;
  background-color: hsl(213, 8%, 79%);
  border-radius: 15px;
  height: 20px;
}

.myBar {
  width: 10%;
  height: 20px;
  background-color: #0664a4;
  text-align: right;
  padding-right: 5px;
  line-height: 20px;
  color: white;
  border-radius: 15px;
}

.features-link {
  cursor: pointer;
  text-decoration: none;
  color: lightsteelblue;
}

.features-link:hover {
  color: white;
}
.show-icon {
  font-size: 4em;
}

.form-control {
  border-radius: 15px;
}

.btn-submit {
  border-radius: 15px;
  background-color: #0664a4;
  color: white;
  border-color: #00c4f3;
}
.btn-submit:hover {
  background-color: #00c4f3;
  border-color: #0664a4;
}

.contact-form {
  border-right-color: white;
  border-right-width: 2px;
  border-right-style: solid;
}

.hr-white {
  height: 2px;
  background-color: white;
}

.no-email {
  color: red;
  text-align: center;
}
/* Section TimeLine */
.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #f0f0f0;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #f0f0f0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #f0f0f0;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(213, 213, 213, 0) 0%,
    rgb(213, 213, 213) 8%,
    rgb(213, 213, 213) 92%,
    rgba(213, 213, 213, 0) 100%
  );
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #00c4f3;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #00c4f3;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #00c4f3;
  bottom: -4px;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  font-weight: 600;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  /* vertical-align: middle; */
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  background: #0664a4;
  /* background: #00c4f3; */
  display: inline-block;
  padding: 8px;
  border-radius: 5px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
  border-radius: 5px;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px) {
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }

  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }

  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }

  .flag-wrapper {
    display: inline-block;
  }

  .flag {
    font-size: 18px;
  }

  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }

  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }

  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }

  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }

  .time {
    padding: 5px 10px;
  }

  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }

  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}
