* {
    font-family: Helvetica;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
    
  h1 {
    margin-bottom: 1rem;
  }
  
  button {
    padding: 0.6rem 1.2rem;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    opacity: 0.9;
    font-size: 1rem;
  }
  
  
  button:hover {
    opacity: 1;
  }
  
  #fade-mission {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  

  #fade-vision {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }

  #fade-objective {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }

  #fade-value {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal-mission {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    cursor: all-scroll;
  }


  #modal-vision {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    cursor: all-scroll;
  }

  #modal-objective {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    max-height: 70%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    cursor: all-scroll;
  }

  #modal-value {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    max-height: 70%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
    cursor: all-scroll;
  }

  #fade-mission,
  #modal-mission {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
  }

  #fade-project,
  #modal-project {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
  }

  #fade-vision,
  #modal-vision {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
    overflow-y: auto;
  }

  #fade-objective,
  #modal-objective {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
    cursor:all-scroll;
    overflow-y: auto;
    height: 100vh;
  }

  #fade-value,
  #modal-value {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
    cursor:all-scroll;
    overflow-y: auto;
    height: 100vh;
  }

  .modal-mission-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .modal-project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .modal-vision-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-objective-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .modal-value-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .modal-mission-body p {
    margin-bottom: 1rem;
  }

  .modal-project-body p {
    margin-bottom: 1rem;
  }

  .modal-vision-body p {
    margin-bottom: 1rem;
  }

  .modal-objective-body p {
    margin-bottom: 1rem;
  }

  .modal-objective-body {
    overflow-y: auto;
  }

  .modal-value-body p {
    margin-bottom: 1rem;
  }

  .modal-value-body {
    overflow-y: auto;
  }
  
  #modal-mission.hide-mission,
  #fade-mission.hide-mission {
    opacity: 0;
    pointer-events: none;
  }

  #modal-project.hide-project,
  #fade-project.hide-project {
    opacity: 0;
    pointer-events: none;
  }

  #modal-vision.hide-vision,
  #fade-vision.hide-vision {
    opacity: 0;
    pointer-events: none;
  }

  #modal-objective.hide-objective,
  #fade-objective.hide-objective {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-value.hide-value,
  #fade-value.hide-value {
    opacity: 0;
    pointer-events: none;
  }
  
  #modal-mission.hide-mission {
    top: 0;
  }

  #modal-project.hide-project {
    top: 0;
  }

  #modal-vision.hide-vision {
    top: 0;
  } 
  
  #modal-objective.hide-objective {
    top: 0;
  }

  #modal-value.hide-value {
    top: 0;
  }
  
  .offset-lg-2 {
    width: 100%;
  }
  
  #modal-objective p{
      text-align:left;
  }
  
   #modal-vision p{
      text-align:left;
  }
  
   #modal-mission p{
      text-align:left;
  }
  
   #modal-value p{
      text-align:left;
  }
  
  .modal-objective-header h2{
    color: #0d6efd;
  }
  
  .modal-vision-header h2{
    color: #0d6efd;
  }
  
  .modal-mission-header h2{
    color: #0d6efd;
  }
  
  .modal-value-header h2{
    color: #0d6efd;
  }


 
  
 
  
  