html,body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.top-bar {
    background-color:#022B3A; 
    height: 80px;
    width: 100%;
    box-shadow: 10px 10px 5px;
    position: fixed;
}

.logo-top-bar {
    width: 100px; 
    height: 59px;  
    margin-top: 10px; 
    margin-left: 10px;
}

.container {
    position: relative;
    height: 600px;
    width: 100%;
    background: linear-gradient(to bottom, #022B3A, #1F7A8C, #BFDBF7);
  }
  
  /* .image {
    top: 0;
    left: 0;
    height: 500px;
    object-fit: cover;
  } */
  .gradient {
    height: 600px;
    width: 100%;
    background-color: #022B3A;
    background: linear-gradient( #022B3A, #1F7A8C, #BFDBF7);
  }
  
  .object-fit-cover {
    object-fit: cover;
  }
  
  .shadow-lg {
    box-shadow: 10px 10px 5px;
  }



  .get-to-know-us {
    color:#1F7A8C;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .get-to-know-us h1, .get-to-know-us h3 {
    text-align: center;
  }



  
  /* form section */
  .waitlist-sign-up {
    height: 600px;
    width: 100%;
  }
  
  .bg-gradient {
    background-image: linear-gradient(#BFDBF7, #1F7A8C, #022B3A);
    
  }
  
  .fusekee-form-background {
    height: 600px;
    width: 100%;
    background: linear-gradient(#BFDBF7, #1F7A8C, #022B3A);
    
  }
  
  .logo-placeholder {
    height: 80px;
    background-color: #f2f2f2;
  }
  
  /* .form-control, .btn {
    width: 200px;
  } */

  .form-group{
    margin-bottom: 35px;
    color: white;
  }

  .centerInDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  a:link {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: #1F7A8C;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #FFFFFF;
    background-color: transparent;
  }

  hr {
    height:5px;
    border-width:0;
    background-color:#1F7A8C;
  }

  .private-policy-text {
    background-color:#FFFFFF;
    color:#022B3A; 
    margin-left: 100px; 
    margin-right: 100px;
  }

  .home-on-privacy-page a:link{
    color: #1F7A8C;
    background-color: transparent;
    text-decoration: none;
  }
  .home-on-privacy-page a:hover {
    color: #022B3A; 
    background-color: transparent;
  }

  /* @media (min-width: 768px) {
    .form-control, .btn {
      width: 90%;
    }
  } */
  @media only screen and (max-width: 1600px) and (min-width: 601px)  {
    .gradient {
      height: 450px;
    }

    .get-to-know-us {
      height: 300px;
    }
  }


  @media (max-width: 600px) {
    .gradient {
      height: 350px;
    }
    .get-to-know-us {
      height: 200px;
    }
    
    .get-to-know-us h1, .fusekee-form-background h1, .private-policy-text h1 {
      font-size: 1.5rem;
    }

    .private-policy-text h2 {
      font-size: 1.25rem;
    }

    .get-to-know-us h3, .fusekee-form-background h3, .fusekee-form-background h5, .private-policy-text h3 {
      font-size: 1.0rem;
    }
    .fusekee-form-background h3{
      text-align: center;
    }

    .main-photo {
      padding-top: 50px;
      object-fit: cover;
    }

    a{
      font-size: 1.0rem;
    }

    .private-policy-text{
      margin-left: 20px; 
      margin-right: 20px;
      width: 90%;
    }
  }
  

  /* form section */