body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #000000;
  }
  p {font-size: 16px;}

  .col-lg-7{
    font-family: Montserrat;
    font-size: 100px;
    text-align: end;
    height: 800px;
  }

  #home{
    background-attachment: fixed; /* Ensure background is fixed */
    background-repeat: no-repeat; /* Prevent background from repeating */
    background-size: cover; /* Cover the entire container */
    height: 100%; /* Full height */
    position: relative; /* Relative positioning */
    overflow: hidden;
  }

  #next{
    z-index: 1;
  }

  .ends {
    min-height: 50vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 50px;
  }
  main {
    display: flex;
    flex-direction: column;
  }
#motionPath {
  overflow: visible;
  height: 100%;
  max-width: 100%;
}

#motionPath path {
  stroke-width: 2;
  stroke: gray;
}

#motionPath .astronaut {
  visibility: hidden;
}

  .slides {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .slides .list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .slides .slide {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .slide .background {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    will-change: transform;
    background-size: cover;
  }
  
  .slide .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    text-align: center;
    padding: 3rem;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 140rem;
    position: relative;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.25em;
    font-weight: 500;
  }

  .margin{
    font-family: Cormorant Garamond;
    font-size: 50px;
  }

  .about{
    padding: 5% 15%;
    display: inline-block;
  }

  .her{
    font-family: Open Sans;
    font-weight: 100;
    padding: 3% 20%;
  }

  .bg-1 { 
    background-color: #090909;
    color: #F1F6F9;
  }

  .bg-2 { 
    color: #ffffff;
    background-color: #000000;
  }

  .bg-3 { 
    background-color: #ffffff; 
    color: #000000;
  }

  .bg-4 { 
    background-color: #000000; 
    color: #F1F6F9;
  }

  .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    background-color: #ffffff;
  }

  .navbar-nav  li a:hover {
    color: #000000 !important;
  }

  .navbar-brand:hover{
    color: #000000 !important;
  }
  
  #name1:hover{
    transform: translateY(-5px);
  }
    
  #name2:hover{
    transform: translateY(-5px);
  }
    
  #name3:hover{
    transform: translateY(-5px);
  }
