/*** ABOUT ***/
/******************************************************************************/

.navigation .navbar {
    background-color: #ffffff;
}

.navbar-toggler {
  padding: 0 1em !important;
}

.about {
    height: 100%;
    padding-bottom: 8em;
}

.about h3 {
    color: #0a1438cc;
}

.about h2 {
    height: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #eeeeee;
}

.about .container {
    background-color: #f7f7f7;
    padding: 1.5em 2.5em;
    border-radius: .5em;
    /* text-align: justify; */
    font-size: 22px;
}

.about .updated-at {
    color: #ccc;
    text-align: center;
}

.about p b {
    font-size: 28px;
}

.about .background-img {
    min-height: 480px;
    background-image: url("/assets/img/diagonal.png");
    background-position: 50% 50%;
    width: 520px;
    margin: 200px 0 0 100px;
}

.about .foreground-img {
    max-width: 520px;
    position: absolute;
    margin-top: -180px;
    margin-left: -100px;
    border-top-left-radius: 16px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
}

.about .role,
.about .member, .about .creds {
    margin-right: 50px;
    text-align: center;
}
.about .member {
    margin-top: 16px;
    font-size: 30px;
    font-weight: bold;
}
.about .creds {
  margin-top: -16px;
  font-style: oblique;
}
.about .role {
    margin-top: -12px;
    font-size: 16px;
    font-weight: bold;
}

.about .overview {
    margin-top: 80px;
}
.about .overview h3 {
    text-align: left;
    margin-bottom: 2rem;
}
.about .overview p {
    text-align: left;
}

.about .objectives {
    margin: 8em -2.5em 0;
    padding: 6em 4.6em;
    text-align: right;
    background-color: #0a143811;
}

.about .vision {
    margin: 0 -2.5em;
    padding: 6em 4.6em;
    text-align: left;
    background-color: #ef7e0111;
}

.about .license {
    margin: 0 -2.5em;
    padding: 6em 4.6em;
    text-align: right;
    background-color: #00a2d311;
}

.about .clients {
    margin: 0 -2.5em;
    padding: 6em 4.6em;
    text-align: left;
    background-color: #0a143811;
}

.about .contact {
    margin: 0 auto;
    padding: 6em 2em;
    text-align: left;
}

.about .contact i {
    font-weight: 500;
    font-style: normal;
}
.about .contact a {
   color: #00a2d3;
}

.about .contact h3 {
    margin-bottom: 4rem;
}

/* mobile devices */
@media only screen and (min-width: 320px) and (max-width: 480.98px) {
  .about h2 {
    padding-top: 1em;
  }
  .about .background-img {
    min-height: 280px;
    background-position: 50% 50%;
    width: 320px;
    margin: 140px 0 0 100px;
  }
  .about .foreground-img {
    max-width: 320px;
    margin-top: -120px;
    margin-left: -100px;
  }
  .about .role, .about .member, .about .creds {
    margin-right: 0px;
  }
  .about .member {
    font-size: 22px;
  }
  .about .creds {
    font-size: 20px;
  }
  .about .role {
    margin-top: -12px;
    font-size: 16px;
  }
  .about h3 {
    font-size: 24px;
    text-align: left;
  }
  .col-sm.b3 {
    order: 2;
  }
  .about .overview-p {
    margin-bottom: 2.5em;
  }
  .about .objectives, .about .vision, .about .license, .about .clients, .about .contact {
    margin: 0 -2.5em 0;
    padding: 2.5em 2em;
    text-align: left;
  }
  .about .objectives p, .about .vision p, .about .license p, .about .clients p {
    margin-top: 1em;
  }
}

/* tablets */
@media only screen and (min-width: 481px) and (max-width: 912px) {
  .col-sm-7.about-img {
    display: block;
    min-width: 100%;
  }
  .col-sm-5.about-txt {
    display: block;
    min-width: 100%;
    margin-bottom: -2.5em;
  }
}

@media only screen and (min-width: 913px) and (max-width: 1024px) {
  .about .background-img {
    min-height: 520px;
    background-position: 50% 50%;
    width: 520px;
    margin: 200px 0 0 220px;
  }
  .about .foreground-img {
    max-width: 520px;
    margin-top: -120px;
    margin-left: -100px;
  }
  .about .role, .about .member, .about .creds {
    margin-right: 0px;
  }
  .col-sm-7.about-img {
    display: block;
    min-width: 100%;
  }
  .col-sm-5.about-txt {
    display: block;
    min-width: 100%;
    margin-bottom: -2.5em;
  }
  .about .member {
    font-size: 32px;
  }
  .about .creds {
    font-size: 24px;
  }
  .about .role {
    margin-top: -12px;
    font-size: 18px;
  }
}

  @media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
      min-height: 597px;
    }
  }

  @media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
      min-height: 567px;
    }
  }

  @media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
      min-height: 306px;
    }
  }

  @media (max-width: 575px) {
    .u-section-2 .u-layout-cell-1 {
      min-height: 307px;
    }
  }
