/* ................... */

@media only screen and (max-width: 992px) {
  .nav {
    width: 100%;
    padding: 20px 0 20px 0;
    /*background-color: #20201e;*/
    background-color: #c9a074;
    position: fixed;
  }

  .nav-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 60px 0 60px;
    color: #fff;
  }

  .nav-links {
    font-weight: bold;
  }

  .nav-links > a {
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
  }

  .nav-links > a:hover {
    text-decoration: none;
    color: #73624f;
  }

  .logo {
    font-size: x-large;
    font-weight: 900;
  }

  .bt-login {
    background-color: #ac865d;
    color: white;
    border: 0px;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
  }

  .bt-login:hover {
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
    color: #73624f;
  }

  .bars-menu {
    display: block !important;
    font-weight: 900;
    font-size: large;
    user-select: none;
    text-decoration: none !important;
  }

  input[type="checkbox"]:checked ~ .nav-items > #nav-links-mobile {
    display: none !important;
    display: block !important;
    flex-direction: column !important;
  }

  /*

1. About Section..............................

*/

  .about-section {
    display: flex;
    padding: 20px 50px 20px 50px;
    background-color: #fff;
    /* Reverse for Mobile */
    flex-direction: column-reverse;
  }

  .about-section-left {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
  }

  .about-section-left > h1 {
    color: #e48b2c;
  }

  .about-section-right {
    flex-basis: 40%;
    border: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .logo-about {
    width: 240px;
    padding-bottom: 15px;
  }

  .spacing {
    margin: 20px !important;
  }

  .person {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .person:hover {
    border: 0px solid #e48b2c;
    border-radius: 20px;
    background-color: bisque;
  }
  .people-management {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .color-orange {
    color: #e48b2c;
  }

  .people-image {
    width: 200px;
    border-radius: 40px;
  }

  .people-name {
    font-weight: 900;
  }

  .people-title {
    font-weight: bold;
    color: #e48b2c;
  }

  .people-email {
    font-weight: lighter;
    color: #979797;
  }

  .people-email,
  .people-image,
  .people-name,
  .people-title {
    align-self: center;
  }

  /*
7. Footer Section..............................

*/
  .logo {
    font-size: large;
    font-weight: 900;
  }

  footer {
    border-top: 0.5px solid #e5c39e;
    padding-top: 30px;
    /*background-color: #c9a074;*/
    background-color: #c9a074;
  }

  .footer-items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .footer-item {
    /* display: flex; */
    display: none;
    flex-direction: column;
  }

  .footer-item > a {
    text-decoration: none;
    color: #fff;
  }

  .footer-item > h4 {
    color: #fff;
    font-weight: bolder;
  }

  .footer-item > a:hover {
    color: #000;
    cursor: pointer;
  }

  .footer-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }

  .footer-info > a {
    padding: 10px;
    text-decoration: none;
    color: #fff;
  }

  .footer-info > a:hover {
    color: #000;
    cursor: pointer;
  }
}
