/* *************************************************** */
/* **************************** MAX WIDTH - 960px */
/***************************************************** */
@media (max-width: 960px) {
  /* -------------------------------- GENERAL */
  body,
  html {
    overflow-x: hidden;
  }

  .sct-space {
    padding: 4rem 0;
  }

  .pb {
    padding-bottom: 4rem;
  }
  /* -------------------------------- MODAL SECTION */
  .modal {
    width: 70%;
  }
  .modal-header {
    font-size: 1.4rem !important;
  }
  .modal-text {
    font-size: 0.8rem !important;
  }
  .modal-contact-link {
    font-size: 0.8rem !important;
  }

  .modal-contact-info {
    gap: 1.2rem;
  }

  .modal-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  /* -------------------------------- GENERAL SECTION */
  .sct-space {
    padding: 4.8rem 0;
  }

  .p-type {
    font-size: 0.9rem;
  }
  /* -------------------------------- HEADER SECTION */
  #header {
    height: 4.2rem;
  }

  .nav-list {
    gap: 1.2rem;
  }

  .contact-link {
    font-size: 0.9rem;
  }

  .nav-icon {
    width: 1rem;
    height: 1rem;
  }

  .cta {
    font-size: 1.2rem;
  }

  .nav-link:link,
  .nav-link:visited,
  .nav-link:active,
  .nav-link:hover,
  .cta:link,
  .cta:visited,
  .cta:active,
  .cta:hover {
    font-size: 1.2rem;
  }

  /* -------------------------------- MAIN SECTION */
  #main {
    height: 40rem;
    width: 100%;
  }

  video {
    height: 100%;
    width: 90rem;
    object-fit: cover;
  }

  .main-content {
    width: 90%;
  }

  #main-logo {
    width: 18rem;
  }

  .main-title {
    font-size: 3.8rem;
  }

  .title-support {
    font-size: 1.5505rem;
  }

  /* -------------------------------- ABOUT TOP SECTION */
  #about {
    width: 60%;
  }

  .section-support-title {
    font-size: 1rem;
  }

  .section-main-title {
    font-size: 1.4rem;
  }

  .emphasize {
    font-size: 1.6rem;
  }

  .about-img {
    width: 30rem;
  }

  .about-p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .about-flex {
    position: relative;
  }

  .note-author {
    margin-top: -0.5rem;
  }

  /* -------------------------------- ABOUT BOTTOM SECTION */
  .about-top {
    flex-direction: column-reverse !important;
    gap: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .about-bottom {
    flex-direction: column !important;
    gap: 3.2rem;
  }

  .section-header {
    max-width: 100% !important;
  }

  .owner {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }

  .owner-img {
    width: 30rem;
    height: 30rem;
  }

  /* -------------------------------- CTE SECTION */
  .commitment-content {
    max-width: 60%;
  }

  .commitment-accolades {
    display: flex;
    flex-direction: column;
  }

  .accolade {
    height: 24rem;
  }

  .acco-heading h4 {
    font-size: 2rem;
  }

  .acco-overlay {
    padding: 3.6rem;
  }

  .acco-icon {
    width: 2rem;
    height: 2rem;
  }

  .acco-description {
    font-size: 1rem;
    line-height: 1.4;
  }

  /* -------------------------------- PROJECTS SECTION */

  .project-section {
    max-width: 60%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 1rem;
  }

  .section-header {
    max-width: 70%;
    margin: auto;
  }

  .project {
    width: 100%;
    height: 26rem;
    margin: auto;
    background-size: cover;
  }

  .project-section
    > .section-header
    > .section-title-group
    > .section-main-title {
    font-size: 2rem;
  }

  .project-description {
    font-size: 1.2rem;
  }
  .address {
    font-size: 0.8rem;
  }

  /* -------------------------------- CAPABILITIES SECTION */
  .cap-header {
    max-width: 85% !important;
    margin: auto;
  }

  .capabilities-grid {
    max-width: 85%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }

  .capability {
    height: 15rem;
  }

  .cap-hr {
    width: 5rem;
  }

  /* -------------------------------- REVIEWS SECTION */
  .rev-header {
    max-width: 80% !important;
  }

  .review-wrapper {
    max-width: 80%;
    margin-top: 2rem;
    padding: 2rem 3rem;
  }

  .mySlide {
    width: 100%;
  }

  .review-container {
    flex-direction: column;
    justify-content: flex-start;
    height: 30rem;
    width: 100%;
    gap: 1.8rem;
  }

  .review-image {
    height: 14rem;
  }

  .rev-img {
    width: 14rem;
    height: 14rem;
  }

  .per {
    object-position: 0 0;
  }

  .jp {
    object-position: -10px 0;
  }

  .review-text {
    height: 100%;
    width: 100%;
    gap: 1rem;
  }

  .r2,
  .pr {
    height: 12rem;
  }

  .reviewer {
    font-size: 1.2rem;
  }

  .reviewer-business {
    font-size: 0.8rem;
  }

  /* -------------------------------- CONNECT SECTION */
  #connect {
    padding: 0;
  }

  .connect-container {
    max-width: 85%;
    display: flex;
    flex-direction: column;
  }

  .connect-hr {
    width: 3rem !important;
  }

  .con-header {
    width: 85%;
    margin-top: 4.8rem;
  }

  /*  ************************************  */
  /*  * * * * * ABOUT PAGE * * * * * * * *  */
  /*  ************************************  */

  .about-grid {
    width: 100%;
    margin: auto;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    height: auto;
    margin-bottom: -3.6rem;
  }

  #slider {
    grid-column: 1;
    grid-row: 1 / 2;
  }
  .tall-content {
    grid-column: 1;
    grid-row: 4 / 5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
    padding: 4.8rem 2.4rem;
  }
  .main-about-content {
    grid-column: 1;
    grid-row: 2 / 3;
  }
  .small-content {
    grid-column: 1;
    grid-row: 3 / 4;
  }
  .grid-quote {
    grid-column: 1;
    grid-row: 5 / 6;
  }

  #conn-text {
    width: 100%;
  }

  /*  ************************************  */
  /*  * * * * * POJECTS PAGE * * * * * * * *  */
  /*  ************************************  */

  .p-main-content {
    grid-template-columns: 1fr 3.5fr;
    gap: 2.4rem;
    max-width: 80vw;
    padding: 6.4rem 0 6.4rem;
    position: relative;
  }

  .p-main-intro {
    gap: 1rem;
  }

  .p-main-img {
    width: 14rem;
  }

  .history-title {
    font-size: 3rem;
  }

  .history-title-support {
    font-size: 1rem;
  }

  .history-title-text {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .main-hist-btns {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /* ************************************* TIMELINE NAV */
  .project-timeline-nav {
    width: 3rem;
  }

  .p-timeline-sticky {
    position: fixed;
    top: 1rem;
  }

  .timeline-button,
  .timeline-btn-icon,
  .nav-date {
    transition: all 0.02s;
  }

  .nav-hr {
    transform: rotate(90deg);
    background-color: #002437;
    border: none;
    height: 2px;
    border-radius: 10px;
  }

  .nav-hr:first-of-type {
    margin: 0.5rem 0 1rem;
  }

  .nav-hr:last-of-type {
    margin: 1rem 0 0.5rem;
  }

  .timeline-btn-icon {
    width: 3rem !important;
    height: 3rem !important;
    color: #002437 !important;
  }

  .project-timeline-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .nav-date.nd-active {
    color: #002437 !important;
    font-size: 1.4rem !important;
  }

  .nav-date {
    font-size: 1.2rem;
    text-align: center;
    color: rgb(0, 36, 55, 0.7);
    transition: all 0.02s;
  }

  .timeline-link:link,
  .timeline-link:visited {
    text-decoration: none;
    transition: all 0.02s;
  }

  .timeline-button:hover,
  .timeline-btn-icon:hover,
  .nav-date:hover {
    cursor: pointer;
    color: #8099a7;
    transform: scale(1.05);
  }
  /* ************************************* 2021 GRID */
  .dir__2021-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .dir__2021--header {
    grid-row: 1 / 2;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .g-logo-img {
    width: 80%;
    object-fit: cover;
    align-self: flex-start;
  }

  .be-text-2021 {
    grid-row: 2 / 3;
  }

  .be-img-2021 {
    grid-row: 3 / 4;
  }

  .pm-text-2021 {
    grid-row: 4 / 5;
  }

  .pm-img-2021 {
    grid-row: 5 / 6;
  }

  /* ************************************* 2020 GRID */
  .dir__2020-grid {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .gt2020 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .wh-text-2020 {
    grid-row: 2 / 3;
  }

  .wh-img-2020 {
    grid-row: 3 / 4;
  }

  .wp-text-2020 {
    grid-row: 4 / 5;
  }

  .wp-img-2020 {
    grid-row: 5 / 6;
  }

  .wwl-text-2020 {
    grid-row: 6 / 7;
  }

  .wwl-img-2020 {
    grid-row: 7 / 8;
  }

  /* ************************************ OTHER GRIDS */

  .dir__2017-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dir__2013-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .dir__2013-grid {
    column-gap: 1.8rem;
  }

  .dir-header h3 {
    font-size: 1.4rem;
  }

  .g-textbox-p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .description-title {
    font-size: 1rem;
  }

  .description-text {
    font-size: 0.9rem;
  }

  .g-textbox {
    width: 100%;
  }
}
