/* --- General --- */

body {
  font-size: 18px;
  background: #F3F6F8;
}

.wrapper {
  background: #FFF;
}

/* --- Intro --- */

.intro {
  background: linear-gradient(180deg,#F3F6F8 0%, #ECEFF3 100%);
  padding: 80px 0px;
}

.logo {
  margin-bottom: 50px;
}

.intro_text {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 2.6em;
  line-height: 1.1em;
  color: #1B2028;
  padding-right: 10px;
}

.intro_text b {
  font-weight: 500;
  font-style: normal;
  color: #1B2028;
}

.intro_text em {
    font-style: normal;
}

.intro_rule {
  margin-top: 60px;
  padding-top: 60px;
  border-top: #5E6771 solid 1px;
}

.button_prompt {
  margin-top: 50px;
  color: #5E6771;
  font-size: 1.2em;
  font-weight: 400;

}

/* --- Contact Button --- */

.contact_button {
  background-color: #F36E21;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
  outline: none;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}

.contact_button:hover {
  box-shadow: #F36E21 0 0 0 2px;
  transition: box-shadow .2s;
  text-decoration: none;
  color: white;
}

/* --- Sections --- */

.section_title {
  margin: 80px 0px 30px 0px;
  font-weight: 300;
  font-size: 1.2em;
  font-variant-caps: small-caps;
  color: #5E6771;
}

.work_item {
  margin-bottom: 40px;
  font-weight: 300;
}

.work_item h4 {
  margin-bottom: 8px;
}

.work_item .company {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.4em;
  color: #23262B;
}

.work_item .date {
  font-weight: 400;
  color: #5E6771;
}

.work_item .role {
  font-weight: 500;
  font-size: 1.4em;
  color: #F36E21;
}

.work_item .description {
  line-height: 1.3em;
  color: #040E17;
}

.work_item ul {
  margin: 0px 20px 20px -20px;
  color: #040E17;
}

.work_item li{
  margin-bottom: 8px;
  line-height: 1.3em;
}

.work_item li b {
  font-weight: 500;
  color: #4D525B;
}

.work_item li::marker{
  font-size: .7em;
}

.skills {
  margin-bottom: 80px;
}

.skills p {
  background: #F3F6F8;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 30px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: 600;
  color: #1B2028;
}

footer {
    height: 120px;
  background: #F3F6F8;
  padding-top: 30px;
}

footer a {
  color: #F36E21;
}

footer a:hover {
  text-decoration: none;
  color: #D84709;
}

@media (max-width: 575.98px) {
  .container {
    padding: 0px 30px;
  }

  .intro {
    padding: 40px 0px;
  }

.logo {
  margin-bottom: 30px;
}

  .intro_text {
    font-size: 1.75em;
    line-height: 1.1em;
  }

  .contact_button {
    width: 100%;
    margin: 15px 0px;
  }

    .section_title {
    margin: 40px 0px 30px 0px;
    }

  .work_item {
    padding-bottom: 30px;
    border-bottom: #D5D5D5 solid 1px;
  }

  .work_item .company {
    margin-bottom: 0px;
  }

  .description {
    background-color: ;
  }

.skills {
  margin-bottom: 40px;
}

  .skills p {
    padding: 5px 20px;
    margin-right: 5px;
    font-size: .9em;
  }
}
