html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* Adjust this value to match the height of your fixed header */
}

p, ol, h1, h2, h3 {

    line-height: 1.5; /* Optimal for readability, balancing spacing without overwhelming */
    word-spacing: 0.16em; /* Approximately 2.5px-3px depending on the font size */
    letter-spacing: 0.02em; /* Slightly looser spacing, equivalent to about 0.2px for a 16px font */
}

strong {
  color:#4b4b4b;
}

main {
    padding: 1rem;
  }
  
  h1 {
    font-size: clamp(1rem, 4vw + 1rem, 2rem);
  }

  h2 {
    font-size: clamp(0.8rem, 3.5vw + 1rem, 1.6rem); 
  }

  h3 {
      font-size: clamp(0.6rem, 3vw + 1rem, 1.25rem);
  }

  h1, h2 {
    color: #004c9c;
  }
  
  .chart {
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .chart-container {
    max-width: 400px;
    margin: 20px auto;
  }

  .third-chart {
    max-width: 900px;
    margin: 20px auto;
  }

  .fifth-chart {
    max-width: 900px;
    margin: 20px auto;
  }

  
  .chart-description {
    text-align: center;
    font-size: clamp(0.625rem, 0.5774rem + 0.2381vw, 0.875rem);
    color: #555;
  }


  /* Hide canvas and show image for screens smaller than 625px */
  @media (max-width: 625px) {
    #chart-disabilities-by-type {
      display: none; /* Hide the canvas */
    }
    #chart-disabilities-by-type-image {
      display: block; /* Show the image */
    }
  }

  /* By default, show the canvas and hide the image */
  #chart-disabilities-by-type-image {
    display: none;
    max-width: 100%; /* Ensure the image scales appropriately */
    height: auto;
  }


    /* Hide canvas and show image for screens smaller than 585px */
    @media (max-width: 585px) {
        #chart-Types-of-limitation {
          display: none; /* Hide the canvas */
        }
        #chart-Types-of-limitation-image {
          display: block; /* Show the image */
        }
      }
    
      /* By default, show the canvas and hide the image */
      #chart-Types-of-limitation-image {
        display: none;
        max-width: 100%; /* Ensure the image scales appropriately */
        height: auto;
      }


  .students-survey-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #0055aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1.125rem);
    line-height: 1.5;
    word-spacing: 1px;
}

.students-survey-link:hover {
    background: #004d99;
}


  
  .article-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
  }
  
  .card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: calc(33% - 20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .card h3 {
    margin-top: 0;
    color: #333;
  }
  
  .card p {
    color: #555;
  }
  
  .card .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #0055aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .card .btn:hover {
    background: #004c97;
  }
  

  








.laws-of-un-crpd {

  margin: 0 auto;
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  .image-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .image-container img {
    padding: 20px;
    max-width: 200px;
    height: 100px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .image-container img:hover {
    box-shadow: 0 4px 6px rgba(49, 63, 255, 0.411);
  }



  .text-container {

    section p {
      padding-left: 2rem;
    }

    .order-alpha-list {
      list-style-type: lower-alpha;

      li {
        margin-left: 2.5rem;
      }
    }

    .button {
      width: fit-content;
      background-color: #0055aa;
      display: flex;
      transition: background-color .3s ease;
      border-radius: 1rem;
      box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.5);

      a {

        padding: 20px;
        color: white;
        font-weight: 500;
        text-decoration: none;
      }
    }

    .button:hover {
      background-color: rgb(0, 94, 31);
    }
  }

  h1 {
    color: #004b87;
  }
  h2 {
    color: #333;
    margin-top: 20px;
  }

  p, ul, li {
    color: #555;
  }

  ul {
    list-style-type: none;
  }
  ul li {
    margin: 8px 0;
  }
  a {
    color: #004b87;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

}










.laws-of-sgb {

  margin: 20px auto;
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);


  .text-container {

    section p {
      padding-left: 2rem;
    }

    .button {
      width: fit-content;
      background-color: #0055aa;
      display: flex;
      transition: background-color .3s ease;
      border-radius: 1rem;
      box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.5);

      a {

        padding: 20px;
        color: white;
        font-weight: 500;
        text-decoration: none;
      }
    }

    .button:hover {
      background-color: rgb(0, 94, 31);
    }
  }

  h1 {
    color: #004b87;
  }
  h2 {
    color: #333;
    margin-top: 20px;
  }
  p, li {
    color: #555;
  }

  ol {
    margin-left: 3rem;
    padding-left: 0px;
  }
  

  a {
    color: #004b87;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

}














.inclusion-strategy {

  margin: 0 auto;
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  .image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    
    h1 {
      width: 60%;
      padding-bottom: 0px;
      margin-bottom: 0px;
      padding-right: 1rem;
      border-bottom: 5px #003a77 solid;

    }

    img {
      padding: 20px;
      width: 300px;
      height: 300px;
  
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    img:hover {
      box-shadow: 0 4px 6px rgba(49, 63, 255, 0.411);
    }

    @media screen and (max-width: 880px) {
      h1 {
        width: 100%;
        padding-bottom: 1rem;
      }
    }

    @media screen and (max-width: 400px) {
      img {
        width: 80%;
        height: 80%;
      }
    }
  }




  .text-container {

    section p {
      padding-left: 2rem;
    }

    .order-alpha-list {
      list-style-type: lower-alpha;

      li {
        margin-left: 2.5rem;
      }
    }

    .button {
      width: fit-content;
      background-color: #0055aa;
      display: flex;
      transition: background-color .3s ease;
      border-radius: 1rem;
      box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.5);

      a {

        padding: 20px;
        color: white;
        font-weight: 500;
        text-decoration: none;
      }
    }

    .button:hover {
      background-color: rgb(0, 94, 31);
    }

    .inclusion-strategy-inclusion-inovolve-section, .inclusion-strategy-areas-of-action-list {
      padding-left: 1.6rem;
    }
  }

  h1 {
    color: #004b87;
  }
  h2 {
    color: #333;
    margin-top: 20px;
  }

  p, ul, li {
    color: #555;
  }

  ul {
    list-style-type:disc;
    padding-inline-start: 3.5rem;
  }
  ul li {
    margin: 1rem 0;
  }
  a {
    color: #004b87;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

}