body {
  font-family: Montserrat, sans-serif;
  color: #0b0f1a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 15%;
  float: none;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 130px;
  margin-bottom: 90px;
  font-family:'Libre Baskerville', sans-serif;
  color: white;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  width: 50%;
  margin-bottom: 5px;
  margin-left: 15%;
  float: left;
  letter-spacing: 1px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.row_intro {
  height: 600px;
}
.col_height {
  height: 100%;
  background-image: url('../images/emanuele_colla.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.col_height.nobg {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.first {
  margin-top: 181px;
  margin-bottom: 25px;
  font-family:'Libre Baskerville', sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}
.ec {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 38px;
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}
.stripe {
  position: relative;
  height: 220px;
  background-color: #0b0f1a;
  text-align: center;
}
.stripe.footer {
  height: 190px;
}
.text_stripe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 20px;
  margin: auto;
  font-family:'Libre Baskerville', sans-serif;
  color: white;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.esperienze {
  background-image: url('../images/bg_experience.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.from_to {
  width: 30%;
  float: left;
}
.from_to.born {
  width: 100%;
}
.freccia {
  width: 40%;
  float: left;
}
.date_esperienze {
  color: white;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.big_date {
  font-family:'Libre Baskerville', sans-serif;
  font-size: 28px;
}
.img_arrow {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
.jobs {
  padding-top: 12px;
  color: white;
  font-size: 18px;
}
.company {
  font-family:'Libre Baskerville', sans-serif;
  font-size: 15px;
  font-style: italic;
}
.row_jobs {
  margin-bottom: 0px;
  padding-bottom: 85px;
  padding-left: 0px;
  border-left-style: none;
  border-left-color: transparent;
  background-image: url('../images/line.jpg');
  background-position: 37px 50%;
  background-repeat: repeat-y;
}
.row_jobs.primo {
  padding-top: 0px;
}
.row_jobs.last {
  padding-bottom: 29px;
}
.dot_dot {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}
.dot_dot.primo_dot {
  margin-top: 20px;
  box-shadow: none;
}
.blue {
  color: #0b0f1a;
}
.list_typo {
  margin-bottom: 29px;
  font-size: 18px;
}
.formazione {
  padding-bottom: 66px;
}
.contatti_testo {
  margin-top: 130px;
  margin-bottom: 39px;
  font-family:'Libre Baskerville', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: center;
}
.link_socials {
  display: block;
  width: 20px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}
.cont {
  text-align: center;
}
.img_social {
  margin-right: 29px;
}
.ec_footer {
  margin-top: 59px;
}
.text_footer {
  margin-top: 23px;
  font-family:'Libre Baskerville', sans-serif;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}
.lang {
  text-transform: uppercase;
}
.lang_box {
  position: absolute;
  top: 39px;
  right: 43px;
  z-index: 1000;
}
.link {
  color: #0b0f1a;
  text-decoration: none;
}
.inter {
  font-size: 22px;
}
@media (max-width: 991px) {
  p {
    width: 90%;
    margin-left: 2%;
  }
  .row_intro {
    height: 400px;
  }
  .first {
    margin-top: 37px;
    margin-left: 2%;
  }
  .row_jobs {
    background-position: 29px 50%;
  }
  .lang_box {
    top: 9px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-left: 17px;
  }
  .row_intro {
    height: 800px;
  }
  .col_height {
    height: 300px;
  }
  .first {
    margin-top: 87px;
  }
  .ec {
    bottom: 14px;
    width: 100px;
  }
  .jobs {
    text-align: center;
  }
  .row_jobs {
    margin-bottom: 66px;
    padding-bottom: 31px;
    border-bottom: 1px solid white;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .row_jobs.primo {
    padding-bottom: 70px;
  }
  .dot_dot.primo_dot {
    margin-left: 13px;
    float: left;
    box-shadow: none;
  }
  .blank {
    height: 0px;
  }
  .col_dot {
    display: none;
  }
}
@media (max-width: 479px) {
  p {
    width: 95%;
  }
  .row_intro {
    height: 800px;
  }
  .first {
    margin-top: 36px;
  }
  .ec {
    bottom: 14px;
    width: 100px;
  }
  .text_stripe {
    font-size: 16px;
    line-height: 26px;
  }
  .jobs {
    padding-top: 20px;
    font-size: 21px;
    line-height: 23px;
  }
  .company {
    padding-top: 0px;
    font-size: 16px;
  }
  .row_jobs {
    padding-bottom: 49px;
  }
  .col_dot {
    display: none;
  }
}

