
@font-face {
  font-family: "Noto Sans";
  src: url(./NotoSans-VariableFont_wdth,wght.ttf);
  /*font-variation-settings: "wdth" 0.5;*/
  font-variation-settings: "wght" 400;
}

:root {
  --brand: 'Noto Sans', Helvetica, sans-serif;
  --body: Helvetica, sans-serif;
  --main: #3C4154;
  --red: #CC3344;
}

.jumbotron {
  padding: 120px 0 0;
  position: relative;
}

.jumbotron__bg {
  background: rgb(230 245 203);
  background: linear-gradient(331deg, rgb(255 255 255) 0%, rgb(229 245 203) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.jumbotron__container {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 80px 15px;
}

.jumbotron__caption {
  color: #3d5040;
  font-family: var(--brand);
  font-size: 40px;
  font-stretch: 95%;
  line-height: 46px;
  font-weight: 400;
  margin: 10px 0;
  flex-shrink: 0;
}

.jumbotron__caption strong {
  color: #28b542;
  font-weight: 400;
}

@media(max-width: 960px) {
  
  .jumbotron {
    padding-top: 0;
  }

  .jumbotron__container {
    flex-flow: column nowrap;
  }

  .jumbotron__caption {
    text-align: center;
    margin-top: 50px;
  }
}

.lead {
  font-size: 18px;
  line-height: 28px;
  margin-top:  0;
  }

.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
}

/* ------ section CLIENTS --------*/

.clients {
  background-color: #33653c;
  text-align: center;
}

.clients .container { padding: 20px 0;}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logos {
  padding: 15px;
}

.logos img { max-height: 25px; }


.w-100 {
  width: 100%!important;
}

/* ------ section experience ------ */


.experience {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  line-height: 24px;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .experience {
    justify-content: space-between;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    flex-basis: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.section__experience {
  flex-direction: column;
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 0 30px 0;
}

.exp__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
}

.exp__detail img {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
  fill: rgb(190, 0, 0);
}

.exp__detail + .exp__detail { margin-left: 0; }

@media (min-width: 576px) {
    .exp__detail + .exp__detail {
      margin-left: 20px;
    }
    .exp__detail {
      align-items: flex-start;
  }
}

.scroller__title {
  color: #187520;
  font-family: var(--brand);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.experience p { margin-top: 0; }

.article {
  color: #343734;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  flex-basis: 100%;
}

.article a {
  color: #0087e8;
  text-decoration: none;
}
  
.article a:hover {
  color: #24a0f8;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #24a0f8;
}


.link {
  color: #0087e8;
  text-decoration: none;
}
  
.link:hover {
  color: #24a0f8;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #24a0f8;
}


.article__subtitle {
  color: #27b542;
  font-family: var(--brand);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.article__title {
  color: #3d503f;
  font-family: var(--brand);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.article__footer {
  margin-top: 15px;
}

.section {
  position: relative;
  padding: 55px 25px;
}

.section__container {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
  position: relative;
  align-items: center;
}

.section__column {
  flex: 0 0 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.section__bg {
  transform-origin: top center;
  background: #E9F0EB;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.section__bg-light { background: #fff; }

.section--team .article {
  padding: 0 15px;
}

@media(max-width: 800px) {
  
  .section__container {
    display: flex;
    flex-flow: column nowrap;
  }

  .section--jobs .widget {
    display: none;
  }

}

.widget {
  display: flex;
  justify-content: center;
  width: 100%;
}

.widget img {
  max-width: 100%;
  object-fit: contain;
}

@media(max-width: 800px) {
  .widget {
    order: 100;
  }
}

/* ==========================================================================
   SECTION CONTACT
   ========================================================================== */
*, ::after, ::before {
    box-sizing: border-box;
}
   .form-section {
    background: #f8f8f1;
    /* background: linear-gradient(0deg, rgb(56 71 58) 0%, rgb(85 96 87) 100%); */
    padding-top: 55px;
  }
  
  .form-section h1 {
    color: #556057;
    text-transform: uppercase;
   }
  
  .inner-bg {
    background-color: #bdcab5;
    border-radius: 10px;
    padding: 20px;
    margin: 35px auto;
    width: 50%;
  }
  
  @media only screen and (max-width: 992px){
    .inner-bg {
        width:80%;
    }
  }
  
  @media only screen and (max-width: 768px){
    .inner-bg {
        width:100%;
    }
  }
  
  input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.7em;
    color: #556057;
    padding: 0px;
    top: -5px;
    transition: all 0.2s ease;
  }
  
  .styled-input {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    padding: 15px 0;
  }
  
  @media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
  }
  
  .styled-input label {
    color: #556057;
    padding: 20px;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 0.2s ease;
    pointer-events: none;
  }
  
  input,
  textarea {
    padding: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 0;
    width: 100%;
    font-size: 18px;
    background-color: #ffffff;
    color: #262d27;
    border-radius: 4px;
  }
  
  input:focus,
  textarea:focus { outline: 0; }
  
  input:focus ~ span,
  textarea:focus ~ span {
    width: 100%;
    transition: all 0.075s ease;
  }
  
  textarea {
    width: 100%;
    min-height: 15em;
  }
  
  .input-container {
    margin: 0 10px 10px;
  }
  
  input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
  } 
  
  input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
  }
  
  .form-section .row {
    flex-direction: column;
  }